OBJECT
Mutation
link GraphQL Schema definition
- type Mutation {
- # Pause the Reference
- #
- # Arguments
- # id: ID of the record
- (: ID!): Reference
- # Unpause the Reference
- #
- # Arguments
- # id: ID of the record
- (: ID!): Reference
- # Pause the Bottle
- #
- # Arguments
- # id: ID of the record
- (: ID!): Bottle
- # Unpause the Bottle
- #
- # Arguments
- # id: ID of the record
- (: ID!): Bottle
- # Pause the Image
- #
- # Arguments
- # id: ID of the record
- (: ID!): Image
- # Unpause the Image
- #
- # Arguments
- # id: ID of the record
- (: ID!): Image
- # Pause the Bottle family
- #
- # Arguments
- # id: ID of the record
- (: ID!): BottleFamily
- # Unpause the Bottle family
- #
- # Arguments
- # id: ID of the record
- (: ID!): BottleFamily
- # Pause the Bottle manufacturer
- #
- # Arguments
- # id: ID of the record
- (: ID!): BottleManufacturer
- # Unpause the Bottle manufacturer
- #
- # Arguments
- # id: ID of the record
- (: ID!): BottleManufacturer
- # Set the Reference published
- #
- # Arguments
- # id: ID of the record
- (: ID!): Reference
- # Set the Bottle published
- #
- # Arguments
- # id: ID of the record
- (: ID!): Bottle
- # Set the Bottle Family published
- #
- # Arguments
- # id: ID of the record
- (: ID!): BottleFamily
- # Set the Image published
- #
- # Arguments
- # id: ID of the record
- (: ID!): Image
- # Save the Availability
- #
- # Arguments
- # data: Create Availability input object
- (: CreateAvailabilityInput!): Availability!
- # Update the Availability
- #
- # Arguments
- # data: Update Availability input object
- (: UpdateAvailabilityInput!): Availability!
- # Soft delete the Availability
- #
- # Arguments
- # id: ID of the record
- (: ID!): Availability
- # Restore the Availability
- #
- # Arguments
- # id: ID of the record
- (: ID!): Availability
- # Permanently delete the Availability
- #
- # Arguments
- # id: ID of the record
- (: ID!): Availability
- # Save the Bottle
- #
- # Arguments
- # data: Create Bottle input object
- (: CreateBottleInput!): Bottle!
- # Update the Bottle
- #
- # Arguments
- # data: Update Bottle input object
- (: UpdateBottleInput!): Bottle!
- # Update Bottles Order
- #
- # Arguments
- # data: Update Bottle order input object
- (: UpdateBottlesOrderInput!): Message!
- # Soft delete the Bottle
- #
- # Arguments
- # id: ID of the record
- (: ID!): Bottle!
- # Restore the Bottle
- #
- # Arguments
- # id: ID of the record
- (: ID!): Bottle!
- # Permanently delete the Bottle
- #
- # Arguments
- # id: ID of the record
- (: ID!): Bottle!
- # Clone the Bottle
- #
- # Arguments
- # id: ID of the record
- (: ID!): Bottle
- # Save the Bottle Family
- #
- # Arguments
- # data: Create Bottle Family input object
- (: CreateBottleFamilyInput!): BottleFamily!
- # Update the Bottle Family
- #
- # Arguments
- # data: Update Bottle Family input object
- (: UpdateBottleFamilyInput!): BottleFamily!
- # Soft delete the Bottle Family
- #
- # Arguments
- # id: ID of the record
- (: ID!): BottleFamily!
- # Restore the Bottle Family
- #
- # Arguments
- # id: ID of the record
- (: ID!): BottleFamily!
- # Force delete the Bottle Family
- #
- # Arguments
- # id: ID of the record
- (: ID!): BottleFamily!
- # Clone the Bottle Family
- #
- # Arguments
- # id: ID of the record
- (: ID!): BottleFamily
- # Save the Bottle Manufacturer
- #
- # Arguments
- # data: Create Bottle Manufacturer input object
- (
- : CreateBottleManufacturerInput!
- ): BottleManufacturer!
- # Update the Bottle Manufacturer
- #
- # Arguments
- # data: Update Bottle Manufacturer input object
- (
- : UpdateBottleManufacturerInput!
- ): BottleManufacturer!
- # Soft delete the Bottle Manufacturer
- #
- # Arguments
- # id: ID of the record
- (: ID!): BottleManufacturer
- # Restore the Bottle Manufacturer
- #
- # Arguments
- # id: ID of the record
- (: ID!): BottleManufacturer
- # Permanently delete the Bottle Manufacturer
- #
- # Arguments
- # id: ID of the record
- (: ID!): BottleManufacturer
- # Save the Bottle Section
- #
- # Arguments
- # data: Create Bottle Section input object
- (: CreateBottleSectionInput!): BottleSection!
- # Update the Bottle Section
- #
- # Arguments
- # data: Update Bottle Section input object
- (: UpdateBottleSectionInput!): BottleSection!
- # Soft delete the Bottle Section
- #
- # Arguments
- # id: ID of the record
- (: ID!): BottleSection
- # Restore the Bottle Section
- #
- # Arguments
- # id: ID of the record
- (: ID!): BottleSection
- # Permanently delete the Bottle Section
- #
- # Arguments
- # id: ID of the record
- (: ID!): BottleSection
- # Save the Bottle Shape
- #
- # Arguments
- # data: Create Bottle Shape input object
- (: CreateBottleShapeInput!): BottleShape!
- # Update the Bottle Shape
- #
- # Arguments
- # data: Update Bottle Shape input object
- (: UpdateBottleShapeInput!): BottleShape!
- # Soft delete the Bottle Shape
- #
- # Arguments
- # id: ID of the record
- (: ID!): BottleShape
- # Restore the Bottle Shape
- #
- # Arguments
- # id: ID of the record
- (: ID!): BottleShape
- # Permanently delete the Bottle Shape
- #
- # Arguments
- # id: ID of the record
- (: ID!): BottleShape
- # Save the Closure
- #
- # Arguments
- # data: Create Closure input object
- (: CreateClosureInput!): Closure!
- # Update the Closure
- #
- # Arguments
- # data: Update Closure input object
- (: UpdateClosureInput!): Closure!
- # Soft delete the Closure
- #
- # Arguments
- # id: ID of the record
- (: ID!): Closure
- # Restore the Closure
- #
- # Arguments
- # id: ID of the record
- (: ID!): Closure
- # Permanently delete the Closure
- #
- # Arguments
- # id: ID of the record
- (: ID!): Closure
- # Delete the record from Volume autocomplete
- #
- # Arguments
- # id: ID of the record
- (: ID!): EnumVolume
- # Delete the record from Country autocomplete
- #
- # Arguments
- # id: ID of the record
- (: ID!): EnumCountry
- # Delete the record from Colour name autocomplete
- #
- # Arguments
- # id: ID of the record
- (: ID!): EnumColourName
- # Save the File
- #
- # Arguments
- # data: Create File input object
- (: CreateFileInput!): File!
- # Save the Glass Colour
- #
- # Arguments
- # data: Create Glass Colour input object
- (: CreateGlassColourInput!): GlassColour!
- # Update the Glass Colour
- #
- # Arguments
- # data: Update Glass Colour input object
- (: UpdateGlassColourInput!): GlassColour!
- # Soft delete the Glass Colour
- #
- # Arguments
- # id: ID of the record
- (: ID!): GlassColour
- # Restore the Glass Colour
- #
- # Arguments
- # id: ID of the record
- (: ID!): GlassColour
- # Permanently delete the Glass Colour
- #
- # Arguments
- # id: ID of the record
- (: ID!): GlassColour
- # Save the Image
- #
- # Arguments
- # data: Create Image input object
- (: CreateImageInput!): Image!
- # Update the Image
- #
- # Arguments
- # data: Update Image input object
- (: UpdateImageInput!): Image!
- # Update Images Order
- #
- # Arguments
- # data: Update Image order input object
- (: UpdateImagesOrderInput!): Message!
- # Soft delete the Image
- #
- # Arguments
- # id: ID of the record
- (: ID!): Image!
- # Restore the Image
- #
- # Arguments
- # id: ID of the record
- (: ID!): Image!
- # Permanently delete the Image
- #
- # Arguments
- # id: ID of the record
- (: ID!): Image!
- # Save the Media
- #
- # Arguments
- # data: Media object
- (: CreateMediaInput!): Media!
- # Save the Reference
- #
- # Arguments
- # data: Create Reference input object
- (: CreateReferenceInput!): Reference!
- # Update the Reference
- #
- # Arguments
- # data: Update Reference input object
- (: UpdateReferenceInput!): Reference!
- # Soft delete the Reference
- #
- # Arguments
- # id: ID of the record
- (: ID!): Reference!
- # Restore the Reference
- #
- # Arguments
- # id: ID of the record
- (: ID!): Reference!
- # Permanently delete the Reference
- #
- # Arguments
- # id: ID of the record
- (: ID!): Reference!
- # Save the Reference Category
- #
- # Arguments
- # data: Create Reference Category input object
- (
- : CreateReferenceCategoryInput!
- ): ReferenceCategory!
- # Update the Reference Category
- #
- # Arguments
- # data: Update Reference Category input object
- (
- : UpdateReferenceCategoryInput!
- ): ReferenceCategory!
- # Soft delete the Reference Category
- #
- # Arguments
- # id: ID of the record
- (: ID!): ReferenceCategory
- # Restore the Reference Category
- #
- # Arguments
- # id: ID of the record
- (: ID!): ReferenceCategory
- # Permanently delete the Reference Category
- #
- # Arguments
- # id: ID of the record
- (: ID!): ReferenceCategory
- # Save slug
- #
- # Arguments
- # data: Edit slug input object
- (: EditSlugInput!): Slug!
- # Save the Suitability
- #
- # Arguments
- # data: Create Suitability input object
- (: CreateSuitabilityInput!): Suitability!
- # Update the Suitability
- #
- # Arguments
- # data: Update Suitability input object
- (: UpdateSuitabilityInput!): Suitability!
- # Soft delete the Suitability
- #
- # Arguments
- # id: ID of the record
- (: ID!): Suitability
- # Restore the Suitability
- #
- # Arguments
- # id: ID of the record
- (: ID!): Suitability
- # Permanently delete the Suitability
- #
- # Arguments
- # id: ID of the record
- (: ID!): Suitability
- # Save the Vinolok Size
- #
- # Arguments
- # data: Create Vinolok Size input object
- (: CreateVinolokSizeInput!): VinolokSize!
- # Update the Vinolok Size
- #
- # Arguments
- # data: Update Vinolok Size input object
- (: UpdateVinolokSizeInput!): VinolokSize!
- # Soft delete the Vinolok Size
- #
- # Arguments
- # id: ID of the record
- (: ID!): VinolokSize
- # Restore the Vinolok Size
- #
- # Arguments
- # id: ID of the record
- (: ID!): VinolokSize
- # Permanently delete the Vinolok Size
- #
- # Arguments
- # id: ID of the record
- (: ID!): VinolokSize
- # Send login with credentials
- #
- # Arguments
- # input: Login input object
- (: LoginInput): AuthPayload!
- # Send login with Wordpress auth token
- #
- # Arguments
- # input: Login with Wordpress auth token input object
- (: LoginWithTokenInput): AuthPayload!
- # Send logout
- : LogoutResponse!
- }
link Require by
This element is not required by anyone