| Package | Description |
|---|---|
| io.stargate.graphql.persistence.graphqlfirst | |
| io.stargate.graphql.schema.graphqlfirst.fetchers.admin |
| 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,
DataStore dataStore,
AuthenticationSubject authenticationSubject) |
| Modifier and Type | Method and Description |
|---|---|
protected List<SchemaSource> |
AllSchemasFetcher.get(graphql.schema.DataFetchingEnvironment environment,
DataStore dataStore,
AuthenticationSubject authenticationSubject) |
Copyright © 2021. All rights reserved.