Libraries
»
graphql
(2.5.20)
»
Index
»
GraphQL
»
Execution
»
Lookahead
»
NullLookahead
»
#selected?
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