OBJECT
CHECKOUTRESULTORIGINS
link GraphQL Schema definition
- type CHECKOUTRESULTORIGINS {
- # The position that the entity checkout originates from.
- : [POSITIONIDENTIFIERWITHACCOUNTSEGMENT]
- # The order that the entity checkout originates from.
- #
- # Arguments
- # orderBy: [Not documented]
- (: [OrderBy]): [ORDER]
- # The account segments that the entity checkout originates from.
- #
- # Arguments
- # orderBy: [Not documented]
- # includeDeleted: [Not documented]
- (: [OrderBy], : Boolean): [ACCOUNTSEGMENT]
- : ASSET
- }