public abstract class CassandraFetcher<ResultT> extends Object implements graphql.schema.DataFetcher<ResultT>
| Modifier and Type | Field and Description |
|---|---|
protected AuthenticationService |
authenticationService |
protected Persistence |
persistence |
| Constructor and Description |
|---|
CassandraFetcher(Persistence persistence,
AuthenticationService authenticationService) |
| Modifier and Type | Method and Description |
|---|---|
ResultT |
get(graphql.schema.DataFetchingEnvironment environment) |
protected abstract ResultT |
get(graphql.schema.DataFetchingEnvironment environment,
DataStore dataStore) |
protected final Persistence persistence
protected final AuthenticationService authenticationService
public CassandraFetcher(Persistence persistence, AuthenticationService authenticationService)
Copyright © 2020. All rights reserved.