Module: ApolloFederation::Schema

Defined in:
lib/apollo-federation/schema.rb

Defined Under Namespace

Modules: CommonMethods

Constant Summary collapse

IMPORTED_DIRECTIVES =
['inaccessible', 'tag'].freeze

Class Method Summary collapse

Class Method Details

.included(klass) ⇒ Object



12
13
14
# File 'lib/apollo-federation/schema.rb', line 12

def self.included(klass)
  klass.extend(CommonMethods)
end