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
According to some StackOverflow Post i would need to modify the GraphQL-Schema, that gets generated by objection-graphql.
Is there any way to achieve this with objection-graphql?
The text was updated successfully, but these errors were encountered:
I'm pretty new to GraphQL, maybe this is a user-error.
Let's say i have a table "person" with the following JSON Schema:
And the following GraphQL-Query:
I would expect it to return:
But it returns:
According to some StackOverflow Post i would need to modify the GraphQL-Schema, that gets generated by objection-graphql.
Is there any way to achieve this with objection-graphql?
The text was updated successfully, but these errors were encountered: