WebhookTarget
No description
type WebhookTarget {
id: ID!
url: String!
description: String!
eventSubscriptions: [WebhookTargetEventSubscription!]!
isEnabled: Boolean!
createdAt: DateTime!
createdBy: InternalActor!
updatedAt: DateTime!
updatedBy: InternalActor!
}
Fields
WebhookTarget.id
● ID!
non-null scalar
WebhookTarget.url
● String!
non-null scalar
WebhookTarget.description
● String!
non-null scalar
WebhookTarget.eventSubscriptions
● [WebhookTargetEventSubscription!]!
non-null object
WebhookTarget.isEnabled
● Boolean!
non-null scalar
WebhookTarget.createdAt
● DateTime!
non-null object
WebhookTarget.createdBy
● InternalActor!
non-null union
WebhookTarget.updatedAt
● DateTime!
non-null object
WebhookTarget.updatedBy
● InternalActor!
non-null union
Returned by
webhookTarget
query
Member of
CreateWebhookTargetOutput
object ● UpdateWebhookTargetOutput
object ● WebhookTargetEdge
object