| Class | Description |
|---|---|
| AdminResource |
A GraphQL service that allows users to deploy and manage custom GraphQL schemas for their
keyspaces.
|
| AuthenticationFilter |
Performs authentication before each GraphQL request.
|
| DdlResource |
A GraphQL service that allows users to execute CQL DDL queries directly (e.g.
|
| DmlResource |
A collection of GraphQL services for user keyspaces.
|
| FilesResource |
A REST service that provides download links for some of the results returned by the admin API.
|
| GraphqlCache |
Manages the
GraphQL instances used by our REST resources. |
| GraphqlResourceBase |
Factors common logic to handle GraphQL queries from JAX-RS resources.
|
| PlaygroundResource | |
| ResourcePaths |
| Annotation Type | Description |
|---|---|
| Authenticated |
Annotates resources that we want filtered with
AuthenticationFilter. |
Copyright © 2022. All rights reserved.