Queries
webhookVersions
List all available webhook schema versions. Use this to discover which versions you can pin a webhook target to, and to check whether a version you are already using has been deprecated. Requires the webhookTarget:read permission.
QUERY
webhookVersions(first: Int, after: String, last: Int, before: String): WebhookVersionConnection!Arguments
first
Int
after
String
last
Int
before
String
Returns
edges
pageInfo
Query
Response
Query
Response

