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
hmm... after digging into it a little bit I've noticed that this occurs only if i use mergeSchemas fn from graphql-tools to produce the schema to pass into apollo-server-express. if i use the schema directly then it works fine..
i was able to fix this problem by reverting to [email protected] and [email protected]. seems as though its something with schema stitching but i had to revert both graphql and graphql-tool packages in order to properly fix the issue
Uh oh!
There was an error while loading. Please reload this page.
Experiencing this in both 14.4.0 and 14.3.1 with
[email protected]
I have a simple query:
However, when I try to access this query...
I receive the following error:
"Variable \"$_v1_languageCode\" got invalid value \"english\"; Expected type LanguageCode."
However, if I map the value to be the same as the key (
en: {value: 'en'}
) then the query works.The text was updated successfully, but these errors were encountered: