Method: GraphQL::StaticValidation::FieldsHaveAppropriateSelectionsError#code
- Defined in:
- lib/graphql/static_validation/rules/fields_have_appropriate_selections_error.rb
#code ⇒ Object
26 27 28 |
# File 'lib/graphql/static_validation/rules/fields_have_appropriate_selections_error.rb', line 26 def code "selectionMismatch" end |