GitHub

ApiVersion

import { ApiVersion } from '@daffodil/driver/shopify'

A version of the API, as defined by Shopify API versioning. Versions are commonly referred to by their handle (for example, 2021-10).

type ApiVersion = {
    __typename?: 'ApiVersion';
    displayName: Scalars['String']['output'];
    handle: Scalars['String']['output'];
    supported: Scalars['Boolean']['output'];
}