DesAnnotationsConnection
A connection to a list of items.
type DesAnnotationsConnection {
edges: [DesAnnotationsEdge!]
nodes: [DesAnnotation!]
pageInfo: PageInfo!
}
Fields
DesAnnotationsConnection.edges ● [DesAnnotationsEdge!] list object
A list of edges.
DesAnnotationsConnection.nodes ● [DesAnnotation!] list object
A flattened list of the nodes.
DesAnnotationsConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.