Skip to content

GraphQL 1.9 support #30

Open
Open
@rmosolgo

Description

@rmosolgo

GraphQL 1.9 has immutable AST nodes, which breaks this library, because this library's basic flow is to instantiate a node, then assign values to it during the visit.

I think the library could be refactored to initialize a Hash, accumulate values in the hash, then instantiate a node when all the attributes are present.

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