Testing GraphiQL Query

Learn how to test GraphQL queries.

We'll cover the following...

GraphQL query testing

GraphiQL is a great tool to explore our API and to run a query manually. However, it’s not a replacement for a test suite. We’ll use ExUnit to add tests for our Absinthe schema to ensure ...