Get Contacts
Supported query params
Query Param Name
Type
Example
Sort Types & Examples
enum SortDirection {
ASC,
DESC,
}
interface ContactSortInput
extends Record<string, SortDirection | undefined> {
numberOfNFTs?: SortDirection;
balance?: SortDirection;
createdAt?: SortDirection;
email?: SortDirection;
twitterHandle?: SortDirection;
discordUsername?: SortDirection;
}Where Types & Examples
Need Help?
Last updated