Skip to main content

CodeSystemConnection

No description

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

Fields​

CodeSystemConnection.count ● Int scalar​

CodeSystemConnection.offset ● Int scalar​

CodeSystemConnection.pagesize ● Int scalar​

CodeSystemConnection.first ● ID scalar​

CodeSystemConnection.previous ● ID scalar​

CodeSystemConnection.next ● ID scalar​

CodeSystemConnection.last ● ID scalar​

CodeSystemConnection.edges ● [CodeSystemEdge] list object​

Returned By​

CodeSystemConection query

Member Of​

CodeSystemConnectionType object