OBJECT

CreatorReferralLinkConnection

A paginated list of creator referral links.

link GraphQL Schema definition

1type CreatorReferralLinkConnection {
2
3# The list edges contain CreatorReferralLink with pagination information.
4edges: [CreatorReferralLinkEdge!]!
5
6# Information about this page of creator referral links.
7pageInfo: PageInfo!
8
9}