UtmSourcePaginator
A paginated list of UtmSource items.
type UtmSourcePaginator {
paginatorInfo: PaginatorInfo!
data: [UtmSource!]!
}
Fields
UtmSourcePaginator.paginatorInfo
● PaginatorInfo!
non-null object
Pagination information about the list of items.
UtmSourcePaginator.data
● [UtmSource!]!
non-null object
A list of UtmSource items.
Returned By
utmTagsSource
query