Method: GraphQL::StaticValidation::FragmentTypesExistError#to_h
- Defined in:
- lib/graphql/static_validation/rules/fragment_types_exist_error.rb
#to_h ⇒ Object
A hash representation of this Message
13 14 15 16 17 18 19 20 21 22 |
# File 'lib/graphql/static_validation/rules/fragment_types_exist_error.rb', line 13 def to_h extensions = { "code" => code, "typeName" => type_name } super.merge({ "extensions" => extensions }) end |