Module: ElasticGraph::Apollo::SchemaDefinition::ApolloDirectives::Inaccessible
- Included in:
- ElasticGraph::Apollo::SchemaDefinition::ArgumentExtension, EnumTypeExtension, EnumValueExtension, FieldExtension, InputTypeExtension, InterfaceTypeExtension, ObjectTypeExtension, ScalarTypeExtension, UnionTypeExtension
- Defined in:
- elasticgraph-apollo/lib/elastic_graph/apollo/schema_definition/apollo_directives.rb
Overview
Supports Apollo’s @inaccessible
directive.
Instance Method Summary collapse
-
#apollo_inaccessible ⇒ void
Adds the
@inaccessible
directive to the schema element.
Instance Method Details
#apollo_inaccessible ⇒ void
This method returns an undefined value.
Adds the @inaccessible
directive
to the schema element.
83 84 85 |
# File 'elasticgraph-apollo/lib/elastic_graph/apollo/schema_definition/apollo_directives.rb', line 83 def apollo_inaccessible directive "inaccessible" end |