Module: ElasticGraph::Apollo::SchemaDefinition::ApolloDirectives::Shareable
- Included in:
- FieldExtension, ObjectTypeExtension
- Defined in:
- lib/elastic_graph/apollo/schema_definition/apollo_directives.rb
Instance Method Summary collapse
-
#apollo_shareable ⇒ Object
Extension method designed to support Apollo’s shareable directive: www.apollographql.com/docs/federation/federated-types/federated-directives/#shareable.
Instance Method Details
#apollo_shareable ⇒ Object
Extension method designed to support Apollo’s shareable directive: www.apollographql.com/docs/federation/federated-types/federated-directives/#shareable
104 105 106 |
# File 'lib/elastic_graph/apollo/schema_definition/apollo_directives.rb', line 104 def apollo_shareable directive "shareable" end |