Method: GraphQL::Execution::Lookahead::NullLookahead#selected?

Defined in:
lib/graphql/execution/lookahead.rb

#selected?Boolean

Returns:

  • (Boolean)


226
227
228
# File 'lib/graphql/execution/lookahead.rb', line 226

def selected?
  false
end