OBJECT
CoreMutation
link GraphQL Schema definition
- type CoreMutation {
- # Arguments
- # uuid: [Not documented]
- (: Uuid!): AsyncTask
- # Arguments
- # roles: [Not documented]
- (: [AclRoleInput]!): [AclRole]
- # Arguments
- # users: [Not documented]
- (: [UserInput]!): [User]
- # Arguments
- # filter: [Not documented]
- (: Json!): [User]
- # Arguments
- # userId: [Not documented]
- # categories: [Not documented]
- (
- : ID!,
- : [UserProductCategoryInput]!
- ): [UserProductCategory]
- # Arguments
- # userId: [Not documented]
- # categoryIds: [Not documented]
- (
- : ID!,
- : [ID]!
- ): [UserProductCategory]
- # Arguments
- # userId: [Not documented]
- # categoryIds: [Not documented]
- # writeAccess: [Not documented]
- (
- : ID!,
- : [ID]!,
- : Boolean!
- ): Void
- # Arguments
- # id: [Not documented]
- (: ID!): [BatchTemplate]
- # Arguments
- # batches: [Not documented]
- (: [BatchInput]!): [Batch]
- # Arguments
- # companies: [Not documented]
- (: [CompanyInput]!): [Company]
- # Arguments
- # companyRefId: [Not documented]
- # settings: [Not documented]
- (
- : ID!,
- : [CompanySettingInput]!
- ): [CompanySetting]
- # Arguments
- # companyRefId: [Not documented]
- # collectionPoints: [Not documented]
- (
- : ID!,
- : [CompanyCollectionPointInput]!
- ): [CompanyCollectionPoint]
- # Arguments
- # companyRefId: [Not documented]
- # entries: [Not documented]
- (
- : ID!,
- : [CompanyShippingMapEntryInput]!
- ): [CompanyShippingMapEntry]
- # Arguments
- # companyRefId: [Not documented]
- # ids: [Not documented]
- (: ID!, : [ID]): [CompanyShippingMapEntry]
- # Arguments
- # companyRefId: [Not documented]
- # entries: [Not documented]
- (
- : ID!,
- : [CompanySkuMapEntryInput]!
- ): [CompanySkuMapEntry]
- # Arguments
- # companyRefId: [Not documented]
- # associations: [Not documented]
- (
- : ID!,
- : [CompanyDocumentAssociationInput]!
- ): [CompanyDocumentAssociation]
- # Arguments
- # companyRefId: [Not documented]
- # ids: [Not documented]
- (
- : ID!,
- : [ID]
- ): [CompanyDocumentAssociation]
- # Arguments
- # companyRefId: [Not documented]
- # networkId: [Not documented]
- # properties: [Not documented]
- (
- : ID!,
- : ID!,
- : OreNetworkSupplierPropertiesInput!
- ): OreNetworkSupplierProperties
- # Arguments
- # companyRefId: [Not documented]
- # networkId: [Not documented]
- # root: [Not documented]
- (
- : ID!,
- : ID!,
- : Json!
- ): Json
- # Arguments
- # companyRefId: [Not documented]
- # networkId: [Not documented]
- # values: [Not documented]
- (
- : ID!,
- : ID!,
- : [OreNetworkSupplierCapabilityInput]!
- ): [OreNetworkSupplierCapability]
- # Arguments
- # productId: [Not documented]
- # networkId: [Not documented]
- # values: [Not documented]
- (
- : ID!,
- : ID!,
- : [OreNetworkProductRequirementInput]!
- ): [OreNetworkProductRequirement]
- # Arguments
- # productId: [Not documented]
- # networkSuppliers: [Not documented]
- (
- : ID!,
- : [ProductNetworkSupplierInput]!
- ): [ProductNetworkSupplier]
- # Arguments
- # productId: [Not documented]
- # tiers: [Not documented]
- (
- : ID!,
- : [ProductLegacyTierPriceInput]!
- ): [ProductLegacyTierPrice]
- # Arguments
- # productId: [Not documented]
- # groups: [Not documented]
- (
- : ID!,
- : [ProductPricingTierGroupInput]
- ): [ProductPricingTierGroup]
- # Arguments
- # productId: [Not documented]
- # categoryId: [Not documented]
- (: ID!, : ID!): Void
- # Arguments
- # products: [Not documented]
- # categoryId: [Not documented]
- (: [ProductInput], : ID!): [Product]
- # Arguments
- # products: [Not documented]
- (: [ProductInput]): [Product]
- # Arguments
- # productId: [Not documented]
- # aspects: [Not documented]
- (
- : ID!,
- : [ProductVirtualAspectInput]!
- ): [ProductVirtualAspect]
- # Arguments
- # productId: [Not documented]
- # options: [Not documented]
- (
- : ID!,
- : [ProductVirtualAspectOptionInput]!
- ): [ProductVirtualAspectOption]
- # Arguments
- # productId: [Not documented]
- # categoryId: [Not documented]
- (
- : ID!,
- : ID!
- ): Void
- # Arguments
- # productId: [Not documented]
- # attributes: [Not documented]
- (
- : ID!,
- : [ProductAttributeInput]
- ): [ProductAttribute]
- # Arguments
- # productAttributeSetId: [Not documented]
- # attributes: [Not documented]
- (
- : ID!,
- : [ProductAttributeInput]!
- ): [ProductAttribute]
- # Arguments
- # sets: [Not documented]
- (
- : [ProductAssignmentSetInput]!
- ): [ProductAssignmentSet]
- # Arguments
- # productId: [Not documented]
- # ids: [Not documented]
- # all: [Not documented]
- (
- : ID!,
- : [ID],
- : Boolean
- ): [ProductVariant]
- # Arguments
- # productId: [Not documented]
- # printSizes: [Not documented]
- (
- : ID!,
- : [ProductPrintSizeInput]
- ): [ProductPrintSize]
- # Arguments
- # productId: [Not documented]
- # surfaceAreas: [Not documented]
- (
- : ID!,
- : [ProductSurfaceAreaInput]
- ): [ProductSurfaceArea]
- # Arguments
- # productId: [Not documented]
- # surfaceAreaId: [Not documented]
- # artworks: [Not documented]
- (
- : ID!,
- : ID!,
- : [ProductSurfaceAreaArtworkInput]
- ): [ProductSurfaceAreaArtwork]
- # Arguments
- # productId: [Not documented]
- # ids: [Not documented]
- (
- : ID!,
- : [ID]
- ): [ProductSurfaceAreaMockUp]
- # Arguments
- # productId: [Not documented]
- # surfaceAreaId: [Not documented]
- # mockUps: [Not documented]
- (
- : ID!,
- : ID!,
- : [ProductSurfaceAreaMockUpInput]!
- ): [ProductSurfaceAreaMockUp]
- # Arguments
- # productId: [Not documented]
- # ids: [Not documented]
- (
- : ID!,
- : [ID]
- ): [ProductSurfaceAreaSize]
- # Arguments
- # productId: [Not documented]
- # surfaceAreaId: [Not documented]
- # sizes: [Not documented]
- (
- : ID!,
- : ID!,
- : [ProductSurfaceAreaSizeInput]!
- ): [ProductSurfaceAreaSize]
- # Arguments
- # id: [Not documented]
- # input: [Not documented]
- (
- : ID!,
- : CoreOrderCustomerServiceRequestFeedbackInput!
- ): Void
- # Arguments
- # id: [Not documented]
- (
- : ID!
- ): Void
- # Arguments
- # orders: [Not documented]
- (: [OrderInput]): [Order]
- # Arguments
- # orderId: [Not documented]
- # attributes: [Not documented]
- (
- : ID!,
- : [OrderAttributeInput]!
- ): [OrderAttribute]
- # Arguments
- # orderId: [Not documented]
- # ids: [Not documented]
- (: ID!, : [ID]!): [OrderAttribute]
- # Arguments
- # orderId: [Not documented]
- # itemId: [Not documented]
- # attributes: [Not documented]
- (
- : ID!,
- : ID!,
- : [OrderItemAttributeInput]!
- ): [OrderItemAttribute]
- # Arguments
- # orderId: [Not documented]
- # itemId: [Not documented]
- # ids: [Not documented]
- (
- : ID!,
- : ID!,
- : [ID]!
- ): [OrderItemAttribute]
- # Arguments
- # groups: [Not documented]
- (: [FontGroupInput]): [FontGroup]
- # Arguments
- # apps: [Not documented]
- (: [AppInput]!): [App]
- # Arguments
- # appId: [Not documented]
- # configurations: [Not documented]
- (
- : ID!,
- : [AppConfigurationInput]!
- ): [AppConfiguration]
- # Arguments
- # appId: [Not documented]
- # locales: [Not documented]
- (: ID!, : [AppLocaleInput]!): [AppLocale]
- # Arguments
- # appId: [Not documented]
- # localeId: [Not documented]
- # translations: [Not documented]
- (
- : ID!,
- : ID!,
- : [AppLocaleTranslationInput]!
- ): [AppLocaleTranslation]
- # Arguments
- # batchTemplates: [Not documented]
- (
- : [BatchTemplateInput]!
- ): [BatchTemplate]
- # Arguments
- # batchTemplateId: [Not documented]
- # positions: [Not documented]
- (
- : ID!,
- : [BatchTemplatePositionInput]!
- ): [BatchTemplatePosition]
- # Arguments
- # batchTemplateId: [Not documented]
- # products: [Not documented]
- (
- : ID!,
- : [BatchTemplateProductInput]!
- ): [BatchTemplateProduct]
- # Arguments
- # batchTemplateId: [Not documented]
- # ids: [Not documented]
- (
- : ID!,
- : [ID]!
- ): [BatchTemplateProduct]
- # Arguments
- # proofs: [Not documented]
- (: [ProductProofInput]!): [ProductProof]
- # Arguments
- # states: [Not documented]
- (: [ProductStateInput]): [ProductState]
- # Arguments
- # productStateId: [Not documented]
- # imageAreas: [Not documented]
- (
- : ID!,
- : [ProductStateImageAreaInput]
- ): [ProductStateImageArea]
- # Arguments
- # productStateId: [Not documented]
- # textAreas: [Not documented]
- (
- : ID!,
- : [ProductStateTextAreaInput]
- ): [ProductStateTextArea]
- # Arguments
- # productStateId: [Not documented]
- # colourAreas: [Not documented]
- (
- : ID!,
- : [ProductStateColourAreaInput]
- ): [ProductStateColourArea]
- # Arguments
- # category: [Not documented]
- (: ProductCategoryInput!): [ProductCategory]
- # Arguments
- # productId: [Not documented]
- # imageId: [Not documented]
- (: ID!, : ID!): [GalleryImage]
- # Arguments
- # fontId: [Not documented]
- (: ID!): [Font]
- # Arguments
- # stateId: [Not documented]
- # groups: [Not documented]
- (
- : ID!,
- : [ProductStatePricingTierGroupInput]
- ): [ProductStatePricingTierGroup]
- # Arguments
- # stateId: [Not documented]
- # ids: [Not documented]
- (
- : ID!,
- : [ID]
- ): [ProductStatePricingTierGroup]
- # Arguments
- # categories: [Not documented]
- (
- : [ProductCategoryInput]!
- ): [ProductCategory]
- # Arguments
- # categoryId: [Not documented]
- # localizedNames: [Not documented]
- (
- : ID!,
- : [ProductCategoryLocalizedNameInput]!
- ): [ProductCategoryLocalizedName]
- # Arguments
- # productId: [Not documented]
- # ids: [Not documented]
- # all: [Not documented]
- (
- : ID!,
- : [ID],
- : Boolean
- ): [ProductStaticDesign]
- # Arguments
- # productId: [Not documented]
- # textAreas: [Not documented]
- (
- : ID!,
- : [ProductTextAreaInput]
- ): [ProductTextArea]
- # Arguments
- # productId: [Not documented]
- # imageAreas: [Not documented]
- (
- : ID!,
- : [ProductImageAreaInput]
- ): [ProductImageArea]
- # Arguments
- # galleries: [Not documented]
- (: [GalleryInput]): [Gallery]
- # Arguments
- # vehicles: [Not documented]
- (: [HvdVehicleInput]): [HvdVehicle]
- # Arguments
- # pallets: [Not documented]
- (: [HvdPalletInput]): [HvdPallet]
- # Arguments
- # from: [Not documented]
- # to: [Not documented]
- # capacity: [Not documented]
- # productIds: [Not documented]
- (
- : DateTime!,
- : DateTime!,
- : Int!,
- : [Int]!
- ): [CapacityPlannerSegment]
- # Arguments
- # planners: [Not documented]
- (
- : [CapacityPlannerInput]!
- ): [CapacityPlanner]
- # Arguments
- # plannerId: [Not documented]
- # segments: [Not documented]
- (
- : ID!,
- : [CapacityPlannerSegmentInput]!
- ): [CapacityPlannerSegment]
- # Arguments
- # productId: [Not documented]
- # entries: [Not documented]
- (
- : ID!,
- : [ProductUpdateLogInput]
- ): [ProductUpdateLog]
- }