INPUT_OBJECT

CreateFinancialDisclosureInput

CreateFinancialDisclosureInput is used for create FinancialDisclosure object. Input was generated by ent.

link GraphQL Schema definition

  • input CreateFinancialDisclosureInput {
  • deletedAt: Time
  • # 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
  • roleID: ID!
  • }

link Require by

This element is not required by anyone