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?, #path
Constructor Details
#initialize ⇒ SchemaAstDirectiveRemoved
Returns a new instance of SchemaAstDirectiveRemoved.
1069 1070 |
# File 'lib/graphql/schema_comparator/changes.rb', line 1069 def initialize(*) end |