query into the cache, potentially overriding a previous value.query.GraphQLCacheProvider is responsible for caching GraphQL queries, in order to provide support for persisted queries for the
GraphQLServlet.SlingDataFetcher services have to be registered.SlingTypeResolver services have to be registered.QueryExecutor service allows consumers to validate and execute GraphQL queries directly.SlingDataFetcher into its
external representation.SlingGraphQLException defines the class of errors that can be thrown by the org.apache.sling.graphql.core bundle.SlingGraphQLException without a known cause.SlingGraphQLException with a known cause.SlingTypeResolverMap following GraphQL error specification.query and variables, by checking if the query obeys the known schemas.ValidationResult interface defines the result returned by QueryExecutor.validate(String, Map, Resource, String[]) and
helps additional services to pre-validate a GraphQL query without executing it.Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.