File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
packages/app/src/cli/api/graphql/business-platform-organizations/generated Expand file tree Collapse file tree 1 file changed +0
-4
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-
42export type Maybe < T > = T | null
53export type InputMaybe < T > = Maybe < T >
64export type Exact < T extends { [ key : string ] : unknown } > = { [ K in keyof T ] : T [ K ] }
@@ -42,8 +40,6 @@ export type Scalars = {
4240 ISO8601Date : { input : any ; output : any }
4341 /** An ISO 8601-encoded datetime */
4442 ISO8601DateTime : { input : any ; output : any }
45- /** Represents untyped JSON */
46- JSON : { input : JsonMapType | string ; output : JsonMapType }
4743 /** The ID for a LegalEntity. */
4844 LegalEntityID : { input : any ; output : any }
4945 /** The ID for a OrganizationDomain. */
You can’t perform that action at this time.
0 commit comments