OBJECT

FinancialDisclosureRoleEdge

An edge in a connection.

link GraphQL Schema definition

  • type FinancialDisclosureRoleEdge {
  • # The item at the end of the edge.
  • node: FinancialDisclosureRole
  • # A cursor for use in pagination.
  • cursor: Cursor!
  • }