Organization / Types/ object
WebhookEdge
An edge that contains a node of type Webhook and a cursor.
Fields
2 fieldsid•ID!Unique primary key.
eventCode•String!Event code
endpoint•String!Endpoint
secret•String!Secret of the webhook
isEnabled•Boolean!Enabled
createdAt•DateTimeTz!When the webhook was created.
updatedAt•DateTimeTz!When the webhook was last updated.
cursor•String!A unique cursor that can be used for pagination.