jasonkuhrt / graphql-request

Minimal GraphQL client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

generate from introspection query

jasonkuhrt opened this issue · comments

Perceived Problem

Ideas / Proposed Solution(s)

A slick little detail here would be that, if we generate from an introspection query then that means we already know the endpoint and should be able to remove the requirement of the user supplying it in their client constructor.