Skip to content

Commit 7f53b75

Browse files
Merge pull request #6630 from Shopify/auto-update-graphql-deps
Update generated GraphQL files
2 parents 45fe1ee + 427b04c commit 7f53b75

File tree

1 file changed

+4
-0
lines changed
  • packages/app/src/cli/api/graphql/business-platform-organizations/generated

1 file changed

+4
-0
lines changed

packages/app/src/cli/api/graphql/business-platform-organizations/generated/types.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/* eslint-disable @typescript-eslint/consistent-type-definitions, @typescript-eslint/naming-convention, @typescript-eslint/no-explicit-any */
2+
import {JsonMapType} from '@shopify/cli-kit/node/toml'
3+
24
export type Maybe<T> = T | null
35
export type InputMaybe<T> = Maybe<T>
46
export type Exact<T extends {[key: string]: unknown}> = {[K in keyof T]: T[K]}
@@ -40,6 +42,8 @@ export type Scalars = {
4042
ISO8601Date: {input: any; output: any}
4143
/** An ISO 8601-encoded datetime */
4244
ISO8601DateTime: {input: any; output: any}
45+
/** Represents untyped JSON */
46+
JSON: {input: JsonMapType | string; output: JsonMapType}
4347
/** The ID for a LegalEntity. */
4448
LegalEntityID: {input: any; output: any}
4549
/** The ID for a OrganizationDomain. */

0 commit comments

Comments
 (0)