Created
December 4, 2017 09:57
-
-
Save BjRo/a3de78839c59537d74586020e5d5808b to your computer and use it in GitHub Desktop.
Parser errors after upgrade to 1.3.3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[error] sangria.parser.SyntaxError: Syntax error while parsing GraphQL query. Invalid input ""/test") {\n}", expected ValueConst, ArgumentConst, DirectiveConst or InputValueDefinition (line 7, column 32): | |
[error] input MyResolver @httpGet(url: "/test") { | |
[error] ^ (QueryParser.scala:433) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like the behaviour around imports completely changed. Previously something like this was possible. That doesn't seem to be the case anymore.