Skip to content

Commit

Permalink
Merge pull request #4684 from Shopify/fix-graphql-schema-location
Browse files Browse the repository at this point in the history
Change in schema path
  • Loading branch information
shauns authored Oct 18, 2024
2 parents a28f707 + 9ef77b7 commit c350201
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/get-graphql-schemas.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ const schemas = [
},
{
repo: 'shopify',
pathToFile: 'db/graphql/app_dev_schema_unstable_public.graphql',
pathToFile: 'areas/core/shopify/db/graphql/app_dev_schema_unstable_public.graphql',
localPath: './packages/app/src/cli/api/graphql/app-dev/app_dev_schema.graphql',
},
{
repo: 'shopify',
pathToFile: 'db/graphql/app_management_schema_unstable_public.graphql',
pathToFile: 'areas/core/shopify/db/graphql/app_management_schema_unstable_public.graphql',
localPath: './packages/app/src/cli/api/graphql/app-management/app_management_schema.graphql',
},
{
repo: 'shopify',
pathToFile: 'db/graphql/admin_schema_unstable_public.graphql',
pathToFile: 'areas/core/shopify/db/graphql/admin_schema_unstable_public.graphql',
localPath: './packages/cli-kit/src/cli/api/graphql/admin/admin_schema.graphql',
}
]
Expand Down

0 comments on commit c350201

Please sign in to comment.