Skip to content

Commit

Permalink
chore: generate graphql typings
Browse files Browse the repository at this point in the history
  • Loading branch information
belsman committed Oct 24, 2024
1 parent bc4685a commit aec3ca0
Showing 1 changed file with 259 additions and 0 deletions.
259 changes: 259 additions & 0 deletions packages/core/graphql/src/lib/generated/generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5992,6 +5992,59 @@ export type FulfillmentFragmentFragment = {
customerId?: string | null;
shopId?: string | null;
userId?: string | null;
fulfillmentState?: IoRestorecommerceFulfillmentFulfillmentState | null;
packaging?: {
__typename?: 'IoRestorecommerceFulfillmentPackaging';
exportType?: string | null;
notify?: string | null;
invoiceNumber?: string | null;
exportDescription?: string | null;
parcels?: Array<{
__typename?: 'IoRestorecommerceFulfillmentParcel';
id?: string | null;
productId?: string | null;
items?: Array<{
__typename?: 'IoRestorecommerceFulfillmentItem';
productId?: string | null;
variantId?: string | null;
quantity?: number | null;
}> | null;
package?: {
__typename?: 'IoRestorecommerceProductPackage';
rotatable?: boolean | null;
sizeInCm?: {
__typename?: 'IoRestorecommerceGeometryBoundingBox3D';
height?: number | null;
width?: number | null;
length?: number | null;
} | null;
} | null;
}> | null;
sender?: {
__typename?: 'IoRestorecommerceAddressShippingAddress';
comments?: string | null;
address?: {
__typename?: 'IoRestorecommerceAddressAddress';
id?: string | null;
postcode?: string | null;
} | null;
contact?: {
__typename?: 'IoRestorecommerceAddressContact';
name?: string | null;
email?: string | null;
phone?: string | null;
} | null;
} | null;
recipient?: {
__typename?: 'IoRestorecommerceAddressShippingAddress';
address?: {
__typename?: 'IoRestorecommerceAddressAddress';
id?: string | null;
postcode?: string | null;
countryId?: string | null;
} | null;
} | null;
} | null;
meta?: {
__typename?: 'IoRestorecommerceMetaMeta';
created?: unknown | null;
Expand Down Expand Up @@ -7254,6 +7307,59 @@ export type FulfillmentFulfillmentMutateMutation = {
customerId?: string | null;
shopId?: string | null;
userId?: string | null;
fulfillmentState?: IoRestorecommerceFulfillmentFulfillmentState | null;
packaging?: {
__typename?: 'IoRestorecommerceFulfillmentPackaging';
exportType?: string | null;
notify?: string | null;
invoiceNumber?: string | null;
exportDescription?: string | null;
parcels?: Array<{
__typename?: 'IoRestorecommerceFulfillmentParcel';
id?: string | null;
productId?: string | null;
items?: Array<{
__typename?: 'IoRestorecommerceFulfillmentItem';
productId?: string | null;
variantId?: string | null;
quantity?: number | null;
}> | null;
package?: {
__typename?: 'IoRestorecommerceProductPackage';
rotatable?: boolean | null;
sizeInCm?: {
__typename?: 'IoRestorecommerceGeometryBoundingBox3D';
height?: number | null;
width?: number | null;
length?: number | null;
} | null;
} | null;
}> | null;
sender?: {
__typename?: 'IoRestorecommerceAddressShippingAddress';
comments?: string | null;
address?: {
__typename?: 'IoRestorecommerceAddressAddress';
id?: string | null;
postcode?: string | null;
} | null;
contact?: {
__typename?: 'IoRestorecommerceAddressContact';
name?: string | null;
email?: string | null;
phone?: string | null;
} | null;
} | null;
recipient?: {
__typename?: 'IoRestorecommerceAddressShippingAddress';
address?: {
__typename?: 'IoRestorecommerceAddressAddress';
id?: string | null;
postcode?: string | null;
countryId?: string | null;
} | null;
} | null;
} | null;
meta?: {
__typename?: 'IoRestorecommerceMetaMeta';
created?: unknown | null;
Expand Down Expand Up @@ -7331,6 +7437,59 @@ export type FulfillmentFulfillmentReadQuery = {
customerId?: string | null;
shopId?: string | null;
userId?: string | null;
fulfillmentState?: IoRestorecommerceFulfillmentFulfillmentState | null;
packaging?: {
__typename?: 'IoRestorecommerceFulfillmentPackaging';
exportType?: string | null;
notify?: string | null;
invoiceNumber?: string | null;
exportDescription?: string | null;
parcels?: Array<{
__typename?: 'IoRestorecommerceFulfillmentParcel';
id?: string | null;
productId?: string | null;
items?: Array<{
__typename?: 'IoRestorecommerceFulfillmentItem';
productId?: string | null;
variantId?: string | null;
quantity?: number | null;
}> | null;
package?: {
__typename?: 'IoRestorecommerceProductPackage';
rotatable?: boolean | null;
sizeInCm?: {
__typename?: 'IoRestorecommerceGeometryBoundingBox3D';
height?: number | null;
width?: number | null;
length?: number | null;
} | null;
} | null;
}> | null;
sender?: {
__typename?: 'IoRestorecommerceAddressShippingAddress';
comments?: string | null;
address?: {
__typename?: 'IoRestorecommerceAddressAddress';
id?: string | null;
postcode?: string | null;
} | null;
contact?: {
__typename?: 'IoRestorecommerceAddressContact';
name?: string | null;
email?: string | null;
phone?: string | null;
} | null;
} | null;
recipient?: {
__typename?: 'IoRestorecommerceAddressShippingAddress';
address?: {
__typename?: 'IoRestorecommerceAddressAddress';
id?: string | null;
postcode?: string | null;
countryId?: string | null;
} | null;
} | null;
} | null;
meta?: {
__typename?: 'IoRestorecommerceMetaMeta';
created?: unknown | null;
Expand Down Expand Up @@ -7383,6 +7542,59 @@ export type FulfillmentFulfillmentSubmitMutation = {
customerId?: string | null;
shopId?: string | null;
userId?: string | null;
fulfillmentState?: IoRestorecommerceFulfillmentFulfillmentState | null;
packaging?: {
__typename?: 'IoRestorecommerceFulfillmentPackaging';
exportType?: string | null;
notify?: string | null;
invoiceNumber?: string | null;
exportDescription?: string | null;
parcels?: Array<{
__typename?: 'IoRestorecommerceFulfillmentParcel';
id?: string | null;
productId?: string | null;
items?: Array<{
__typename?: 'IoRestorecommerceFulfillmentItem';
productId?: string | null;
variantId?: string | null;
quantity?: number | null;
}> | null;
package?: {
__typename?: 'IoRestorecommerceProductPackage';
rotatable?: boolean | null;
sizeInCm?: {
__typename?: 'IoRestorecommerceGeometryBoundingBox3D';
height?: number | null;
width?: number | null;
length?: number | null;
} | null;
} | null;
}> | null;
sender?: {
__typename?: 'IoRestorecommerceAddressShippingAddress';
comments?: string | null;
address?: {
__typename?: 'IoRestorecommerceAddressAddress';
id?: string | null;
postcode?: string | null;
} | null;
contact?: {
__typename?: 'IoRestorecommerceAddressContact';
name?: string | null;
email?: string | null;
phone?: string | null;
} | null;
} | null;
recipient?: {
__typename?: 'IoRestorecommerceAddressShippingAddress';
address?: {
__typename?: 'IoRestorecommerceAddressAddress';
id?: string | null;
postcode?: string | null;
countryId?: string | null;
} | null;
} | null;
} | null;
meta?: {
__typename?: 'IoRestorecommerceMetaMeta';
created?: unknown | null;
Expand Down Expand Up @@ -10462,6 +10674,53 @@ export const FulfillmentFragmentFragmentDoc = gql`
customerId
shopId
userId
packaging {
exportType
notify
invoiceNumber
exportDescription
parcels {
id
productId
items {
productId
variantId
quantity
}
package {
rotatable
sizeInCm {
height
width
length
}
}
}
sender {
address {
id
postcode
}
contact {
name
email
phone
}
comments
}
recipient {
address {
id
postcode
countryId
}
}
notify
invoiceNumber
exportDescription
exportType
}
fulfillmentState
meta {
...MetaFragment
}
Expand Down

0 comments on commit aec3ca0

Please sign in to comment.