Skip to main content

StructureMapConnection

No description

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

Fields​

StructureMapConnection.count ● Int scalar​

StructureMapConnection.offset ● Int scalar​

StructureMapConnection.pagesize ● Int scalar​

StructureMapConnection.first ● ID scalar​

StructureMapConnection.previous ● ID scalar​

StructureMapConnection.next ● ID scalar​

StructureMapConnection.last ● ID scalar​

StructureMapConnection.edges ● [StructureMapEdge] list object​

Returned By​

StructureMapConection query

Member Of​

StructureMapConnectionType object