Method: GraphQL::Query#static_validator
- Defined in:
- lib/graphql/query.rb
#static_validator ⇒ GraphQL::StaticValidation::Validator
Returns if present, the query will validate with these rules.
86 87 88 |
# File 'lib/graphql/query.rb', line 86 def static_validator @static_validator end |