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
I'm currently using an updates version of graphql v15 and graphql-cli v4 which indeed has me running into the same issue, I'm running an introspection query to fetch the schema with the following config as per the graphql config docs:
This is a follow-up on #4, although I'd also be pleased if #257 gets implemented.
I'm using an augmented schema, which can be found via a url.
I thought eslint-plugin-graphql supported graphql-config, and following their doc, I tried
I now understand that eslint-plugin-graphql only supports a
.graphqlconfig
file containing a schemaPath key, which is rather limiting.Is it correct that we cannot currently use an url endpoint, and must keep updated a downloaded json file?
The text was updated successfully, but these errors were encountered: