OBJECT

OAuthAppEdge

A broadcaster user with cursor.

link GraphQL Schema definition

1type OAuthAppEdge {
2
3# Cursor represents the position of the current edge/node.
4cursor: Cursor!
5
6# Node represents the app for the current edge.
7node: OAuthApp!
8
9}