OBJECT
AddStreamAuthorizedUserError
Error that may be returned by the AddStreamAuthorizedUser mutation.
link GraphQL Schema definition
1 type AddStreamAuthorizedUserError { 2 3 # Type of mutation error. 4 : AddStreamAuthorizedUserErrorCode! 5 6 }
OBJECT
Error that may be returned by the AddStreamAuthorizedUser mutation.
1 type AddStreamAuthorizedUserError { 2 3 # Type of mutation error. 4 : AddStreamAuthorizedUserErrorCode! 5 6 }