BundleConnection
No description
type BundleConnection {
count: Int
offset: Int
pagesize: Int
first: ID
previous: ID
next: ID
last: ID
edges: [BundleEdge]
}
Fields
BundleConnection.count ● Int scalar
BundleConnection.offset ● Int scalar
BundleConnection.pagesize ● Int scalar
BundleConnection.first ● ID scalar
BundleConnection.previous ● ID scalar
BundleConnection.next ● ID scalar
BundleConnection.last ● ID scalar
BundleConnection.edges ● [BundleEdge] list object
Returned By
BundleConection query
Member Of
BundleConnectionType object