Skip to content

Autocomplete makes aliasing quite difficult #123

@mike-marcacci

Description

@mike-marcacci

If there is a similarly spelled field, is is impossible to type out an alias. For example, if I have root query fields node and field2 it isn't possible to alias one as foo: node(id: "xxx") because typing the "f" in "foo" autocompletes to "field2".

The only way to get the correct field is either with some typing gymnastics (starting to type "xxxfoo" then removing the "xxx") or copy-and-paste from another editor.

At the very least it should be possible to switch off autocomplete, while keeping the autosuggest functionality.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions