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
Constructor Details
#initialize ⇒ DirectiveArgumentAstDirectiveAdded
Returns a new instance of DirectiveArgumentAstDirectiveAdded.
602 603 |
# File 'lib/graphql/schema_comparator/changes.rb', line 602 def initialize(*) end |