INPUT_OBJECT

FinancialDisclosureInput

link GraphQL Schema definition

  • input FinancialDisclosureInput {
  • # The name of the company the user is declaring this financial disclosure for
  • companyName: String!
  • # If true, the relationship with the company has ended
  • hasEnded: Boolean
  • id: ID
  • # The ID for the role the user has in the company
  • roleID: ID!
  • }