## Actual Behavior If i try autocomplete for attribute, all works correctly:  But it does not works for variable default value   However shows error for wrong value: > Value "createdAt" does not exist in "ResourceOrderByInput" enum. Did you mean the enum value "createdAt_ASC"? ## Expected Behavior Autocomple suggestions like for attribute ## Specifications - GraphQL for VSCode Extension Version: 0.3.10 - VSCode Version: 1.48.2 - OS Name: Ubuntu - OS Version: 20.04.1 LTS