How OneGraph onboards users who are new to GraphQL

How OneGraph onboards users who are new to GraphQL

We’ve stood over the shoulder of our users as they see a GraphQL query the first time, and that’s given us a visceral empathy for the fear it can inspire in the beginning: the nested structures, the not-quite-JSON-object fields, the lack of familiar docs. OneGraph’s GraphiQL explorer is a way to explore and build GraphQL queries, and can be included in any GraphiQL instance as a simple React component. When you or your company are embedding the explorer in your GraphiQL instance for your users, another challenge they’ll face are cases where a query is syntactically valid, but semantically invalid. While we initially targeted the explorer at newcomers, it’s even become the preferred way of exploring and building up queries for our customers who are experienced GraphQL developers!

Source: www.onegraph.com