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
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am not sure if this is a configuration issue or just not supported?
So I am meshing a GraphQL sourced query that returns this when calling the Query endpoint directly
{ "errors": [ { "message": "joe says this is an error>???", "path": [ "resource", "metadata" ] }, { "message": "joe says this is an error>???", "path": [ "resource", "secrets" ] } ], "data": { "resource": { "urn": "someUrn", "name": "mytest3", "secrets": [ { "key": "name", "__typename": "SecretData" } ], "metadata": { "currentVersion": 2, "maxVersion": 2, "__typename": "SecretMetaData" }, "__typename": "Secret", "__typename": "Secret" } } }
However the mesh returns it minus the
errors
just thedata
Is there some setting I am missing? or something ot to tell graphql yoga to allow this?
Beta Was this translation helpful? Give feedback.
All reactions