Method: GraphQL::Execution::Multiplex.run_all
- Defined in:
- lib/graphql/execution/multiplex.rb
.run_all(schema, query_options, *args) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
46 47 48 49 |
# File 'lib/graphql/execution/multiplex.rb', line 46 def run_all(schema, , *args) queries = .map { |opts| GraphQL::Query.new(schema, nil, opts) } run_queries(schema, queries, *args) end |