Include null/blank values in responses #7275
Unanswered
ericwilhite
asked this question in
Question
Replies: 1 comment
-
Hi @ericwilhite can you share some details about the hook you are using? What are the services being used? Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
When querying with the admin header the responses I receive back include all fields described in the query, including null/blank values.
When querying with a user's api key (via auth hook) the null/blank values are stripped from the return response.
How can I configure Hasura, my query, or the user auth system to include these?
Beta Was this translation helpful? Give feedback.
All reactions