module GraphQL::StaticValidation
Constants
- ALL_RULES
Default rules for {GraphQL::StaticValidation::Validator}
Order is important here. Some validators return {GraphQL::Language::Visitor::SKIP} which stops the visit on that node. That way it doesn’t try to find fields on types that don’t exist, etc.