Skip to main content

creators

Search, filter, and sort all creators.

Only available with certain permissions.

creators(
filters: CreatorFilters
first: Int = 10
page: Int = 0
searchTerm: String
sort: CreatorSort
paginationType: PaginationType
cursor: String
): CreatorList

Arguments

filters (CreatorFilters)

first (Int)

Limits number of fetched elements. Maximum allowed value: 100.

page (Int)

The offset from which elements are returned.

searchTerm (String)

A search term to filter on.

sort (CreatorSort)

How to sort the results

paginationType (PaginationType)

Which type of pagination to use

cursor (String)

The cursor from which to retrieve the next page of results

Type

CreatorList

A paginated list of Creator items.