Package graphql.relay
package graphql.relay
-
ClassDescriptionConnection<T>Represents a
connection
cursor in Relay which is an opaque string that the server understands.A default implementation ofConnection
DefaultEdge<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 aboutedges
when used inside aconnection
See https://facebook.github.io/relay/graphql/connections.htm#sec-undefined.PageInfoThis can be used to compose graphql runtime types that implement that Relay specification.