Skip to main content

DirectDepositWebhookSubscription

No description

type DirectDepositWebhookSubscription implements WebhookSubscription {
id: ID!
query: String
createdAt: Date
url: URL!
hmacSha256Key: String
headers: [Header!]
}

Fields

id ● ID! non-null scalar

query ● String scalar

createdAt ● Date scalar

url ● URL! non-null scalar

hmacSha256Key ● String scalar

headers ● [Header!] list object

Interfaces

WebhookSubscription interface