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