OBJECT
StargazerConnection
The connection type for User.
link GraphQL Schema definition
- type StargazerConnection {
- # A list of edges.
- StargazerEdge] : [
- # A list of nodes.
- User] : [
- # Information to aid in pagination.
- PageInfo! :
- # Identifies the total count of items in the connection.
- Int! :
- }