Class: ElasticGraph::SchemaArtifacts::RuntimeMetadata::GraphQLResolver::InterfaceWithoutLookahead

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:) ⇒ InterfaceWithoutLookahead

Returns a new instance of InterfaceWithoutLookahead.



59
60
61
# File 'lib/elastic_graph/schema_artifacts/runtime_metadata/graphql_resolver.rb', line 59

def initialize(elasticgraph_graphql:, config:)
  # must be defined, but nothing to do
end

Instance Method Details

#resolve(field:, object:, args:, context:) ⇒ Object



63
64
# File 'lib/elastic_graph/schema_artifacts/runtime_metadata/graphql_resolver.rb', line 63

def resolve(field:, object:, args:, context:)
end