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