Skip to main content

OrderItemOptionalInput

No description

type OrderItemOptionalInput {
id: ID
renewable: Int
options: GQLTJson
createdAt: GQLTDate
updatedAt: GQLTDate
orderId: ID
productId: ID
order: OrderItemOrderBelongsToInput
product: OrderItemProductBelongsToInput
}

Fields#

id (ID)#

This a primary key for OrderItem

renewable (Int)#

Tick to indicate if product should be included in next renewal 1-no action 2-add product next renewal 3-remove product on next renewal

options (GQLTJson)#

product options

createdAt (GQLTDate)#

updatedAt (GQLTDate)#

orderId (ID)#

target for order

productId (ID)#

target for product

order (OrderItemOrderBelongsToInput)#

This is the mutation object for OrderItemOrderBelongsTo

product (OrderItemProductBelongsToInput)#

This is the mutation object for OrderItemProductBelongsTo