INPUT_OBJECT

TenantContractInput

Tenant information.

link GraphQL Schema definition

  • input TenantContractInput {
  • # The end date of the tenant contract. Example: 2018-11-13
  • end_date: JSONDate
  • # The start date of the tenant contract. Example: 2018-11-13
  • start_date: JSONDate
  • }