Uses of Interface
org.craftercms.engine.graphql.GraphQLTypeFactory
Packages that use GraphQLTypeFactory
Package
Description
-
Uses of GraphQLTypeFactory in org.craftercms.engine.graphql.impl
Fields in org.craftercms.engine.graphql.impl declared as GraphQLTypeFactoryModifier and TypeFieldDescriptionprotected GraphQLTypeFactoryGraphQLFactoryImpl.typeFactoryTheGraphQLTypeFactoryto use for all content-typesConstructors in org.craftercms.engine.graphql.impl with parameters of type GraphQLTypeFactoryModifierConstructorDescriptionGraphQLFactoryImpl(String schemaScriptPath, String repoConfigFolder, String contentTypeDefinitionName, String rootQueryTypeName, GraphQLTypeFactory typeFactory, graphql.schema.DataFetcher<?> dataFetcher, Executor jobThreadPoolExecutor) -
Uses of GraphQLTypeFactory in org.craftercms.engine.graphql.impl.field
Fields in org.craftercms.engine.graphql.impl.field declared as GraphQLTypeFactoryModifier and TypeFieldDescriptionprotected GraphQLTypeFactoryRepeatGroupFieldFactory.typeFactoryMethods in org.craftercms.engine.graphql.impl.field with parameters of type GraphQLTypeFactoryModifier and TypeMethodDescriptionvoidRepeatGroupFieldFactory.setTypeFactory(GraphQLTypeFactory typeFactory) -
Uses of GraphQLTypeFactory in org.craftercms.engine.graphql.impl.type
Classes in org.craftercms.engine.graphql.impl.type that implement GraphQLTypeFactory