Class: GraphQL::Introspection::SchemaCall
- Defined in:
- lib/graphql/introspection/schema_call.rb
Constant Summary
Constants inherited from RootCall
Instance Attribute Summary
Attributes inherited from RootCall
Instance Method Summary collapse
Methods inherited from RootCall
abstract!, argument, argument_for_index, arguments, #as_result, #context, indentifier, inherited, #initialize, own_arguments, return_declarations, returns, schema_name, typecast
Constructor Details
This class inherits a constructor from GraphQL::RootCall
Instance Method Details
#execute! ⇒ Object
5 6 7 |
# File 'lib/graphql/introspection/schema_call.rb', line 5 def execute! GraphQL::SCHEMA end |