Skip to main content

LinkageConnection

No description

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

Fields​

LinkageConnection.count ● Int scalar​

LinkageConnection.offset ● Int scalar​

LinkageConnection.pagesize ● Int scalar​

LinkageConnection.first ● ID scalar​

LinkageConnection.previous ● ID scalar​

LinkageConnection.next ● ID scalar​

LinkageConnection.last ● ID scalar​

LinkageConnection.edges ● [LinkageEdge] list object​

Returned By​

LinkageConection query

Member Of​

LinkageConnectionType object