-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DataFetchingException when fetching users with nodeReference fields with GraphQL #393
Comments
The originally raised issue is solved by now. These issues are reproducable at demo.getmesh.io To do so please add a nodeReference to a users first. A) using graphql v1when requesting fields the result will contain errors for each users which does not have a nodeReference set.
b) when using graphql v2internel server error is returned. |
Gentics Mesh Version, operating system, or hardware.
Problem
When fetching userdata via the graphql endpoint and including the nodeReference and its fields an
DataFetchingException
will be thrown.Also no fields of the referenced node will be returned
Reproducer
nodeReference
property to the earlier created nodePOST
:{{ API }}/{{ PROJECT }}/graphql
Actual behaviour
no fields are in the response.
i.e.
Expected behaviour
all fields should be returned as queried.
The text was updated successfully, but these errors were encountered: