Initial commit: Saleor Core Extensions app with order email notifications
This commit is contained in:
Generated
+6
-3
@@ -32244,13 +32244,16 @@ import { IntrospectionQuery } from 'graphql';
|
||||
export default {
|
||||
"__schema": {
|
||||
"queryType": {
|
||||
"name": "Query"
|
||||
"name": "Query",
|
||||
"kind": "OBJECT"
|
||||
},
|
||||
"mutationType": {
|
||||
"name": "Mutation"
|
||||
"name": "Mutation",
|
||||
"kind": "OBJECT"
|
||||
},
|
||||
"subscriptionType": {
|
||||
"name": "Subscription"
|
||||
"name": "Subscription",
|
||||
"kind": "OBJECT"
|
||||
},
|
||||
"types": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user