INPUT_OBJECT

RefundRequestDenyMutationInput

Autogenerated input type of RefundRequestDenyMutation

link GraphQL Schema definition

  • input RefundRequestDenyMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # ID of the refund request.
  • refundRequestId: ID!
  • # Notes to create.
  • notes: [RefundRequestNoteInput!]!
  • }