UpdateProductInput
Autogenerated input type of UpdateProduct
input UpdateProductInput {
clientMutationId: String
id: ID
product: ProductInput!
}
Fields
UpdateProductInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
UpdateProductInput.id
● ID
scalar
UpdateProductInput.product
● ProductInput!
non-null input
Member Of
updateProduct
mutation