Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/consistent-type-definitions */
import * as Types from './types.js'
import * as Types from './types'

import {TypedDocumentNode as DocumentNode} from '@graphql-typed-document-node/core'

Expand Down Expand Up @@ -113,7 +113,7 @@ export const MetafieldForImportFragmentDoc = {
},
],
} as unknown as DocumentNode<MetafieldForImportFragment, unknown>
export const MetafieldDefinitions = {
export const MetafieldDefinitionsDocument = {
kind: 'Document',
definitions: [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/consistent-type-definitions */
import * as Types from './types.js'
import * as Types from './types'

import {TypedDocumentNode as DocumentNode} from '@graphql-typed-document-node/core'

Expand Down Expand Up @@ -171,7 +171,7 @@ export const MetaobjectForImportFragmentDoc = {
},
],
} as unknown as DocumentNode<MetaobjectForImportFragment, unknown>
export const MetaobjectDefinitions = {
export const MetaobjectDefinitionsDocument = {
kind: 'Document',
definitions: [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/consistent-type-definitions */
import * as Types from './types.js'
import * as Types from './types'
import {JsonMapType} from '@shopify/cli-kit/node/toml'

import {TypedDocumentNode as DocumentNode} from '@graphql-typed-document-node/core'
Expand All @@ -23,7 +23,7 @@ export type DevSessionCreateMutation = {
} | null
}

export const DevSessionCreate = {
export const DevSessionCreateDocument = {
kind: 'Document',
definitions: [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/consistent-type-definitions */
import * as Types from './types.js'
import * as Types from './types'

import {TypedDocumentNode as DocumentNode} from '@graphql-typed-document-node/core'

Expand All @@ -9,7 +9,7 @@ export type DevSessionDeleteMutationVariables = Types.Exact<{

export type DevSessionDeleteMutation = {devSessionDelete?: {userErrors: {message: string}[]} | null}

export const DevSessionDelete = {
export const DevSessionDeleteDocument = {
kind: 'Document',
definitions: [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/consistent-type-definitions */
import * as Types from './types.js'
import * as Types from './types'
import {JsonMapType} from '@shopify/cli-kit/node/toml'

import {TypedDocumentNode as DocumentNode} from '@graphql-typed-document-node/core'
Expand All @@ -23,7 +23,7 @@ export type DevSessionUpdateMutation = {
} | null
}

export const DevSessionUpdate = {
export const DevSessionUpdateDocument = {
kind: 'Document',
definitions: [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/consistent-type-definitions */
import * as Types from './types.js'
import * as Types from './types'
import {JsonMapType} from '@shopify/cli-kit/node/toml'

import {TypedDocumentNode as DocumentNode} from '@graphql-typed-document-node/core'
Expand Down Expand Up @@ -37,7 +37,7 @@ export type ActiveAppReleaseFromApiKeyQuery = {
}
}

export const ActiveAppReleaseFromApiKey = {
export const ActiveAppReleaseFromApiKeyDocument = {
kind: 'Document',
definitions: [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/consistent-type-definitions */
import * as Types from './types.js'
import * as Types from './types'
import {JsonMapType} from '@shopify/cli-kit/node/toml'

import {TypedDocumentNode as DocumentNode} from '@graphql-typed-document-node/core'
Expand Down Expand Up @@ -215,7 +215,7 @@ export const AppVersionInfoFragmentDoc = {
},
],
} as unknown as DocumentNode<AppVersionInfoFragment, unknown>
export const ActiveAppRelease = {
export const ActiveAppReleaseDocument = {
kind: 'Document',
definitions: [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/consistent-type-definitions */
import * as Types from './types.js'
import * as Types from './types'

import {TypedDocumentNode as DocumentNode} from '@graphql-typed-document-node/core'

Expand All @@ -9,7 +9,7 @@ export type AppInstallCountQueryVariables = Types.Exact<{

export type AppInstallCountQuery = {app: {installCount?: number | null}}

export const AppInstallCount = {
export const AppInstallCountDocument = {
kind: 'Document',
definitions: [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/consistent-type-definitions */
import * as Types from './types.js'
import * as Types from './types'

import {TypedDocumentNode as DocumentNode} from '@graphql-typed-document-node/core'

Expand All @@ -12,7 +12,7 @@ export type AppLogsSubscribeMutation = {
appLogsSubscribe?: {jwtToken?: string | null; success?: boolean | null; errors?: string[] | null} | null
}

export const AppLogsSubscribe = {
export const AppLogsSubscribeDocument = {
kind: 'Document',
definitions: [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/consistent-type-definitions */
import * as Types from './types.js'
import * as Types from './types'
import {JsonMapType} from '@shopify/cli-kit/node/toml'

import {TypedDocumentNode as DocumentNode} from '@graphql-typed-document-node/core'
Expand Down Expand Up @@ -112,7 +112,7 @@ export const VersionInfoFragmentDoc = {
},
],
} as unknown as DocumentNode<VersionInfoFragment, unknown>
export const AppVersionById = {
export const AppVersionByIdDocument = {
kind: 'Document',
definitions: [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/consistent-type-definitions */
import * as Types from './types.js'
import * as Types from './types'
import {JsonMapType} from '@shopify/cli-kit/node/toml'

import {TypedDocumentNode as DocumentNode} from '@graphql-typed-document-node/core'
Expand Down Expand Up @@ -29,7 +29,7 @@ export type AppVersionByTagQuery = {
}
}

export const AppVersionByTag = {
export const AppVersionByTagDocument = {
kind: 'Document',
definitions: [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/consistent-type-definitions */
import * as Types from './types.js'
import * as Types from './types'

import {TypedDocumentNode as DocumentNode} from '@graphql-typed-document-node/core'

Expand All @@ -25,7 +25,7 @@ export type AppVersionsQuery = {
}
}

export const AppVersions = {
export const AppVersionsDocument = {
kind: 'Document',
definitions: [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/consistent-type-definitions */
import * as Types from './types.js'
import * as Types from './types'

import {TypedDocumentNode as DocumentNode} from '@graphql-typed-document-node/core'

Expand All @@ -14,7 +14,7 @@ export type ListAppsQuery = {
} | null
}

export const ListApps = {
export const ListAppsDocument = {
kind: 'Document',
definitions: [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/consistent-type-definitions */
import * as Types from './types.js'
import * as Types from './types'
import {JsonMapType} from '@shopify/cli-kit/node/toml'

import {TypedDocumentNode as DocumentNode} from '@graphql-typed-document-node/core'
Expand Down Expand Up @@ -40,7 +40,7 @@ export type CreateAppVersionMutation = {
}
}

export const CreateAppVersion = {
export const CreateAppVersionDocument = {
kind: 'Document',
definitions: [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/consistent-type-definitions */
import * as Types from './types.js'
import * as Types from './types'
import {JsonMapType} from '@shopify/cli-kit/node/toml'

import {TypedDocumentNode as DocumentNode} from '@graphql-typed-document-node/core'
Expand All @@ -16,7 +16,7 @@ export type CreateAppMutation = {
}
}

export const CreateApp = {
export const CreateAppDocument = {
kind: 'Document',
definitions: [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/consistent-type-definitions */
import * as Types from './types.js'
import * as Types from './types'

import {TypedDocumentNode as DocumentNode} from '@graphql-typed-document-node/core'

Expand All @@ -15,7 +15,7 @@ export type CreateAssetUrlMutation = {
}
}

export const CreateAssetUrl = {
export const CreateAssetUrlDocument = {
kind: 'Document',
definitions: [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/consistent-type-definitions */
import * as Types from './types.js'
import * as Types from './types'
import {JsonMapType} from '@shopify/cli-kit/node/toml'

import {TypedDocumentNode as DocumentNode} from '@graphql-typed-document-node/core'
Expand All @@ -22,7 +22,7 @@ export type ReleaseVersionMutation = {
}
}

export const ReleaseVersion = {
export const ReleaseVersionDocument = {
kind: 'Document',
definitions: [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/consistent-type-definitions */
import * as Types from './types.js'
import * as Types from './types'

import {TypedDocumentNode as DocumentNode} from '@graphql-typed-document-node/core'

Expand All @@ -22,7 +22,7 @@ export type FetchSpecificationsQuery = {
}[]
}

export const FetchSpecifications = {
export const FetchSpecificationsDocument = {
kind: 'Document',
definitions: [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/consistent-type-definitions */
import * as Types from './types.js'
import * as Types from './types'

import {TypedDocumentNode as DocumentNode} from '@graphql-typed-document-node/core'

Expand Down Expand Up @@ -27,7 +27,7 @@ export type BulkOperationCancelMutation = {
} | null
}

export const BulkOperationCancel = {
export const BulkOperationCancelDocument = {
kind: 'Document',
definitions: [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/consistent-type-definitions */
import * as Types from './types.js'
import * as Types from './types'

import {TypedDocumentNode as DocumentNode} from '@graphql-typed-document-node/core'

Expand All @@ -26,7 +26,7 @@ export type BulkOperationRunMutationMutation = {
} | null
}

export const BulkOperationRunMutation = {
export const BulkOperationRunMutationDocument = {
kind: 'Document',
definitions: [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/consistent-type-definitions */
import * as Types from './types.js'
import * as Types from './types'

import {TypedDocumentNode as DocumentNode} from '@graphql-typed-document-node/core'

Expand All @@ -24,7 +24,7 @@ export type BulkOperationRunQueryMutation = {
} | null
}

export const BulkOperationRunQuery = {
export const BulkOperationRunQueryDocument = {
kind: 'Document',
definitions: [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/consistent-type-definitions */
import * as Types from './types.js'
import * as Types from './types'

import {TypedDocumentNode as DocumentNode} from '@graphql-typed-document-node/core'

Expand All @@ -21,7 +21,7 @@ export type GetBulkOperationByIdQuery = {
} | null
}

export const GetBulkOperationById = {
export const GetBulkOperationByIdDocument = {
kind: 'Document',
definitions: [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/consistent-type-definitions */
import * as Types from './types.js'
import * as Types from './types'

import {TypedDocumentNode as DocumentNode} from '@graphql-typed-document-node/core'

Expand All @@ -24,7 +24,7 @@ export type ListBulkOperationsQuery = {
}
}

export const ListBulkOperations = {
export const ListBulkOperationsDocument = {
kind: 'Document',
definitions: [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/consistent-type-definitions */
import * as Types from './types.js'
import * as Types from './types'

import {TypedDocumentNode as DocumentNode} from '@graphql-typed-document-node/core'

Expand All @@ -20,7 +20,7 @@ export type StagedUploadsCreateMutation = {
} | null
}

export const StagedUploadsCreate = {
export const StagedUploadsCreateDocument = {
kind: 'Document',
definitions: [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/consistent-type-definitions */
import * as Types from './types.js'
import * as Types from './types'

import {TypedDocumentNode as DocumentNode} from '@graphql-typed-document-node/core'

Expand All @@ -9,7 +9,7 @@ export type FindOrganizationsQueryVariables = Types.Exact<{

export type FindOrganizationsQuery = {currentUserAccount?: {organization?: {id: string; name: string} | null} | null}

export const FindOrganizations = {
export const FindOrganizationsDocument = {
kind: 'Document',
definitions: [
{
Expand Down
Loading
Loading