Method: GraphQL::Query#static_validator

Defined in:
lib/graphql/query.rb

#static_validatorGraphQL::StaticValidation::Validator

Returns if present, the query will validate with these rules.

Returns:



86
87
88
# File 'lib/graphql/query.rb', line 86

def static_validator
  @static_validator
end