API_SHOPIFY_GRAPHQL_DUPLICATE_CONTEXT_VARIABLE
Source operation already declares a reserved context variable ($country or $language); the inContextTransform owns these and the operation must not pre-declare them
Thrown from
packages/errors/src/index.ts:808
* throw new DuplicateContextVariableError('GetProduct', 'country');packages/shopify-graphql/src/in-context-transform.ts:53
throw new DuplicateContextVariableError(opName, name);