Module: ElasticGraph::Apollo::SchemaDefinition::ApolloDirectives::External
- Included in:
- FieldExtension, ObjectTypeExtension
- Defined in:
- elasticgraph-apollo/lib/elastic_graph/apollo/schema_definition/apollo_directives.rb
Overview
Supports Apollo’s directive[https://www.apollographql.com/docs/federation/federated-types/federated-directives/#external].
Instance Method Summary collapse
-
#apollo_external ⇒ void
Adds the directive[https://www.apollographql.com/docs/federation/federated-types/federated-directives/#external] to the schema element.
Instance Method Details
#apollo_external ⇒ void
This method returns an undefined value.
Adds the directive[https://www.apollographql.com/docs/federation/federated-types/federated-directives/#external] to the schema element.
65 66 67 |
# File 'elasticgraph-apollo/lib/elastic_graph/apollo/schema_definition/apollo_directives.rb', line 65 def apollo_external directive "external" end |