Mayank1791989 / gql

112 stars 19 forks source link

Work with introspection result #55

Closed Aleksion closed 6 years ago

Aleksion commented 7 years ago

Could this work with the introspection result rather than the raw schema? Some server implementations can't generate the .graphql schema and simply outputs the introspection result.

Mayank1791989 commented 7 years ago

No you need schema. But you can create schema from introspection result (use buildClientSchema + schemaPrinter).

Mayank1791989 commented 6 years ago

see issue #65