We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d1e3e3 + 9cbdfb7 commit 71155f4Copy full SHA for 71155f4
packages/app/src/cli/api/graphql/business-platform-organizations/generated/types.d.ts
@@ -36,8 +36,12 @@ export type Scalars = {
36
OrganizationID: {input: any; output: any}
37
/** The ID for a OrganizationUser. */
38
OrganizationUserID: {input: any; output: any}
39
+ /** The ID for a Property. */
40
+ PropertyID: {input: any; output: any}
41
PropertyId: {input: string; output: string}
42
PropertyPublicID: {input: string; output: string}
43
+ /** The ID for a PropertyTransferRequest. */
44
+ PropertyTransferRequestID: {input: any; output: any}
45
/** The ID for a Role. */
46
RoleID: {input: any; output: any}
47
/** The ID for a ShopifyShop. */
0 commit comments