INPUT_OBJECT

UpdateFinancialDisclosureInput

UpdateFinancialDisclosureInput is used for update FinancialDisclosure object. Input was generated by ent.

link GraphQL Schema definition

  • input UpdateFinancialDisclosureInput {
  • deletedAt: Time
  • clearDeletedAt: Boolean
  • # The name of the company the user is declaring this financial disclosure for
  • companyName: String
  • createdAt: Time
  • # If true, the relationship with the company has ended
  • hasEnded: Boolean
  • updatedAt: Time
  • statementID: ID
  • clearStatement: Boolean
  • roleID: ID
  • }

link Require by

This element is not required by anyone