serviceAccounts
No description
serviceAccounts(
after: String
before: String
first: Int
last: Int
): ServiceAccountConnection
Arguments
serviceAccounts.after ● String scalar
Returns the elements in the list that come after the specified cursor.
serviceAccounts.before ● String scalar
Returns the elements in the list that come before the specified cursor.
serviceAccounts.first ● Int scalar
Returns the first _n_ elements from the list.
serviceAccounts.last ● Int scalar
Returns the last _n_ elements from the list.
Type
ServiceAccountConnection object
The connection type for ServiceAccount.