Skip to content

[bug]: GQL updateExtensionInput requires a nullable "name" field before an Extension is updated. #162

@nellybaz

Description

@nellybaz

FreePBX Version

FreePBX 16

Issue Description

The GQL updateExtensionInput schema states that the "name" field is nullable, but the API response returns null with no error messages when you do not provide the "name" field.

Operating Environment

FreePBX 17.0.19.27

Relevant log output

{
    "data": {
        "updateExtension": {
            "status": null,
            "message": null,
            "clientMutationId": null
        }
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions