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