You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2023. It is now read-only.
An example is when interacting with the Shopify GraphQL API, auth is done via an API token sent in a custom header like X-Shopify-Access-Token=************. Being able to pass in this header or key/value pair would be beneficial. Currently, I cannot get the schema from Shopify with the GraphQLinq.Scaffolding tool.
See title.
An example is when interacting with the Shopify GraphQL API, auth is done via an API token sent in a custom header like
X-Shopify-Access-Token=************. Being able to pass in this header or key/value pair would be beneficial. Currently, I cannot get the schema from Shopify with theGraphQLinq.Scaffoldingtool.