UpdateProductPayload
Autogenerated return type of UpdateProduct.
type UpdateProductPayload {
  clientMutationId: String
  product: Product!
}
Fields
UpdateProductPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateProductPayload.product ● Product! non-null object
Returned By
updateProduct  mutation