Skip to main content
Version: V2

profiles

profiles provides a paginated list of ordered profiles.

profiles(
chainID: ChainID
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: ProfileOrder
): ProfileConnection!

Arguments

chainID (ChainID)

chainID the chain id of the profiles to fetch. default to be ETH mainnet

after (Cursor)

after the cursor to retrieve results after.

first (Int)

first the maximum number of profiles to return after a cursor.

before (Cursor)

before the cursor to retrieve results before.

last (Int)

last the maximum number of profiles to return before a cursor.

orderBy (ProfileOrder)

orderBy the order in which results are returned.

Type

ProfileConnection

The ProfileConnection type provides a paginated list of ProfileEdge along with the total count of profiles.

Designed by