INPUT_OBJECT

CreateContractMutationInput

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

link GraphQL Schema definition

  • input CreateContractMutationInput {
  • # The ID of a `ContractTemplate`.
  • contract_template_id: Int64Bit!
  • # The ID of an Account.
  • account_id: Int64Bit!
  • # The ID of the contact that owns this.
  • contact_id: Int64Bit!
  • # The custom message.
  • custom_message: Text
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by