OBJECT

InvoiceAnnotationResolveMutationPayload

Autogenerated return type of InvoiceAnnotationResolveMutation.

link GraphQL Schema definition

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