OBJECT
type FinancialDisclosureRole implements Node {id: ID! deletedAt: Time name: String! # (DEPRECATED) this value is ignoredrequiresApproval: Boolean! # If true, financial disclosures with this role will be rejected automaticallyautomaticallyReject: Boolean! createdAt: Time! updatedAt: Time! }