INPUT_OBJECT
RemoveEditorInput
RemoveEditorInput contains the parameters to revoke the editor status from a user for a channel.
link GraphQL Schema definition
1 input RemoveEditorInput { 4 2 # The channel from which the editor status of the user will be revoked. 3 : ID! 8 5 # The ID of the user whose editor status will be revoked. 6 # Either targetUserID or targetUserLogin must be provided. 7 : ID 12 9 # The login of the user whose editor status will be revoked. 10 # Either targetUserID or targetUserLogin must be provided. 11 : String 13 }