OBJECT

ClipConnection

A list of clips related to the subject.

link GraphQL Schema definition

1type ClipConnection {
2
3# The clips.
4edges: [ClipEdge]
5
6# Information about pagination in this connection.
7pageInfo: PageInfo
8
9}