OBJECT

WatchPartyItemEdge

Represents a single item for a watch party.

link GraphQL Schema definition

1type WatchPartyItemEdge {
2
3# Cursor to continue querying from here.
4cursor: Cursor!
5
6# Item information.
7node: WatchPartyItem!
8
9}