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