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 @authenticated
directive.
Instance Method Summary collapse
-
#apollo_authenticated ⇒ void
Adds the
@authenticated
directive to the schema element.
Instance Method Details
#apollo_authenticated ⇒ void
This method returns an undefined value.
Adds the @authenticated
directive
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 |