Package graphql.relay
-
Interface Summary Interface Description Connection<T> ConnectionCursor Represents aconnection
cursor in Relay which is an opaque string that the server understands.Edge<T> Represents an edge in Relay which is essentially a node of data T and the cursor for that node.PageInfo Represents pagination information in Relay aboutedges
when used inside aconnection
See https://facebook.github.io/relay/graphql/connections.htm#sec-undefined.PageInfo -
Class Summary Class Description DefaultConnection<T> A default implementation ofConnection
DefaultConnectionCursor DefaultEdge<T> DefaultPageInfo Relay This can be used to compose graphql runtime types that implement that Relay specification.Relay.ResolvedGlobalId SimpleListConnection<T> -
Exception Summary Exception Description InvalidCursorException InvalidPageSizeException