INPUT_OBJECT

GoldenProductUpdateMutationInput

Autogenerated input type of GoldenProductUpdateMutation

link GraphQL Schema definition

  • input GoldenProductUpdateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # ID of the golden product to be updated
  • goldenProductId: ID!
  • attributes: GoldenProductUpdateInput!
  • }