utmTagsSource
No description
utmTagsSource(
first: Int! = 10000
page: Int
): UtmSourcePaginator!
Arguments
utmTagsSource.first ● Int! non-null scalar
Limits number of fetched items. Maximum allowed value: 10000.
utmTagsSource.page ● Int scalar
The offset from which items are returned.
Type
UtmSourcePaginator object
A paginated list of UtmSource items.


