---
title: "GraphiQL"
description: "Explore and test GraphQL queries using GraphiQL, a web IDE with features like schema auto-fetch, query auto-complete, and documentation exploration."
lang: en
languages:
  en: https://docs.vismasoftware.no/businessnxtapi/intro/exploring_api/graphiql/index.md
lastmod: 2026-07-10
---

> Documentation index: https://docs.vismasoftware.no/businessnxtapi/intro/exploring_api/llms.txt


# GraphiQL

Last modified July 10, 2026

> Explore and test GraphQL queries using GraphiQL, a web IDE with features like schema auto-fetch, query auto-complete, and documentation exploration.


You can explore the API and execute queries using GraphiQL, which is an web-based integrated development environment (IDE) for GraphQL. GraphiQL enables you to explore the GraphQL schema as well as building and executing queries. This is a very useful tool for getting familiar with our API, preparing your queries, and testing them. For these reasons, GraphiQL provides a better experience than the tools mentioned earlier, enabling you to familiazize yourself with the GraphQL schema and become productive in a short period.

![](https://docs.vismasoftware.no/businessnxtapi/intro/exploring_api/graphiql.png)

GraphiQL features include the following:

* automatic fetching of schema
* exploration of documentation (built from the schema)
* navigation from the query to documentation by hovering the cursor over a node in the query
* auto completion for query and variables (`CTRL` + `SPACE`)
* history of most recent queries (allowing you to run previous queries)
* multiple tabs and multiple queries per tab
* query prettyfier
* syntax coloring
* editing of HTTP headers

![graphiql_autocomplete](https://docs.vismasoftware.no/businessnxtapi/intro/exploring_api/graphiql_autocomplete.png)
![graphiql_history](https://docs.vismasoftware.no/businessnxtapi/intro/exploring_api/graphiql_history.png)

> [!TIP]
> You can learn more about GraphiQL from the project documentation. See [GraphiQL IDE](https://github.com/graphql/graphiql).

## Endpoint

The Business NXT GraphiQL endpoint is <https://docs.business.visma.net/graphiql>.

> [!IMPORTANT]
> You must be authenticated with your Visma Connect user in order to access GraphiQL.


---

[View this page](https://docs.vismasoftware.no/businessnxtapi/intro/exploring_api/graphiql/)
