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
Returns a new instance of SchemaAstDirectiveRemoved.
830 831 |
# File 'lib/graphql/schema_comparator/changes.rb', line 830 def initialize(*) end |