Replies: 1 comment 1 reply
-
Would help probably to get the contents of |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have a GraphQL source as such:
And in my code I am trying to call a query:
But getting this error:
The query does indeed exist:

Am I doing something wrong here?
Update I dug into the GraphQL Errors object and see the
Syntax Error: Unexpected <EOF>
Update#2 Simplified to
let result = await Academy.api.lessonById({id: itemId});
And now see errors:
Suspect it's issue with transforms.
Beta Was this translation helpful? Give feedback.
All reactions