users

Arguments

  • after
    Returns the elements in the list that come after the specified cursor.
  • first
    Returns the first _n_ elements from the list.
  • before
    Returns the elements in the list that come before the specified cursor.
  • last
    Returns the last _n_ elements from the list.

Returns

UserConnection!
UserConnection!
Collapse
  • totalCount
    Identifies the total count of items in the connection.