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