Skip to content

Commit ab1a33a

Browse files
authored
Merge pull request #5273 from Shopify/shauns/01-27-app_management_schemas_are_found_on_the_main_branch
App management schemas are found on the main branch
2 parents 8bd3b72 + 18783af commit ab1a33a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bin/get-graphql-schemas.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ const schemas = [
3232
repo: 'shopify',
3333
pathToFile: 'areas/core/shopify/db/graphql/app_management_schema_unstable_public.graphql',
3434
localPath: './packages/app/src/cli/api/graphql/app-management/app_management_schema.graphql',
35-
branch: 'dd',
3635
},
3736
{
3837
repo: 'shopify',
@@ -43,13 +42,11 @@ const schemas = [
4342
repo: 'shopify',
4443
pathToFile: 'areas/core/shopify/db/graphql/webhooks_schema_unstable_public.graphql',
4544
localPath: './packages/app/src/cli/api/graphql/webhooks/webhooks_schema.graphql',
46-
branch: 'dd',
4745
},
4846
{
4947
repo: 'shopify',
5048
pathToFile: 'areas/core/shopify/db/graphql/functions_cli_api_schema_unstable_public.graphql',
5149
localPath: './packages/app/src/cli/api/graphql/functions/functions_cli_schema.graphql',
52-
branch: 'dd',
5350
},
5451
]
5552

0 commit comments

Comments
 (0)