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