Class: ElasticGraph::SchemaArtifacts::RuntimeMetadata::GraphQLResolver::InterfaceWithLookahead

Inherits:
Object
  • Object
show all
Defined in:
lib/elastic_graph/schema_artifacts/runtime_metadata/graphql_resolver.rb

Instance Method Summary collapse

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