Objects
ValidateOrderCreationResponseType
No description
No description
type ValidateOrderCreationResponseType {
isValid: Boolean!
message: String
memberType: String
}
Fields
isValid ● Boolean! non-null scalar required
message ● String scalar
memberType ● String scalar
Returned By
validateOrderCreation query