Package io.jmix.graphql.modifier
Class GraphQLUpsertEntityDataFetcherContext<E>
java.lang.Object
io.jmix.graphql.modifier.GraphQLUpsertEntityDataFetcherContext<E>
-
Constructor Summary
ConstructorDescriptionGraphQLUpsertEntityDataFetcherContext
(MetaClass metaClass, List<E> entities, EntityImportPlan entityImportPlan) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setEntities
(List<E> entities) void
setEntityImportPlan
(EntityImportPlan entityImportPlan) void
setMetaClass
(MetaClass metaClass)
-
Constructor Details
-
GraphQLUpsertEntityDataFetcherContext
public GraphQLUpsertEntityDataFetcherContext(MetaClass metaClass, List<E> entities, EntityImportPlan entityImportPlan)
-
-
Method Details
-
getMetaClass
-
setMetaClass
-
getEntities
-
setEntities
-
getEntityImportPlan
-
setEntityImportPlan
-