Skip to main content

WebhookListener

No description

type WebhookListener implements Node {
id: ID!
label: String!
schema: String!
security: WebhookListenerSecurity!
cmsHub: CMSHub!
organization: Organization!
createdDate: DateTime!
updatedDate: DateTime!
url: String
}

Fields
Link copied!

WebhookListener.id ● ID! non-null scalar
Link copied!

WebhookListener.label ● String! non-null scalar
Link copied!

WebhookListener.schema ● String! non-null scalar
Link copied!

WebhookListener.security ● WebhookListenerSecurity! non-null union
Link copied!

WebhookListener.cmsHub ● CMSHub! non-null object
Link copied!

WebhookListener.organization ● Organization! non-null object
Link copied!

WebhookListener.createdDate ● DateTime! non-null scalar
Link copied!

WebhookListener.updatedDate ● DateTime! non-null scalar
Link copied!

WebhookListener.url ● String scalar
Link copied!

Interfaces
Link copied!

Node interface
Link copied!

An object with an ID

Returned by
Link copied!

createWebhookListener mutation ● updateWebhookListener mutation ● webhookListener query

Member of
Link copied!

WebhookListenerEdge object