Module: ElasticGraph::Apollo::SchemaDefinition::ApolloDirectives::Authenticated
- Included in:
- EnumTypeExtension, FieldExtension, InterfaceTypeExtension, ObjectTypeExtension, ScalarTypeExtension
- 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/#authenticated].
Instance Method Summary collapse
-
#apollo_authenticated ⇒ void
Adds the directive[https://www.apollographql.com/docs/federation/federated-types/federated-directives/#authenticated] to the schema element.
Instance Method Details
#apollo_authenticated ⇒ void
This method returns an undefined value.
Adds the directive[https://www.apollographql.com/docs/federation/federated-types/federated-directives/#authenticated] to the schema element.
29 30 31 |
# File 'elasticgraph-apollo/lib/elastic_graph/apollo/schema_definition/apollo_directives.rb', line 29 def apollo_authenticated directive "authenticated" end |