| Package | Description |
|---|---|
| io.stargate.sgv2.graphql.persistence.graphqlfirst | |
| io.stargate.sgv2.graphql.schema.graphqlfirst.fetchers.admin | |
| io.stargate.sgv2.graphql.web.resources |
| Modifier and Type | Method and Description |
|---|---|
SchemaSource |
SchemaSourceDao.insert(String keyspace,
String newContents) |
| Modifier and Type | Method and Description |
|---|---|
List<SchemaSource> |
SchemaSourceDao.getAllVersions(String keyspace) |
CompletionStage<Optional<SchemaSource>> |
SchemaSourceDao.getLatestVersionAsync(String keyspace) |
Optional<SchemaSource> |
SchemaSourceDao.getSingleVersion(String keyspace,
Optional<UUID> maybeVersion) |
| Modifier and Type | Method and Description |
|---|---|
SchemaSource |
SingleSchemaFetcher.get(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
| Modifier and Type | Method and Description |
|---|---|
List<SchemaSource> |
AllSchemasFetcher.get(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphqlCache.putDml(io.stargate.bridge.proto.Schema.CqlKeyspaceDescribe keyspaceDescribe,
SchemaSource newSource,
graphql.GraphQL graphql)
Fill the cache entry when it's been computed externally.
|
Copyright © 2022. All rights reserved.