Class: GraphQL::Client::Schema::EnumType::UnexpectedEnumValue
- Inherits:
-
String
- Object
- String
- GraphQL::Client::Schema::EnumType::UnexpectedEnumValue
- Defined in:
- lib/graphql/client/schema/enum_type.rb
Instance Method Summary collapse
Instance Method Details
#unknown_enum_value? ⇒ Boolean
45 46 47 |
# File 'lib/graphql/client/schema/enum_type.rb', line 45 def unknown_enum_value? true end |