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 extensions field to GraphQLResponse<T> #385

Open
ikenox opened this issue Apr 12, 2022 · 0 comments
Open

add extensions field to GraphQLResponse<T> #385

ikenox opened this issue Apr 12, 2022 · 0 comments

Comments

@ikenox
Copy link

ikenox commented Apr 12, 2022

Hi, thank you for this really great library.

As described below, GraphQL response root may contain extensions field.

https://spec.graphql.org/June2018/#sec-Response-Format

The response map may also contain an entry with key extensions.

But GraphQLResponse<T> seems to have only data and errors field.
I think It's better that we can access to extensions field via GraphQLResponse<T> class.

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

1 participant