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
#breaking?, #criticality, #dangerous?, #message, #non_breaking?
Constructor Details
#initialize ⇒ SchemaAstDirectiveRemoved
826 827 |
# File 'lib/graphql/schema_comparator/changes.rb', line 826 def initialize(*) end |