OBJECT

PremiereConnection

DEPRECATED. Paginated list of videos.

link GraphQL Schema definition

1type PremiereConnection {
2
3# The list of items in this page.
4edges: [PremiereItemEdge] @deprecated( reason: "Premieres as a product has been deprecated" )
5
6# Information about this page of videos.
7pageInfo: PageInfo @deprecated( reason: "Premieres as a product has been deprecated" )
8
9# The total number of items in the premiere.
10totalCount: Int @deprecated( reason: "Premieres as a product has been deprecated" )
11
12}