# Event - admin-graphql - INTERFACE
Version: 2024-04

## Description
Events chronicle resource activities such as the creation of an article, the fulfillment of an order, or the
addition of a product.

### Access Scopes



## Fields
* [appTitle](/docs/api/admin-graphql/2024-04/scalars/String): String - The name of the app that created the event.
* [attributeToApp](/docs/api/admin-graphql/2024-04/scalars/Boolean): Boolean! - Whether the event was created by an app.
* [attributeToUser](/docs/api/admin-graphql/2024-04/scalars/Boolean): Boolean! - Whether the event was caused by an admin user.
* [createdAt](/docs/api/admin-graphql/2024-04/scalars/DateTime): DateTime! - The date and time when the event was created.
* [criticalAlert](/docs/api/admin-graphql/2024-04/scalars/Boolean): Boolean! - Whether the event is critical.
* [id](/docs/api/admin-graphql/2024-04/scalars/ID): ID! - A globally-unique ID.
* [message](/docs/api/admin-graphql/2024-04/scalars/FormattedString): FormattedString! - Human readable text that describes the event.

## Connections



## Types implemented in
* [BasicEvent](/docs/api/admin-graphql/2024-04/objects/BasicEvent)
* [CommentEvent](/docs/api/admin-graphql/2024-04/objects/CommentEvent)


## Examples