Package graphql.relay
package graphql.relay
-
ClassDescriptionConnection<T>Represents a
connectioncursor in Relay which is an opaque string that the server understands.A default implementation ofConnectionDefaultEdge<T>Edge<T>Represents an edge in Relay which is essentially a node of data T and the cursor for that node.Represents pagination information in Relay aboutedgeswhen used inside aconnectionSee https://facebook.github.io/relay/graphql/connections.htm#sec-undefined.PageInfoThis can be used to compose graphql runtime types that implement that Relay specification.