Class: GraphQL::SchemaComparator::Changes::EnumTypeAstDirectiveAdded

Inherits:
AbstractChange
  • Object
show all
Defined in:
lib/graphql/schema_comparator/changes.rb

Overview

TODO

Instance Method Summary collapse

Methods inherited from AbstractChange

#breaking?, #criticality, #dangerous?, #message, #non_breaking?, #path

Constructor Details

#initializeEnumTypeAstDirectiveAdded

Returns a new instance of EnumTypeAstDirectiveAdded.



1027
1028
# File 'lib/graphql/schema_comparator/changes.rb', line 1027

def initialize(*)
end