---
title: "Queries"
description: "Learn how to read data using the query request in the Business NXT schema. For data modifications, refer to Mutation Type documentation."
lang: en
languages:
  en: https://docs.vismasoftware.no/businessnxtapi/apireference/schema/queries/index.md
lastmod: 2026-07-10
---

> Documentation index: https://docs.vismasoftware.no/businessnxtapi/apireference/schema/queries/llms.txt


# Queries

Last modified July 10, 2026

> Learn how to read data using the query request in the Business NXT schema. For data modifications, refer to Mutation Type documentation.


The Business NXT schema supports reading data (with a `query` request) as well as modifying data (with a `mutation` request). These two operations are exposed at the top of the schema with the `query` and `mutation` fields, as shown in the following image:

![Company table](https://docs.vismasoftware.no/businessnxtapi/apireference/schema/queries/schema0.png)

 Here, you will learn about reading data. For inserts, updates, and deletes, see [The Mutation Type](https://docs.vismasoftware.no/businessnxtapi/apireference/schema/mutations/mutation/index.md).


---

[View this page](https://docs.vismasoftware.no/businessnxtapi/apireference/schema/queries/)


## In this section


- [The Query Type](https://docs.vismasoftware.no/businessnxtapi/apireference/schema/queries/query/index.md): GraphQL Query type enables querying various tables with fields like useCompany for company data and useCustomer for system information.

- [Grouping](https://docs.vismasoftware.no/businessnxtapi/apireference/schema/queries/grouping/index.md): API documentation on grouping data, including SQL examples, GraphQL equivalents, and parameters for filtering, sorting, paginating, and applying aggregate…

- [Aggregates](https://docs.vismasoftware.no/businessnxtapi/apireference/schema/queries/aggregates/index.md): Aggregate functions in GraphQL for computing values in table fields. Supports sum, average, count, min, max, variance, and more.

- [Distinct values](https://docs.vismasoftware.no/businessnxtapi/apireference/schema/queries/distinct/index.md): Guide to fetch distinct table values using distinct argument, translating into SQL. Examples include account groups, customers, and order types, with equivalent…
