LegalDocumentConnection
Implements the Relay Connection interface, used to paginate the list of element (Learn More)
type LegalDocumentConnection implements Connection {
totalCount: Int!
pageInfo: PageInfo!
edges: [LegalDocumentEdge!]!
}
Fields
LegalDocumentConnection.totalCount
● Int!
non-null scalar
Total number of element in the list
LegalDocumentConnection.pageInfo
● PageInfo!
non-null object
Information about the current, the previous and the next page
LegalDocumentConnection.edges
● [LegalDocumentEdge!]!
non-null object
LegalDocumentEdge list
Interfaces
Connection
interface
Relay Connection type, used to paginate list of element (Learn More)
Member Of
Account
object