Class: ElasticGraph::SchemaArtifacts::RuntimeMetadata::GraphQLResolver::InterfaceWithLookahead
- Inherits:
-
Object
- Object
- ElasticGraph::SchemaArtifacts::RuntimeMetadata::GraphQLResolver::InterfaceWithLookahead
- Defined in:
- lib/elastic_graph/schema_artifacts/runtime_metadata/graphql_resolver.rb
Instance Method Summary collapse
-
#initialize(elasticgraph_graphql:, config:) ⇒ InterfaceWithLookahead
constructor
A new instance of InterfaceWithLookahead.
- #resolve(field:, object:, args:, context:, lookahead:) ⇒ Object
Constructor Details
#initialize(elasticgraph_graphql:, config:) ⇒ InterfaceWithLookahead
Returns a new instance of InterfaceWithLookahead.
49 50 51 |
# File 'lib/elastic_graph/schema_artifacts/runtime_metadata/graphql_resolver.rb', line 49 def initialize(elasticgraph_graphql:, config:) # must be defined, but nothing to do end |
Instance Method Details
#resolve(field:, object:, args:, context:, lookahead:) ⇒ Object
53 54 |
# File 'lib/elastic_graph/schema_artifacts/runtime_metadata/graphql_resolver.rb', line 53 def resolve(field:, object:, args:, context:, lookahead:) end |