28 September 2020 Consuming the Sonar API In the first three articles in this series, I walked you through how to use the API using GraphiQL, a web based tool included in Sonar. Now let’s build a very simple application so we can consume the API externally.
25 September 2020 Mutations in the Sonar API In GraphQL, a mutation is something that changes data. Whether you’re creating, updating, or deleting, running a mutation will always cause data to be modified. Let’s jump into how mutations work.
23 September 2020 A Deeper Dive into the new Sonar API In this article, I’m going to dive into the real power of this API and show you how to construct some complex, powerful queries.
21 September 2020 The New Sonar API Welcome to the first part of the Sonar GraphQL API series. In this set of articles, I’ll teach you how to use the new, powerful GraphQL API that underlines Sonar, and show you all the amazing things you can do with it.