Skip to main content

EventType

An event to which an external service can subscribe.

type EventType {
archived: Boolean
createdAt: String!
description: String!
name: String!
schemas: JSON!
updatedAt: String!
}

Fields

EventType.archived ● Boolean scalar

Whether the event is archived or not.

EventType.createdAt ● String! non-null scalar

The date and time when the event was created, in string format.

EventType.description ● String! non-null scalar

A description of the event.

EventType.name ● String! non-null scalar

The name of the event.

EventType.schemas ● JSON! non-null scalar

The JSON schema for the event payload.

EventType.updatedAt ● String! non-null scalar

The date and time when the event was last updated, in string format.

Returned by

eventTypes query