OBJECT

DeleteStreamAuthorizedUserError

Error that may be returned by the DeleteStreamAuthorizedUser mutation.

link GraphQL Schema definition

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

link Required by

This element is not required by anyone