Skip to main content

apiClients

List API clients for an organization with cursor-based pagination. Uses the ENT-generated APIClientConnection type. Requires manage-api-clients permission on the organization.

apiClients(
organizationId: String!
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: APIClientOrder
where: APIClientWhereInput
): APIClientConnection!

Arguments

apiClients.organizationId ● String! non-null scalar

apiClients.after ● Cursor scalar

apiClients.first ● Int scalar

apiClients.before ● Cursor scalar

apiClients.last ● Int scalar

apiClients.orderBy ● APIClientOrder input

apiClients.where ● APIClientWhereInput input

Type

APIClientConnection object

A connection to a list of items.