com.introproventures.graphql.jpa.query.schema.impl.GraphQLJpaToOneMappedBatchLoader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of graphql-jpa-query-schema Show documentation
Show all versions of graphql-jpa-query-schema Show documentation
Provides GraphQL JPA Query Schema Generation and Execution Support
The newest version!
package com.introproventures.graphql.jpa.query.schema.impl;
import graphql.schema.DataFetchingEnvironment;
import java.util.Map;
import java.util.Set;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.CompletionStage;
import org.dataloader.BatchLoaderEnvironment;
import org.dataloader.MappedBatchLoaderWithContext;
// a batch loader function that will be called with N or more keys for batch loading
class GraphQLJpaToOneMappedBatchLoader implements MappedBatchLoaderWithContext
© 2015 - 2025 Weber Informatics LLC | Privacy Policy