identities
Retrieve a list of all users, service accounts and teams.
identities(
after: String
before: String
first: Int
last: Int
): IdentityConnection
Arguments
identities.after ● String scalar
Returns the elements in the list that come after the specified cursor.
identities.before ● String scalar
Returns the elements in the list that come before the specified cursor.
identities.first ● Int scalar
Returns the first _n_ elements from the list.
identities.last ● Int scalar
Returns the last _n_ elements from the list.
Type
IdentityConnection object
The connection type for Identity