Method: GraphQL::Query#operations

Defined in:
lib/graphql/query.rb

#operationsObject



151
152
153
# File 'lib/graphql/query.rb', line 151

def operations
  with_prepared_ast { @operations }
end