| Modifier and Type | Method and Description |
|---|---|
protected abstract ResultT |
CassandraFetcher.get(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected io.stargate.bridge.proto.QueryOuterClass.Query |
CreateKeyspaceFetcher.buildQuery(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected io.stargate.bridge.proto.QueryOuterClass.Query |
IndexFetcher.buildQuery(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected io.stargate.bridge.proto.QueryOuterClass.Query |
DropTypeFetcher.buildQuery(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected io.stargate.bridge.proto.QueryOuterClass.Query |
DropKeyspaceFetcher.buildQuery(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected io.stargate.bridge.proto.QueryOuterClass.Query |
CreateTypeFetcher.buildQuery(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected io.stargate.bridge.proto.QueryOuterClass.Query |
TableFetcher.buildQuery(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected abstract io.stargate.bridge.proto.QueryOuterClass.Query |
DdlQueryFetcher.buildQuery(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected List<KeyspaceDto> |
AllKeyspacesFetcher.get(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected KeyspaceDto |
SingleKeyspaceFetcher.get(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected Boolean |
DdlQueryFetcher.get(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<io.stargate.bridge.proto.QueryOuterClass.Query> |
BulkMutationFetcher.buildQueries(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected List<io.stargate.bridge.proto.QueryOuterClass.Query> |
BulkInsertMutationFetcher.buildQueries(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected io.stargate.bridge.proto.QueryOuterClass.Query |
InsertMutationFetcher.buildQuery(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected abstract io.stargate.bridge.proto.QueryOuterClass.Query |
MutationFetcher.buildQuery(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected io.stargate.bridge.proto.QueryOuterClass.Query |
DeleteMutationFetcher.buildQuery(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected io.stargate.bridge.proto.QueryOuterClass.Query |
UpdateMutationFetcher.buildQuery(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected CompletableFuture<Map<String,Object>> |
DmlFetcher.executeAsyncAccepted(io.stargate.bridge.proto.QueryOuterClass.Query query,
Object originalValue,
StargateGraphqlContext context) |
protected CompletionStage<List<Map<String,Object>>> |
BulkMutationFetcher.get(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected CompletionStage<Map<String,Object>> |
MutationFetcher.get(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected Map<String,Object> |
QueryFetcher.get(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected Boolean |
UndeploySchemaFetcher.get(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
List<SchemaSource> |
AllSchemasFetcher.get(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
SchemaSource |
SingleSchemaFetcher.get(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected List<FederatedEntity> |
FederatedEntityFetcher.get(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected CompletionStage<ResultT> |
MutationFetcher.get(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected Object |
QueryFetcher.get(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected io.stargate.sgv2.graphql.schema.graphqlfirst.fetchers.deployed.MutationPayload<graphql.execution.DataFetcherResult<Object>> |
DeleteFetcher.getPayload(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected io.stargate.sgv2.graphql.schema.graphqlfirst.fetchers.deployed.MutationPayload<graphql.execution.DataFetcherResult<Object>> |
UpdateFetcher.getPayload(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected io.stargate.sgv2.graphql.schema.graphqlfirst.fetchers.deployed.MutationPayload<graphql.execution.DataFetcherResult<Object>> |
InsertFetcher.getPayload(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected abstract io.stargate.sgv2.graphql.schema.graphqlfirst.fetchers.deployed.MutationPayload<ResultT> |
MutationFetcher.getPayload(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
Copyright © 2022. All rights reserved.