public class StargateGraphqlContext extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StargateGraphqlContext.BatchContext
Encapsulates logic to add multiple queries contained in the same operation that need to be
executed in a batch.
|
| Constructor and Description |
|---|
StargateGraphqlContext(javax.servlet.http.HttpServletRequest request,
AuthorizationService authorizationService,
Persistence persistence,
GraphqlCache graphqlCache) |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationService |
getAuthorizationService() |
StargateGraphqlContext.BatchContext |
getBatchContext() |
DataStore |
getDataStore() |
GraphqlCache |
getGraphqlCache() |
Persistence |
getPersistence() |
AuthenticationSubject |
getSubject() |
public StargateGraphqlContext(javax.servlet.http.HttpServletRequest request,
AuthorizationService authorizationService,
Persistence persistence,
GraphqlCache graphqlCache)
public AuthenticationSubject getSubject()
public StargateGraphqlContext.BatchContext getBatchContext()
public AuthorizationService getAuthorizationService()
public DataStore getDataStore()
public Persistence getPersistence()
public GraphqlCache getGraphqlCache()
Copyright © 2021. All rights reserved.