Class FederationDataFetcher

java.lang.Object
io.smallrye.graphql.bootstrap.FederationDataFetcher
All Implemented Interfaces:
graphql.schema.DataFetcher<CompletableFuture<List<Object>>>

public class FederationDataFetcher extends Object implements graphql.schema.DataFetcher<CompletableFuture<List<Object>>>
  • Field Details

  • Constructor Details

    • FederationDataFetcher

      public FederationDataFetcher(graphql.schema.GraphQLObjectType resolversType, graphql.schema.GraphQLObjectType queryType, graphql.schema.GraphQLCodeRegistry codeRegistry)
  • Method Details