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

Expose map of "extensions" in GraphQlRequest #371

Closed
andimarek opened this issue Apr 28, 2022 · 2 comments
Closed

Expose map of "extensions" in GraphQlRequest #371

andimarek opened this issue Apr 28, 2022 · 2 comments
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@andimarek
Copy link
Contributor

While "extensions" are supported for the GraphQL response, they are not handled for requests.

@rstoyanchev rstoyanchev added the type: enhancement A general enhancement label Apr 28, 2022
@rstoyanchev rstoyanchev added this to the 1.0.0 milestone Apr 28, 2022
@rstoyanchev
Copy link
Contributor

We can add GraphQlRequest#getExtensions returning a Map<Object, Object>.

@rstoyanchev rstoyanchev changed the title Support for request extensions key Expose map of "extensions" in GraphQlRequest Apr 28, 2022
@andimarek
Copy link
Contributor Author

Sounds good.

bclozel added a commit that referenced this issue May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

3 participants