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
The above scenario is working fine with gql-gen tool and the app which is wriiten in angular app. The issue is that the VSCode GraphQL is not recognizing the sectedItems and giving linting error.
Expected, merge the types when it is extended using extend, I hope which is not hapening now.
The text was updated successfully, but these errors were encountered:
My .gqlconfig has schema files as following
and I have the Query defined inside
../schema
folderand I have the Query defined inside
../app/src/clientschema.gql
Now, I am writing a query which look like
The above scenario is working fine with
gql-gen
tool and the app which is wriiten in angular app. The issue is that the VSCode GraphQL is not recognizing the sectedItems and giving linting error.Expected, merge the types when it is extended using
extend
, I hope which is not hapening now.The text was updated successfully, but these errors were encountered: