Method: GraphQL::StaticValidation::QueryRootExistsError#code
- Defined in:
- lib/graphql/static_validation/rules/query_root_exists_error.rb
#code ⇒ Object
21 22 23 |
# File 'lib/graphql/static_validation/rules/query_root_exists_error.rb', line 21 def code "missingQueryConfiguration" end |