lib/graphql/execution/lookahead.rb in graphql-1.9.3 vs lib/graphql/execution/lookahead.rb in graphql-1.9.4

- old
+ new

@@ -7,13 +7,9 @@ # during execution, but if you're using it directly, be sure to validate first.) # # A field may get access to its lookahead by adding `extras: [:lookahead]` # to its configuration. # - # __NOTE__: Lookahead for typed fragments (eg `node { ... on Thing { ... } }`) - # hasn't been implemented yet. It's possible, I just didn't need it yet. - # Feel free to open a PR or an issue if you want to add it. - # # @example looking ahead in a field # field :articles, [Types::Article], null: false, # extras: [:lookahead] # # # For example, imagine a faster database call