--- title: publicApiVersions - Partner API description: >- The list of public Partner API versions, including supported, release candidate and unstable versions. api_version: 2026-01 api_name: partner type: query api_type: graphql source_url: html: 'https://shopify.dev/docs/api/partner/latest/queries/publicApiVersions' md: 'https://shopify.dev/docs/api/partner/latest/queries/publicApiVersions.md' --- # public​Api​Versions query The list of public Partner API versions, including supported, release candidate and unstable versions. ## Possible returns * Api​Version [\[Api​Version!\]!](https://shopify.dev/docs/api/partner/latest/objects/ApiVersion) A version of the API. * 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. *** ## Examples * ### publicApiVersions reference