CreateProductInput
Autogenerated input type of CreateProduct
input CreateProductInput {
  clientMutationId: String
  product: ProductInput!
}
Fields
CreateProductInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
CreateProductInput.product ● ProductInput! non-null input
Member Of
createProduct  mutation