RequestCreateInput
Autogenerated input type of RequestCreate
graphql
input RequestCreateInput {
billingAddressId: ID
contact: ContactInput
contactId: ID
discountCodes: [String!]
requestItems: [RequestItemInput!]
shippingAddressId: ID
}
Fields
RequestCreateInput.billingAddressId · ID scalar
RequestCreateInput.contact · ContactInput input
RequestCreateInput.contactId · ID scalar
RequestCreateInput.discountCodes · [String!] list scalar
RequestCreateInput.requestItems · [RequestItemInput!] list input
RequestCreateInput.shippingAddressId · ID scalar
Member Of
requestCreate mutation