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 class
DefaultPageInfo
Fields in graphql.relay declared as PageInfo Modifier and Type Field Description private PageInfo
DefaultConnection. pageInfo
Methods in graphql.relay that return PageInfo Modifier and Type Method Description PageInfo
Connection. getPageInfo()
PageInfo
DefaultConnection. 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
-