Getting Started #1056
-
Hello, I am trying to get started with URQL and the fullstack tutorial https://www.howtographql.com/react-urql/ seems to be out of date because I cannot seem to execute a basic query or mutation without receiving Can anyone help me execute these very simple operations? There does not seem to be any helpful resources. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
What versions are you using within your application, it feels like there's something wrong with Do you have a |
Beta Was this translation helpful? Give feedback.
What versions are you using within your application, it feels like there's something wrong with
urql
being resolved since that implies there's noclient
in scope.Do you have a
Provider
in your React tree?