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