apiClients
Get the list of API clients registered in the system
apiClients(
after: String
before: String
clientType: ApiClientTypeEnum
first: Int
keyword: String
last: Int
sortField: ApiClientsSortFieldEnum
sortType: SortTypeEnum
): ApiClientConnection!
Arguments
apiClients.after
● String
scalar
Returns the elements in the list that come after the specified cursor.
apiClients.before
● String
scalar
Returns the elements in the list that come before the specified cursor.
apiClients.clientType
● ApiClientTypeEnum
enum
Filter by client type
apiClients.first
● Int
scalar
Returns the first _n_ elements from the list.
apiClients.keyword
● String
scalar
Search by keyword
apiClients.last
● Int
scalar
Returns the last _n_ elements from the list.
apiClients.sortField
● ApiClientsSortFieldEnum
enum
apiClients.sortType
● SortTypeEnum
enum
Type
ApiClientConnection
object
The connection type for ApiClient.