Shopify / graphql-js-schema

Transforms the JSON representation of a GraphQL schema into a set of ES6 type modules
MIT License
35 stars 12 forks source link

fix extracting root type names from actual schemas #16

Closed jamesmacaulay closed 7 years ago

jamesmacaulay commented 7 years ago

@minasmart please review.

I forgot the actual shape of introspection responses – this fixes things to correctly extract names from type objects.