-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
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.
dlanileonardo and freysie
Metadata
Metadata
Assignees
Labels
No labels