INPUT_OBJECT

RefundRequestLineItemReturnMutationInput

Autogenerated input type of RefundRequestLineItemReturnMutation

link GraphQL Schema definition

  • input RefundRequestLineItemReturnMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • refundRequestLineItemId: ID!
  • # Notes to create.
  • notes: [RefundRequestNoteInput!]!
  • }