allAPIs
Retrieves all APIs. allAPIs query can be filtered. For searchin a specific api user api query.
admin {
allAPIs(
first: Int
last: Int
before: String
after: String
where: APIWhereInput
orderBy: APIOrderByEnum
): APIConnection!
}