Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant