@keplr/graphql-changes-slack-notifier
v1.1.0
Published
Notify changes to a GraphQL schema on slack in a format similar to the GraphQL Inspector GitHub app's
Downloads
6
Readme
graphql-changes-slack-notifier
Notify changes to a GraphQL schema on slack in a format similar to the GraphQL Inspector GitHub app's
Syntax
npx @keplr/graphql-changes-slack-notifier slack_webhook_url message schema_before schema_after
Where :
slack_webhook_url
: An URL for a slack appschema_before
andschema_after
: An URL to a graphql endpoint or a local file ending in .graphql