type->getName()}BelongsToMany"; } /** * @return InputField[] */ public function fieldClasses(): array { return [ new InputField('create', "[Create{$this->type->getName()}Input!]"), // new InputField('connect', "[Connect{$this->type->getName()}Input!]"), ]; } }