Skip to content

Consider skipping graphql-tag and generating an AST from queries and mutations directly #2

@Jannis

Description

@Jannis

Going from the (query ...) and (mutation ...) syntax to strings and then to a document AST using graphql-tag seems unnecessary. We could go straight to a document AST by ourselves and develop a library to create/traverse/modify with these GraphQL documents. This could be useful in other places too (like in GraphQL servers written in ClojureScript).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions