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