Method: GraphQL::Execution::Lookahead#inspect

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

#inspectObject



216
217
218
# File 'lib/graphql/execution/lookahead.rb', line 216

def inspect
  "#<GraphQL::Execution::Lookahead #{@field ? "@field=#{@field.path.inspect}": "@root_type=#{@root_type}"} @ast_nodes.size=#{@ast_nodes.size}>"
end