OBJECT

UserDirectoryConnection

The connection between a user and the directories they have selected to broadcast in.

link GraphQL Schema definition

1type UserDirectoryConnection {
2
3# The directories selected by this user.
4nodes: [Directory]!
5
6}