Module: ElasticGraph::GraphQLLambda
- Defined in:
- lib/elastic_graph/graphql_lambda.rb,
lib/elastic_graph/graphql_lambda/lambda_function.rb,
lib/elastic_graph/graphql_lambda/graphql_endpoint.rb
Defined Under Namespace
Classes: GraphQLEndpoint, LambdaFunction
Class Method Summary collapse
-
.graphql_from_env ⇒ Object
Builds an ‘ElasticGraph::GraphQL` instance from our lambda ENV vars.
Class Method Details
.graphql_from_env ⇒ Object
Builds an ‘ElasticGraph::GraphQL` instance from our lambda ENV vars.
16 17 18 |
# File 'lib/elastic_graph/graphql_lambda.rb', line 16 def self.graphql_from_env LambdaSupport.build_from_env(GraphQL) end |