OBJECT

AddStreamAuthorizedUserError

Error that may be returned by the AddStreamAuthorizedUser mutation.

link GraphQL Schema definition

1type AddStreamAuthorizedUserError {
2
3# Type of mutation error.
4code: AddStreamAuthorizedUserErrorCode!
5
6}