@Component
public class GraphQLClient
extends java.lang.Object
| Constructor and Description |
|---|
GraphQLClient(GraphQLFactory graphqlFactory,
DataLoaderRegistryFactory dataLoaderRegistryFactory) |
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.CompletableFuture<java.util.Map<java.lang.String,java.lang.Object>> |
invoke(GraphQLCommand graphQLCommand) |
@Autowired public GraphQLClient(GraphQLFactory graphqlFactory, DataLoaderRegistryFactory dataLoaderRegistryFactory)
public java.util.concurrent.CompletableFuture<java.util.Map<java.lang.String,java.lang.Object>> invoke(GraphQLCommand graphQLCommand)