Method: GraphQL::Query#operations

Defined in:
lib/graphql/query.rb

#operationsObject



261
262
263
# File 'lib/graphql/query.rb', line 261

def operations
  with_prepared_ast { @operations }
end