APIClientEdge
An edge in a connection.
type APIClientEdge {
node: APIClient
cursor: Cursor!
}
Fields
APIClientEdge.node ● APIClient object
The item at the end of the edge.
APIClientEdge.cursor ● Cursor! non-null scalar
A cursor for use in pagination.
Member Of
APIClientConnection object