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


