We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a CLI for adding, configuring, and removing GraphQL query variables. Adding a variable must:
schema.json
./storefront_api_query.graphql
hidden
graphQueries
{ "type": "hidden", "settings": [ { "type": "graphQl", "id": "graphQueries", "typeMeta": { "mappings": { "productId": { "reads": "productId", "type": "Int!" } } } } ] }
mappings
typeMeta
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Create a CLI for adding, configuring, and removing GraphQL query variables. Adding a variable must:
schema.json
to populate the variable./storefront_api_query.graphql
hidden
schema type inschema.json
with agraphQueries
setting. Example:mappings
in thegraphQueries
setting'stypeMeta
The text was updated successfully, but these errors were encountered: