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

add extensions field to GraphQLResponse<T> #385

@ikenox

Description

@ikenox

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions