{ "schema": { "https://master.staging.saleor.cloud/graphql/": {} }, "documents": [ { "./framework/saleor/utils/queries/get-all-products-query.ts": { "noRequire": true } }, { "./framework/saleor/utils/queries/get-all-products-paths-query.ts": { "noRequire": true } }, { "./framework/saleor/utils/queries/get-products.ts": { "noRequire": true } } ], "generates": { "./framework/saleor/schema.d.ts": { "plugins": ["typescript", "typescript-operations"] }, "./framework/saleor/schema.graphql": { "plugins": ["schema-ast"] } }, "hooks": { "afterAllFileWrite": ["prettier --write"] } }