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