Uses of Interface
org.apache.sling.graphql.api.engine.ValidationResult
Packages that use ValidationResult
-
Uses of ValidationResult in org.apache.sling.graphql.api.engine
Methods in org.apache.sling.graphql.api.engine that return ValidationResultModifier and TypeMethodDescriptionQueryExecutor.validate(@NotNull String query, @NotNull Map<String, Object> variables, @NotNull org.apache.sling.api.resource.Resource queryResource, @NotNull String[] selectors) Validates the passedqueryandvariables, by checking if the query obeys the known schemas.