API_SHOPIFY_GRAPHQL_DUPLICATE_CONTEXT_DIRECTIVE

Source operation already declares an @inContext directive; the inContextTransform owns context injection and the operation must not pre-declare it

Thrown from

packages/errors/src/index.ts:779
* throw new DuplicateContextDirectiveError('GetProduct');
View ↗
packages/shopify-graphql/src/in-context-transform.ts:47
throw new DuplicateContextDirectiveError(opName);
View ↗

On this page