OBJECT
FinancialDisclosure
link GraphQL Schema definition
- type FinancialDisclosure implements Node {
- : ID!
- : Time
- # The name of the company the user is declaring this financial disclosure for
- : String!
- : Time!
- # If true, the relationship with the company has ended
- : Boolean!
- : Time!
- : FinancialDisclosureStatement
- # The role the user has at the declared company
- : FinancialDisclosureRole!
- }