3 years ago
Support schemas with custom root type names
Some GraphQL APIs rename the root type names from the standard "Query", "Mutation" and "Subscription" to something else like:
schema MySchema { query: RootQuery mutation: RootMutation subscription: RootSubscription }
We now handle this case well in the UI, showing you "RootQuery" instead of relying on the standard root type names!