We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Erlang/OTP 20 [erts-9.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Elixir 1.6.0 (compiled with OTP 20) absinthe 1.4.12 absinthe_relay 1.4.3
Including a test on the master branch.
There is an example test for the master branch at BinaryNoggin@4573a9f
I expect that the order of parsing with escape characters to parse no matter the position of the keys and values.
{:error, %Absinthe.Blueprint{ adapter: nil, directives: [], errors: [], execution: %Absinthe.Blueprint.Execution{ acc: %{}, adapter: nil, context: %{}, fields_cache: %{}, fragments: %{}, result: nil, root_value: %{}, schema: nil, validation_errors: [ %Absinthe.Phase.Error{ extra: %{}, locations: [%{column: 0, line: 1}], message: "illegal: \") { name } }", path: [], phase: Absinthe.Phase.Parse } ] }, flags: %{}, fragments: [], input: "{ post(title: \"title\\\\\", body: \"body\") { name } }", name: nil, operations: [], result: %{}, schema: nil, types: [] }}
BinaryNoggin@4573a9f
I created a test to show this happening.
The text was updated successfully, but these errors were encountered:
There is no error if the input has a return after each item. It is a small workaround, but it might work for some people.
Sorry, something went wrong.
No branches or pull requests
Environment
Erlang/OTP 20 [erts-9.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Elixir 1.6.0 (compiled with OTP 20)
absinthe 1.4.12
absinthe_relay 1.4.3
Including a test on the master branch.
Expected behavior
There is an example test for the master branch at BinaryNoggin@4573a9f
I expect that the order of parsing with escape characters to parse no matter the position of the keys and values.
Actual behavior
Relevant Schema/Middleware Code
BinaryNoggin@4573a9f
I created a test to show this happening.
The text was updated successfully, but these errors were encountered: