Introducing GraphQL Support!

Starting in version 5.7.0, you can now interact with a GraphQL server just the same as any other HTTP request inside Insomnia 🤗!

GraphQL Screenshot

Along with defining and sending queries, the GraphQL integration also provides the following benefits:

  • Autocomplete for field names, variables, and types

    • Schema is fetched automatically by sending an introspection query to the same URL
  • Linting with friendly error messages
  • Vertical split view for editing GraphQL variables
  • Integration with all existing Insomnia features

Special Thanks: 🍻
I'd like to give a huge thanks to the brilliant folks responsible for developing the Codemirror GraphQL plugin, which powers linting, error messages, autocomplete, and syntax highlighting. Without it, this feature would have taken A LOT more work.


Need a better way to test APIs?