WebhookDelivery
No description
type WebhookDelivery {
success: Boolean!
status: Int!
statusText: String!
request: String!
response: String!
createdAt: Time!
}
Fields
WebhookDelivery.success ● Boolean! non-null scalar
WebhookDelivery.status ● Int! non-null scalar
WebhookDelivery.statusText ● String! non-null scalar
WebhookDelivery.request ● String! non-null scalar
WebhookDelivery.response ● String! non-null scalar
WebhookDelivery.createdAt ● Time! non-null scalar
Member Of
WebhookEndpoint object