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