Skip to content

[Feature request] Returning fieldASTs to be able to cache them for performance imporvements #158

Closed
@gyzerok

Description

@gyzerok

I have a use-case where my underlying data may change, but GraphQL queries are still the same. I think it may be nice if I can cache result of GraphQL language parsing (suppose its fieldASTs) and pass it to graphql function instead of raw query to be able to imporve performance when I need to execute the same query.

What do you think about this?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions