File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
packages/app/src/cli/api/graphql/business-platform-organizations/generated Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 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+
24export type Maybe < T > = T | null
35export type InputMaybe < T > = Maybe < T >
46export 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. */
You can’t perform that action at this time.
0 commit comments