We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ec9b49 + f413c08 commit 6690245Copy full SHA for 6690245
lib/graphql/execution/lookahead.rb
@@ -9,10 +9,6 @@ module Execution
9
# A field may get access to its lookahead by adding `extras: [:lookahead]`
10
# to its configuration.
11
#
12
- # __NOTE__: Lookahead for typed fragments (eg `node { ... on Thing { ... } }`)
13
- # hasn't been implemented yet. It's possible, I just didn't need it yet.
14
- # Feel free to open a PR or an issue if you want to add it.
15
- #
16
# @example looking ahead in a field
17
# field :articles, [Types::Article], null: false,
18
# extras: [:lookahead]
0 commit comments