Skip to main content

ConceptMapConnection

No description

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

Fields​

ConceptMapConnection.count ● Int scalar​

ConceptMapConnection.offset ● Int scalar​

ConceptMapConnection.pagesize ● Int scalar​

ConceptMapConnection.first ● ID scalar​

ConceptMapConnection.previous ● ID scalar​

ConceptMapConnection.next ● ID scalar​

ConceptMapConnection.last ● ID scalar​

ConceptMapConnection.edges ● [ConceptMapEdge] list object​

Returned By​

ConceptMapConection query

Member Of​

ConceptMapConnectionType object