CreateOrUpdateOrderResult
No description
type CreateOrUpdateOrderResult {
success: Boolean!
id: ID!
type: String!
}
Fields
CreateOrUpdateOrderResult.success ● Boolean! non-null scalar
CreateOrUpdateOrderResult.id ● ID! non-null scalar
CreateOrUpdateOrderResult.type ● String! non-null scalar
type field will return whether this mutation operation is a CREATE or UPDATE
Returned By
createOrUpdateOrder mutation