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