Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardd committed Dec 4, 2024
1 parent dc0bf1c commit f7a0f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/absinthe.ex
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ defmodule Absinthe do
required(:data) => nil | result_selection_t,
optional(:ordinal_fun) => ordinal_fun(),
optional(:ordinal_compare_fun) => ordinal_compare_fun(),
optional(:continuation) => continuations_t,
optional(:continuations) => continuations_t,
optional(:errors) => [result_error_t]
}
| %{errors: [result_error_t]}
Expand Down

0 comments on commit f7a0f09

Please sign in to comment.