Interface | Description |
---|---|
Connection<T> | |
ConnectionCursor |
Represents a
connection 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 about
edges when used
inside a connection
See https://facebook.github.io/relay/graphql/connections.htm#sec-undefined.PageInfo |
Class | Description |
---|---|
DefaultConnection<T> |
A default implementation of
Connection |
DefaultConnectionCursor | |
DefaultEdge<T> | |
DefaultPageInfo | |
Relay |
This can be used to compose graphql runtime types that implement
that Relay specification.
|
Relay.ResolvedGlobalId | |
SimpleListConnection<T> |
Exception | Description |
---|---|
InvalidCursorException | |
InvalidPageSizeException |