Skip to main content

RelationTypeConnection

A paginated collection of relation types.

type RelationTypeConnection {
pageInfo: PageInfo!
nodes: [RelationType!]!
}

Fields

RelationTypeConnection.pageInfo ● PageInfo! non-null object common

Pagination information about the returned page.

RelationTypeConnection.nodes ● [RelationType!]! non-null object relation-types

The collection of relation types in the page.

Returned by

relationTypes query

Member of

ObjectType object ● Permission object