- afterReturns the elements in the list that come after the specified cursor.
- firstReturns the first _n_ elements from the list.
- beforeReturns the elements in the list that come before the specified cursor.
- lastReturns the last _n_ elements from the list.
- whereUserWhereInputFiltering options for Users returned from the connection.
UserConnection!
UserConnection!- edges[UserEdge]A list of edges.
- pageInfoPageInfo!Information to aid in pagination.
- totalCountIdentifies the total count of items in the connection.