Skip to content

Commit 6690245

Browse files
author
Robert Mosolgo
authored
Merge pull request rmosolgo#2209 from swalkinshaw/update-lookahead-docs
Update Lookahead docs: remove fragment note
2 parents 7ec9b49 + f413c08 commit 6690245

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/graphql/execution/lookahead.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ module Execution
99
# A field may get access to its lookahead by adding `extras: [:lookahead]`
1010
# to its configuration.
1111
#
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-
#
1612
# @example looking ahead in a field
1713
# field :articles, [Types::Article], null: false,
1814
# extras: [:lookahead]

0 commit comments

Comments
 (0)