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