--- title: ApiVersion - Partner API description: A version of the API. api_version: 2025-10 api_name: partner type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/partner/latest/objects/ApiVersion' md: 'https://shopify.dev/docs/api/partner/latest/objects/ApiVersion.md' --- # Api​Version object A version of the API. ## Fields * display​Name [String!](https://shopify.dev/docs/api/partner/latest/scalars/String) non-null The human-readable name of the version. * handle [String!](https://shopify.dev/docs/api/partner/latest/scalars/String) non-null The unique identifier of an ApiVersion. All supported API versions have a date-based (YYYY-MM) or `unstable` handle. * supported [Boolean!](https://shopify.dev/docs/api/partner/latest/scalars/Boolean) non-null Whether the version is supported by Shopify. *** ## Map No referencing types *** ## Queries * [public​Api​Versions](https://shopify.dev/docs/api/partner/latest/queries/publicApiVersions) query The list of public Partner API versions, including supported, release candidate and unstable versions. *** ## \ApiVersion Queries ### Queried by * \[public​Api​Versions](https://shopify.dev/docs/api/partner/latest/queries/publicApiVersions)