Eric Lee
Eric Lee
### Summary Adds a new `--variable-file` flag to shopify app execute that allows users to provide mutation variables from a JSONL file instead of passing them inline via `--variables`. This...
Resolves: https://github.com/orgs/shop/projects/208/views/34?pane=issue&itemId=140363951&issue=shop%7Cissues-api-foundations%7C1128 Inspired by: https://github.com/Shopify/cli/pull/6596#discussion_r2543018389 ### Background The bulk operations execute command currently authenticates using the CLI user's credentials, which has two critical limitations: 1. No access to $app metafields...
Resolves: https://github.com/orgs/shop/projects/208/views/34?pane=issue&itemId=139461468&issue=shop%7Cissues-api-foundations%7C1114 and https://github.com/orgs/shop/projects/208/views/34?pane=issue&itemId=139446074&issue=shop%7Cissues-api-foundations%7C1112 ### Why are these changes introduced? Improves the validation and error handling for GraphQL operations in the bulk operations service. ### Implementation Details - Enhances GraphQL...