FixedPageSizeIndexedConnection
public protocol FixedPageSizeIndexedConnection : IndexedConnection
                Undocumented
- 
                  
                  
Undocumented
Declaration
Swift
func pageSize(eventLoop: EventLoopGroup) -> EventLoopFuture<Int> - 
                  
                  
Undocumented
Declaration
Swift
func page(at index: Int, eventLoop: EventLoopGroup) -> EventLoopFuture<[Node?]> - 
                  
defaultPageSize(eventLoop:Extension method) Undocumented
Declaration
Swift
public func defaultPageSize(eventLoop: EventLoopGroup) -> EventLoopFuture<Int?> - 
                  
nodes(offset:Extension methodsize: eventLoop: ) Undocumented
Declaration
Swift
public func nodes(offset: Int, size: Int, eventLoop: EventLoopGroup) -> EventLoopFuture<[Node?]?> 
            View on GitHub
          
      FixedPageSizeIndexedConnection Protocol Reference