CreateOrderCustomerInput
No description
input CreateOrderCustomerInput {
name: String!
email: String
phone: String
isSubscribedToNewsLetter: Boolean!
}
Fields
CreateOrderCustomerInput.name ● String! non-null scalar
CreateOrderCustomerInput.email ● String scalar
CreateOrderCustomerInput.phone ● String scalar
CreateOrderCustomerInput.isSubscribedToNewsLetter ● Boolean! non-null scalar
Member Of
OrderUpdateInput input