
* Add media and stock flag * Add UI for updating the queries * Add update info to changelog
9 lines
146 B
GraphQL
9 lines
146 B
GraphQL
mutation CreateWebhook($input: WebhookCreateInput!) {
|
|
webhookCreate(input:$input){
|
|
errors{
|
|
code
|
|
field
|
|
message
|
|
}
|
|
}
|
|
}
|