INPUT_OBJECT
OrderLinkAttachmentInput
link GraphQL Schema definition
1 input OrderLinkAttachmentInput { 2 3 # Exactly one input field should be provided 4 : OrderInput! 5 6 : String! 7 8 : String! 9 }
INPUT_OBJECT
1 input OrderLinkAttachmentInput { 2 3 # Exactly one input field should be provided 4 : OrderInput! 5 6 : String! 7 8 : String! 9 }