OBJECT

FinancialDisclosureRole

link GraphQL Schema definition

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