Replies: 1 comment 1 reply
-
Link type is missing in your type definitions; |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello, i am following the tutorial on https://the-guild.dev/graphql/yoga-server/tutorial/basic/07-connecting-server-and-database. but when i test the implementation, i get
[ERROR] 19:48:22 Error: Unknown type "Link". Did you mean "Int"?
in the console and graphiql return"message": "NetworkError when attempting to fetch resource."
This is my schema.ts
Beta Was this translation helpful? Give feedback.
All reactions