Skip to main content

LocationConnection

No description

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

Fields​

LocationConnection.count ● Int scalar​

LocationConnection.offset ● Int scalar​

LocationConnection.pagesize ● Int scalar​

LocationConnection.first ● ID scalar​

LocationConnection.previous ● ID scalar​

LocationConnection.next ● ID scalar​

LocationConnection.last ● ID scalar​

LocationConnection.edges ● [LocationEdge] list object​

Returned By​

LocationConection query

Member Of​

LocationConnectionType object