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