Uses of Interface
graphql.relay.PageInfo
-
Packages that use PageInfo Package Description graphql.relay -
-
Uses of PageInfo in graphql.relay
Classes in graphql.relay that implement PageInfo Modifier and Type Class Description classDefaultPageInfoFields in graphql.relay declared as PageInfo Modifier and Type Field Description private PageInfoDefaultConnection. pageInfoMethods in graphql.relay that return PageInfo Modifier and Type Method Description PageInfoConnection. getPageInfo()PageInfoDefaultConnection. getPageInfo()Constructors in graphql.relay with parameters of type PageInfo Constructor Description DefaultConnection(java.util.List<Edge<T>> edges, PageInfo pageInfo)A connection consists of a list of edges and page info
-