Inigo’s Explorer offers the essential functions of a GraphQL playground, plus unique features through an integrated interface. Explorer emphasizes workflow efficiency, incorporating advanced tracing tools and a unified interface for managing queries.
Explorer has an advanced query editor that offers auto-completion and the ability to build queries by clicking types and fields from your schema.
Explorer maintains a history of your queries and resulting responses, allowing you to look back at previous executions. Additionally, you can re-execute queries as needed.
Explorer supports Preflight Scripts that allow you to execute the JavaScript code necessary to authenticate and store a token that can be used to authenticate queries run in Explorer.
Having a core set of GraphQL queries that you need for testing or debugging purposes is common. Explorer lets you create Collections of queries that are saved and organized for persistent use.