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

Scalars are not decoded in mutation responses #331

Closed
GauBen opened this issue Aug 18, 2022 · 2 comments
Closed

Scalars are not decoded in mutation responses #331

GauBen opened this issue Aug 18, 2022 · 2 comments
Assignees

Comments

@GauBen
Copy link
Contributor

GauBen commented Aug 18, 2022

Hey!

Scalars are not decoded in mutation responses, probably because decoding is hardcoded to only work for queries:

const r = traverseResponse({ scalarPaths, resolvers: scalars })('Query', response, ['Query']);

@aexol
Copy link
Collaborator

aexol commented Sep 1, 2022

Ok this is to do ASAP

@aexol aexol self-assigned this Sep 1, 2022
@aexol aexol closed this as completed in fda3aa9 Sep 1, 2022
@GauBen
Copy link
Contributor Author

GauBen commented Sep 1, 2022

Thanks!

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

No branches or pull requests

2 participants