Class: GraphQL::SchemaComparator::Changes::SchemaAstDirectiveRemoved
- Inherits:
-
AbstractChange
- Object
- AbstractChange
- GraphQL::SchemaComparator::Changes::SchemaAstDirectiveRemoved
- Defined in:
- lib/graphql/schema_comparator/changes.rb
Overview
TODO
Instance Method Summary collapse
-
#initialize ⇒ SchemaAstDirectiveRemoved
constructor
A new instance of SchemaAstDirectiveRemoved.
Methods inherited from AbstractChange
Constructor Details
#initialize ⇒ SchemaAstDirectiveRemoved
704 705 |
# File 'lib/graphql/schema_comparator/changes.rb', line 704 def initialize(*) end |