(self, command: GraphCommand)
| 1113 | """ |
| 1114 | |
| 1115 | def process(self, command: GraphCommand) -> Any: |
| 1116 | return super().process(command) |
| 1117 | |
| 1118 | def _acceptable_command_types(self) -> List[GraphCommandType]: |
| 1119 | return super()._acceptable_command_types |