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