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
Error: Invalid AST Node: null.
at devAssert (devAssert.mjs:5:11)
at visit (visitor.mjs:168:23)
at print (printer.mjs:10:10)
at prep (composables.mjs?v=03ae6653:24:47)
at useAsyncQuery (composables.mjs?v=03ae6653:7:23)
at GQL_REQUEST (gqlRequest.js:3:38)
at Proxy.getDocumentByTipoUd (index.js:134:20)
at Proxy. (pinia.mjs:1362:30)
at store. (pinia.mjs:915:40)
at index.vue:329:37
Expected behaviour
query works
Reproduction
No response
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
Could you provide a complete example of how to reproduce this issue? The example you mentioned does not seem to be complete, as e.g. the query is not specified and could possibly be the cause.
Environment
"@nuxtjs/apollo": "^5.0.0-alpha.8",
Describe the bug
Sometimes I get randomly this error when trying to call graphql method.
I have a composable function
this is the error in console
Error: Invalid AST Node: null.
at devAssert (devAssert.mjs:5:11)
at visit (visitor.mjs:168:23)
at print (printer.mjs:10:10)
at prep (composables.mjs?v=03ae6653:24:47)
at useAsyncQuery (composables.mjs?v=03ae6653:7:23)
at GQL_REQUEST (gqlRequest.js:3:38)
at Proxy.getDocumentByTipoUd (index.js:134:20)
at Proxy. (pinia.mjs:1362:30)
at store. (pinia.mjs:915:40)
at index.vue:329:37
Expected behaviour
query works
Reproduction
No response
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: