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.
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.