| Package | Description |
|---|---|
| org.apache.sling.graphql.api.engine | |
| org.apache.sling.graphql.core.engine |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
QueryExecutor.validate(@NotNull String query,
@NotNull Map<String,Object> variables,
@NotNull org.apache.sling.api.resource.Resource queryResource,
@NotNull String[] selectors)
Validates the passed
query and variables, by checking if the query obeys the known schemas. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultValidationResult |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
DefaultQueryExecutor.validate(@NotNull String query,
@NotNull Map<String,Object> variables,
@NotNull org.apache.sling.api.resource.Resource queryResource,
@NotNull String[] selectors) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.