Closed ZirgVoice closed 1 week ago
I believe this PR fixes your issue, can you give it a whirl and let me know? https://github.com/GraphQLSwift/GraphQL/pull/156
I've also created a Graphiti PR that adds default value tests so hopefully we can catch situations like this a bit sooner: https://github.com/GraphQLSwift/Graphiti/pull/145
I believe this PR fixes your issue, can you give it a whirl and let me know? #156
I've also created a Graphiti PR that adds default value tests so hopefully we can catch situations like this a bit sooner: GraphQLSwift/Graphiti#145
Yes. This fixes issue. Thank you very much.
A recent fix addressed self-analysis with default values. It seems that queries are no longer working. I'm receiving the following error:
The error occurs when I don't pass anything into the field that has a default value. However, when I provide data for this field, everything works fine. Query example: With an error
Without error