OrderInput
Order information supplied by the client.
input OrderInput {
url: String!
products: [ProductInput!]!
}
Fields
OrderInput.url ● String! non-null scalar
Order URL
OrderInput.products ● [ProductInput!]! non-null input
Order products