OBJECT

ClipEdge

link GraphQL Schema definition

1type ClipEdge {
2
3# Uniquely identifies this clip's position in a connection.
4cursor: Cursor
5
6# The clip.
7node: Clip
8
9}