OBJECT

EditableChannelEdge

Points to a editable channel with the editor.

link GraphQL Schema definition

1type EditableChannelEdge {
2
3# Opaque cursor describing this edge's position in the paginated list.
4cursor: Cursor!
5
6# The user whose channel has the editor.
7node: User
8
9}