Stellate Product Updates logo
Back to Homepage Subscribe to Updates

Product Updates

See the latest new features, improvements, and product updates

Labels

  • All Posts
  • Fix
  • Announcement
  • Improvement
  • graph api
  • feature

Jump to Month

  • March 2023
  • January 2023
  • September 2022
  • August 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
Fix
a year 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!

Avatar of authorMarko Locher