saleor-apps-redis_apl/apps/search/graphql/mutations/CreateWebhook.graphql

10 lines
146 B
GraphQL
Raw Normal View History

mutation CreateWebhook($input: WebhookCreateInput!) {
webhookCreate(input:$input){
errors{
code
field
message
}
}
}