Module: ElasticGraph::Apollo::SchemaDefinition::ApolloDirectives::Extends

Included in:
InterfaceTypeExtension, ObjectTypeExtension
Defined in:
lib/elastic_graph/apollo/schema_definition/apollo_directives.rb

Instance Method Summary collapse

Instance Method Details

#apollo_extendsObject

Extension method designed to support Apollo’s extends directive: www.apollographql.com/docs/federation/federated-types/federated-directives/#extends



24
25
26
# File 'lib/elastic_graph/apollo/schema_definition/apollo_directives.rb', line 24

def apollo_extends
  directive "extends"
end