LegalInformationEdge
An edge in a connection.
graphql
type LegalInformationEdge {
cursor: String!
node: LegalInformation!
}Fields
LegalInformationEdge.cursor ● String! non-null scalar
A cursor used in pagination.
LegalInformationEdge.node ● LegalInformation! non-null object
The item at the end of the edge.
Member Of
LegalInformationConnection object