UNPKG

@shopify/cli-kit

Version:

A set of utilities, interfaces, and models that are common across all the platform features

28 lines 1.05 kB
export const PublicApiVersions = { kind: 'Document', definitions: [ { kind: 'OperationDefinition', operation: 'query', name: { kind: 'Name', value: 'publicApiVersions' }, selectionSet: { kind: 'SelectionSet', selections: [ { kind: 'Field', name: { kind: 'Name', value: 'publicApiVersions' }, selectionSet: { kind: 'SelectionSet', selections: [ { kind: 'Field', name: { kind: 'Name', value: 'handle' } }, { kind: 'Field', name: { kind: 'Name', value: 'supported' } }, { kind: 'Field', name: { kind: 'Name', value: '__typename' } }, ], }, }, ], }, }, ], }; //# sourceMappingURL=public_api_versions.js.map