WebhookSubscription
No description
interface WebhookSubscription {
id: ID!
query: String
createdAt: Date
url: URL!
hmacSha256Key: String
headers: [Header!]
}
No description
interface WebhookSubscription {
id: ID!
query: String
createdAt: Date
url: URL!
hmacSha256Key: String
headers: [Header!]
}
WebhookSubscription.id ● ID! non-null scalarWebhookSubscription.query ● String scalarWebhookSubscription.createdAt ● Date scalarWebhookSubscription.url ● URL! non-null scalarWebhookSubscription.hmacSha256Key ● String scalarWebhookSubscription.headers ● [Header!] list object