| Package | Description |
|---|---|
| io.stargate.graphql.persistence.graphqlfirst | |
| io.stargate.graphql.schema.graphqlfirst.fetchers.admin | |
| io.stargate.graphql.web.resources |
| Modifier and Type | Method and Description |
|---|---|
SchemaSource |
SchemaSourceDao.getLatestVersion(String keyspace) |
SchemaSource |
SchemaSourceDao.getSingleVersion(String keyspace,
Optional<UUID> maybeVersion) |
SchemaSource |
SchemaSourceDao.insert(String keyspace,
String newContents) |
| Modifier and Type | Method and Description |
|---|---|
List<SchemaSource> |
SchemaSourceDao.getAllVersions(String keyspace) |
| Modifier and Type | Method and Description |
|---|---|
protected SchemaSource |
SingleSchemaFetcher.get(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected List<SchemaSource> |
AllSchemasFetcher.get(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphqlCache.putDml(String keyspaceName,
SchemaSource newSource,
graphql.GraphQL graphql,
AuthenticationSubject subject) |
Copyright © 2021. All rights reserved.