OBJECT
EditorConnection
Paginated list of editors of a channel.
link GraphQL Schema definition
1 type EditorConnection { 2 3 # The elements of the list. 4 : [EditorEdge!]! 5 6 # Information about this page. 7 : PageInfo! 8 9 }
OBJECT
Paginated list of editors of a channel.
1 type EditorConnection { 2 3 # The elements of the list. 4 : [EditorEdge!]! 5 6 # Information about this page. 7 : PageInfo! 8 9 }