Method: GraphQL::Query#selected_operation

Defined in:
lib/graphql/query.rb,
lib/graphql/query.rb

#selected_operationGraphQL::Language::Nodes::OperationDefinition?



173
174
175
# File 'lib/graphql/query.rb', line 173

def selected_operation
  with_prepared_ast { @selected_operation }
end