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