~bigbes/core-go

ref: 3eaac6aa836d4080877edb6b7a2a5922f07eb3b2 core-go/webhooks/context.go -rw-r--r-- 2.9 KiB
3a272385 — Drew DeVault 5 years ago
webhooks: add query validation function

The new function tests a query against a GraphQL schema and returns any
validation errors if they are found. This is useful for determining if a
GraphQL query will pass validation when creating a new webhook.
f500157c — Drew DeVault 5 years ago
webhooks: refactor exec code into separate func
8bd6005b — Drew DeVault 5 years ago
webhooks: initial prototype for GQL-native webhooks