Preview

Event is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

Event

Event captured information

This page contains

    Fields

    id: ID!

    ID of the event

    type: String!

    Type of the event, e.g.: user.created

    timestamp: DateTime!

    Timestamp when the event occurred

    subject: ID!

    ID of the event's subject

    payload: JSON!

    Detailed event payload

    Parent objects of Event

    EventConnection PREVIEW

    Paginated list of events

    Queries for Event

    event PREVIEW

    Returns an Event by its identifier

    events PREVIEW

    Paginated list of events