Class: GraphQL::Client::Schema::EnumType::UnexpectedEnumValue

Inherits:
String
  • Object
show all
Defined in:
lib/graphql/client/schema/enum_type.rb

Instance Method Summary collapse

Instance Method Details

#unknown_enum_value?Boolean

Returns:

  • (Boolean)


45
46
47
# File 'lib/graphql/client/schema/enum_type.rb', line 45

def unknown_enum_value?
  true
end