LegalInformationConnection
The connection type for LegalInformation.
graphql
type LegalInformationConnection {
edges: [LegalInformationEdge!]!
nodes: [LegalInformation!]!
pageInfo: PageInfo!
totalCount: Int!
}Fields
LegalInformationConnection.edges ● [LegalInformationEdge!]! non-null object
A list of all edges of the current page.
LegalInformationConnection.nodes ● [LegalInformation!]! non-null object
A list of all nodes of the current page.
LegalInformationConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
LegalInformationConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.
Returned By
legalInformation query