INPUT_OBJECT

EmailInvoiceToContactMutationInput

The input object that defines the fields for the emailInvoiceToContact mutation.

link GraphQL Schema definition

  • input EmailInvoiceToContactMutationInput {
  • # The ID of an `Invoice`.
  • invoice_id: Int64Bit!
  • # The ID of the contact that owns this.
  • contact_id: Int64Bit!
  • }

link Require by