Uses of Interface
graphql.relay.Edge
-
Packages that use Edge Package Description graphql.relay -
-
Uses of Edge in graphql.relay
Classes in graphql.relay that implement Edge Modifier and Type Class Description class
DefaultEdge<T>
Fields in graphql.relay with type parameters of type Edge Modifier and Type Field Description private com.google.common.collect.ImmutableList<Edge<T>>
DefaultConnection. edges
Methods in graphql.relay that return types with arguments of type Edge Modifier and Type Method Description private java.util.List<Edge<T>>
SimpleListConnection. buildEdges()
java.util.List<Edge<T>>
Connection. getEdges()
java.util.List<Edge<T>>
DefaultConnection. getEdges()
Constructor parameters in graphql.relay with type arguments of type Edge Constructor Description DefaultConnection(java.util.List<Edge<T>> edges, PageInfo pageInfo)
A connection consists of a list of edges and page info
-