Module: ElasticGraph::Apollo::SchemaDefinition::ApolloDirectives::InterfaceObject
- Included in:
- ObjectTypeExtension
- 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/#interfaceobject].
Instance Method Summary collapse
-
#apollo_interface_object ⇒ void
Adds the directive[https://www.apollographql.com/docs/federation/federated-types/federated-directives/#interfaceobject] to the schema element.
Instance Method Details
#apollo_interface_object ⇒ void
This method returns an undefined value.
Adds the directive[https://www.apollographql.com/docs/federation/federated-types/federated-directives/#interfaceobject] to the schema element.
101 102 103 |
# File 'elasticgraph-apollo/lib/elastic_graph/apollo/schema_definition/apollo_directives.rb', line 101 def apollo_interface_object directive "interfaceObject" end |