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