Skip to content

Commit 6df2529

Browse files
committed
Fix type
1 parent 68f80ae commit 6df2529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/absinthe.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ defmodule Absinthe do
5555
required(:data) => nil | result_selection_t,
5656
optional(:ordinal_fun) => ordinal_fun(),
5757
optional(:ordinal_compare_fun) => ordinal_compare_fun(),
58-
optional(:continuation) => continuations_t,
58+
optional(:continuations) => continuations_t,
5959
optional(:errors) => [result_error_t]
6060
}
6161
| %{errors: [result_error_t]}

0 commit comments

Comments
 (0)