Class: GraphQL::SchemaComparator::Changes::ScalarTypeAstDirectiveRemoved
- Inherits:
-
AbstractChange
- Object
- AbstractChange
- GraphQL::SchemaComparator::Changes::ScalarTypeAstDirectiveRemoved
- Defined in:
- lib/graphql/schema_comparator/changes.rb
Overview
TODO
Instance Method Summary collapse
-
#initialize ⇒ ScalarTypeAstDirectiveRemoved
constructor
A new instance of ScalarTypeAstDirectiveRemoved.
Methods inherited from AbstractChange
#breaking?, #criticality, #dangerous?, #message, #non_breaking?, #path
Constructor Details
#initialize ⇒ ScalarTypeAstDirectiveRemoved
Returns a new instance of ScalarTypeAstDirectiveRemoved.
1045 1046 |
# File 'lib/graphql/schema_comparator/changes.rb', line 1045 def initialize(*) end |