--- title: publicApiVersions - Partner API description: The list of public Partner API versions, including supported, release candidate and unstable versions. api_version: 2025-10 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 ## Query Reference ```graphql { publicApiVersions { # publicApiVersions fields } } ```