Returns: PrimePoolConnection

Arguments

address
String!
required

The contract address for the prime pool.

networkId
Int!
required

The network ID the prime pool is deployed on.

poolIds
[String]

An optional list of pool IDs to filter by.

limit
Int

The maximum number of Prime pools to return.

cursor
String

The cursor to use for pagination.

Schema

"""Returns a list of Prime pools."""
getPrimePools(address: String!, networkId: Int!, poolIds: [String], limit: Int, cursor: String): PrimePoolConnection