INPUT_OBJECT

CreditIssueInput

link GraphQL Schema definition

1input CreditIssueInput {
2
3# Exactly one input field should be provided
4order: OrderInput!
5
6# Required permission: Return:write
7#
8# Exactly one input field should be provided
9return: ReturnInput
10
11amount: MonetaryValueInput!
12
13# Exactly one input field should be provided
14giftCard: GiftCardCreateInput!
15}

link Required by