OBJECT

CreateInvoicePayload

Autogenerated return type of CreateInvoice

link GraphQL Schema definition

  • type CreateInvoicePayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • errors: [String!]!
  • invoice: Invoice
  • }

link Require by