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 UnmarshalJSON implementations. #232

Merged

Conversation

philipaconrad
Copy link
Contributor

This commit adds custom UnmarshalJSON implementations around the SelectionSet type, so that it is now possible to directly deserialize an appropriately-formed JSON object into an AST document struct.

Previously, attempting to unmarshal from JSON would result in breakage around the slice-of-interfaces SelectionSet type.

This commit adds custom UnmarshalJSON implementations around the
SelectionSet type, so that it is now possible to directly deserialize an
appropriately-formed JSON object into an AST document struct.

Signed-off-by: Philip Conrad <philipaconrad@gmail.com>
@StevenACoffman
Copy link
Collaborator

Thanks!

@StevenACoffman StevenACoffman merged commit 6d97050 into vektah:master Aug 18, 2022
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.

2 participants