OBJECT

RemoveEditorError

RemoveEditorError contains details about a client error that occurred.

link GraphQL Schema definition

1type RemoveEditorError {
2
3# The type of error that occurred when revoking a user's editor status.
4code: RemoveEditorErrorCode!
5
6}