Skip to main content

RepresentativesConnection

Paginated list of legal representatives.

type RepresentativesConnection {
items: [RepresentativeData!]!
nextToken: String
}

Fields

RepresentativesConnection.items ● [RepresentativeData!]! non-null object

Representatives on the current page.

RepresentativesConnection.nextToken ● String scalar

Cursor to pass as token on the next request to fetch the following page. null when no more results.

Returned By

representatives query