- Notifications
You must be signed in to change notification settings - Fork309
-
ScreenshotDescriptionI'm trying to do a gql request as follows query is const GET_POSTS = gql variables is {cursor: null} and query is const fetcher = (query, variables) => graphQLClient.request(query, variables); (GET_POSTS is passed as query, {cursor : null} is passed as variables) But keep getting the error message What might be the reason for this? Thank you Reproduction Steps/Repo Link |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 0 comments
This discussion was converted from issue #1310 on January 13, 2025 02:05.