OBJECT

InvoiceAmendmentCreateMutationPayload

Autogenerated return type of InvoiceAmendmentCreateMutation.

link GraphQL Schema definition

  • type InvoiceAmendmentCreateMutationPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • errors: [ValidationError!]
  • invoiceAmendment: InvoiceAmendment
  • status: Int!
  • }