> For the complete documentation index, see [llms.txt](https://docs.burve.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.burve.io/learn-more/api/query.md).

# Query

### Entity Arguments

| Field         | Type                |
| ------------- | ------------------- |
| id            | ID!                 |
| block         | Block\_height       |
| subgraphError | SubgraphErrorPolicy |

### Entities Arguments

| Field          | Type                |
| -------------- | ------------------- |
| skip           | Int = 0             |
| first          | Int = 100           |
| orderBy        | \*\*Entity\_orderBy |
| orderDirection | OrderDirection      |
| where          | \*\*Entity\_filter  |
| block          | Block\_height       |
| subgraphError  | SubgraphErrorPolicy |
