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