You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Elixir version (elixir -v): Elixir 1.13.4 (compiled with Erlang/OTP 24)
Absinthe version (mix deps | grep absinthe): master
Client Framework and version (Relay, Apollo, etc): N/A
Expected behavior
When generating SDL via mix absinthe.schema.sdl --schema ... Absinthe does not include any fields or input args etc. with the default_value keyword. With the test Absinthe schema below, the task outputs:
Environment
Expected behavior
When generating SDL via
mix absinthe.schema.sdl --schema ...
Absinthe does not include any fields or input args etc. with thedefault_value
keyword. With the test Absinthe schema below, the task outputs:Task output:
Test absinthe schema:
Actual behavior
The generator returns
Relevant Schema/Middleware Code
Test schema I used
This test I wrote for
test/mix/tasks/absinthe.schema.sdl_test.exs
fails but I would expect the strings to all be present.The text was updated successfully, but these errors were encountered: