Module: GraphQL::SchemaDirectives::Enum
- Defined in:
- lib/graphql/schema_directives/types.rb
Class Method Summary collapse
Class Method Details
.included(klass) ⇒ Object
14 15 16 |
# File 'lib/graphql/schema_directives/types.rb', line 14 def self.included(klass) klass.extend(HasDirectives) end |