Skip to content
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

Add missing :min to selection set refs #15

Merged
merged 1 commit into from
Jun 7, 2024
Merged

Conversation

ilmoraunio
Copy link
Collaborator

This is the last fix to the first series of generative test runs. This one addresses omitted selection sets from fragment definitions, operation definitions, and inline fragments. The problem that we ran into was the following:

No implementation of method: :-unparse of protocol: #'oksa.alpha.protocol/Serializable found for class: nil

And the fix is to require the selection set to always be present since this is what the spec also says.

Fixes the following exception "No implementation of method: :-unparse of
protocol: #'oksa.alpha.protocol/Serializable found for class: nil".

The fix is to require a selection set in these cases since this is what
the GraphQL spec also says.
@ilmoraunio ilmoraunio merged commit 52ac0f0 into main Jun 7, 2024
10 checks passed
@ilmoraunio ilmoraunio deleted the add-missing-mins branch June 7, 2024 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant