RelationConnection
A paginated collection of relations.
type RelationConnection {
pageInfo: PageInfo!
nodes: [Relation!]!
}
Fields
RelationConnection.pageInfo ● PageInfo! non-null object common
Pagination information about the returned page.
RelationConnection.nodes ● [Relation!]! non-null object relations
The collection of relations in the page.
Returned by
relations query
Member of
Object object