Skip to main content

RelatedPersonConnection

No description

type RelatedPersonConnection {
count: Int
offset: Int
pagesize: Int
first: ID
previous: ID
next: ID
last: ID
edges: [RelatedPersonEdge]
}

Fields

RelatedPersonConnection.count ● Int scalar

RelatedPersonConnection.offset ● Int scalar

RelatedPersonConnection.pagesize ● Int scalar

RelatedPersonConnection.first ● ID scalar

RelatedPersonConnection.previous ● ID scalar

RelatedPersonConnection.next ● ID scalar

RelatedPersonConnection.last ● ID scalar

RelatedPersonConnection.edges ● [RelatedPersonEdge] list object

Returned By

RelatedPersonConection query

Member Of

RelatedPersonConnectionType object