Module: ElasticGraph::Apollo::SchemaDefinition::ApolloDirectives::External

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

Instance Method Summary collapse

Instance Method Details

#apollo_externalObject

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



32
33
34
# File 'lib/elastic_graph/apollo/schema_definition/apollo_directives.rb', line 32

def apollo_external
  directive "external"
end