Module: ElasticGraph::Apollo::SchemaDefinition::ApolloDirectives::Authenticated
- Included in:
- EnumTypeExtension, FieldExtension, InterfaceTypeExtension, ObjectTypeExtension, ScalarTypeExtension
- Defined in:
- lib/elastic_graph/apollo/schema_definition/apollo_directives.rb
Overview
Supports Apollo’s [‘@authenticated` directive](www.apollographql.com/docs/federation/federated-types/federated-directives/#authenticated).
Instance Method Summary collapse
-
#apollo_authenticated ⇒ void
Adds the [‘@authenticated` directive](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 [‘@authenticated` directive](www.apollographql.com/docs/federation/federated-types/federated-directives/#authenticated) to the schema element.
29 30 31 |
# File 'lib/elastic_graph/apollo/schema_definition/apollo_directives.rb', line 29 def apollo_authenticated directive "authenticated" end |