Uses of Interface
org.craftercms.engine.graphql.GraphQLFactory
Packages that use GraphQLFactory
-
Uses of GraphQLFactory in org.craftercms.engine.graphql.impl
Classes in org.craftercms.engine.graphql.impl that implement GraphQLFactoryModifier and TypeClassDescriptionclassDefault implementation ofGraphQLFactorythat creates aGraphQLSchemafrom the content-type definitions found in the site repository -
Uses of GraphQLFactory in org.craftercms.engine.service.context
Fields in org.craftercms.engine.service.context declared as GraphQLFactoryModifier and TypeFieldDescriptionprotected GraphQLFactorySiteContext.graphQLFactoryprotected GraphQLFactorySiteContextFactory.graphQLFactoryMethods in org.craftercms.engine.service.context that return GraphQLFactoryMethods in org.craftercms.engine.service.context with parameters of type GraphQLFactoryModifier and TypeMethodDescriptionvoidSiteContext.setGraphQLFactory(GraphQLFactory graphQLFactory) Constructors in org.craftercms.engine.service.context with parameters of type GraphQLFactoryModifierConstructorDescriptionSiteContextFactory(String storeType, String rootFolderPath, String staticAssetsPath, String templatesPath, String initScriptPath, String restScriptsPath, String controllerScriptsPath, String[] configPaths, String[] applicationContextPaths, String[] urlRewriteConfPaths, String[] proxyConfigPaths, String groovyClassesPath, Map<String, Object> groovyGlobalVars, org.springframework.beans.factory.ObjectFactory<org.springframework.web.servlet.view.freemarker.FreeMarkerConfig> freeMarkerConfigFactory, org.craftercms.core.url.UrlTransformationEngine urlTransformationEngine, org.craftercms.core.service.ContentStoreService storeService, org.craftercms.core.util.cache.CacheTemplate cacheTemplate, MacroResolver macroResolver, List<ScriptJobResolver> jobResolvers, Executor jobThreadPoolExecutor, GraphQLFactory graphQLFactory, boolean cacheWarmUpEnabled, SiteCacheWarmer cacheWarmer, org.craftercms.commons.config.EncryptionAwareConfigurationReader configurationReader, String[] whitelistGetEnvRegex)