Initial commit: Saleor Core Extensions app with order email notifications

This commit is contained in:
Unchained
2026-03-26 11:27:25 +02:00
parent 70ddc8a4dc
commit bd8d941b1c
15 changed files with 16764 additions and 10028 deletions
+6 -3
View File
@@ -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": [
{