Method: GraphQL::StaticValidation::FieldsHaveAppropriateSelections#on_operation_definition
- Defined in:
- lib/graphql/static_validation/rules/fields_have_appropriate_selections.rb
#on_operation_definition(node, _parent) ⇒ Object
16 17 18 19 20 |
# File 'lib/graphql/static_validation/rules/fields_have_appropriate_selections.rb', line 16 def on_operation_definition(node, _parent) if validate_field_selections(node, type_definition) super end end |