Skip to content

Extra curly braces at the end of a query are ignored #352

@vojtechmasa

Description

@vojtechmasa

Current behavior
If you submit the following query:
{profile(id:117) {firstNames, lastNames, frontDegree}}} or {profile(id:117) {firstNames, lastNames, frontDegree}}}}}}}}}, the queries are processed as they are syntactically correct.

Expected behavior
If you submit the following query:
{profile(id:117) {firstNames, lastNames, frontDegree}}} or {profile(id:117) {firstNames, lastNames, frontDegree}}}}}}}}}, the queries are rejected - invalid syntax.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions