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 would like to estend my Graphql schema and resolver (actually mocks functions) using the same structure as it's shown in the "What it Does" section, and it's actually working for the schema (in the extended one I'm successfully using GraghQL Schema-2-Schema Transpiler). Of course I need new resolvers functions to fetch the new types (actually mock data), but is not working and all I got are the defoult mocks for the scalar types (like "Hello World" for strings). What is going wrong?
This is my index:
I would like to estend my Graphql schema and resolver (actually mocks functions) using the same structure as it's shown in the "What it Does" section, and it's actually working for the schema (in the extended one I'm successfully using GraghQL Schema-2-Schema Transpiler). Of course I need new resolvers functions to fetch the new types (actually mock data), but is not working and all I got are the defoult mocks for the scalar types (like "Hello World" for strings). What is going wrong?
This is my index:
And this is the flolders structure:
Thank you for your help
The text was updated successfully, but these errors were encountered: