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
Hi, I am having issues executing graphql mutations that are added to the mesh via the graphql handler. There is no transformation happening, it should just delegate the mutation to that endpoint as it is. Queries work as expected.
The error is stating the query is too complex. The full error log you can find below.
Executing the same query to the graphql endpoint via postman works as expected (see Postman screenshot).
Any help on what could be going wrong here, or what is missing would be appreciated.
Below are all relevant screenshots, versions and configurations.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I am having issues executing graphql mutations that are added to the mesh via the graphql handler. There is no transformation happening, it should just delegate the mutation to that endpoint as it is. Queries work as expected.
The error is stating the query is too complex. The full error log you can find below.
Executing the same query to the graphql endpoint via postman works as expected (see Postman screenshot).
Any help on what could be going wrong here, or what is missing would be appreciated.
Below are all relevant screenshots, versions and configurations.
Query:
Query Variables:
Package.json:
Error log screenshot:

Playground screenshot:

Postman screenshot:

Beta Was this translation helpful? Give feedback.
All reactions