# graphConfiguration **Type:** GraphQL queries **Description:** Retrieve general information about this GraphQL API endpoint. It is commonly used to check how far back the indexer’s data goes and to verify the API version your application is interacting with. ## Response **Type:** GraphConfiguration **Description:** General information about the GraphQL API. ### Fields - minimumBlockHeight (BigInt): The lowest block-height that is indexed in this endpoint. - version (String): The version of the graphl api.