jasonkuhrt / graphql-request

Minimal GraphQL client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypedDocumentNode support

jasonkuhrt opened this issue · comments

Perceived Problem

  • graphql-request supports TypedDocumentNode
  • Need migration path
  • Reasonable feature anyways
  • for raw() (and static request function)

Ideas / Proposed Solution(s)

  • Just need to apply the TypedDocumentNode pattern to our execute and request functions and raw.
  • Already done with graphql-request so just follow the pattern there