Empty graphql response #1267
Unanswered
Kagayakashi
asked this question in
Q&A
Replies: 0 comments
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.
-
I have 2 entities. Object and Field.
Object has many fields.
When i trying to get simple object data without fields it works:
When i trying to get all object data, it return empty response with no error message:
I think the problem is like in syntax or fatal error. But I cant see it in response and find it by myself.
Object Graphql Type
Object Model
Field Graphql Type
Field Model
In StandardServer i have enabled debug flags:
DebugFlag::RETHROW_UNSAFE_EXCEPTIONS | DebugFlag::RETHROW_UNSAFE_EXCEPTIONS
Without debug at all there is internal error response, but i dont understand what the error.
Beta Was this translation helpful? Give feedback.
All reactions