这是indexloc提供的服务,不要输入任何密码
Skip to content

Console no longer highlights errors in the GraphQL query #9470

@harishnair96

Description

@harishnair96

Version Information

Server Version: v2.18.0 to v2.20.0-beta.1

Environment

Any

What is the current behaviour?

Screenshot 2023-02-27 at 2 17 39 PM

What is the expected behaviour?

Screenshot 2023-02-27 at 2 20 00 PM

How to reproduce the issue?

  1. Create a table like CREATE TABLE person(id SERIAL PRIMARY KEY, name TEXT);
  2. Enter the following query in GraphiQL
    query GetPeople($limit: Text = 10) {
      person(limit: $limit) {
        id
        name
        some_field_that_does_not_exist
      }
    }

Keywords

error highlighting, graphiql

Metadata

Metadata

Assignees

No one assigned

    Labels

    k/bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions