| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
static GraphQLRenderConfig.Builder |
GraphQLRenderConfig.builder() |
GraphQLRenderConfig.Builder |
GraphQLRenderConfig.Builder.fragmentsFilePath(String fragmentsFilePath)
The path to the GraphQL fragments file, relative to the component output directory.
|
GraphQLRenderConfig.Builder |
GraphQLRenderConfig.Builder.mutationsFilePath(String mutationsFilePath)
The path to the GraphQL mutations file, relative to the component output directory.
|
GraphQLRenderConfig.Builder |
GraphQLRenderConfig.Builder.queriesFilePath(String queriesFilePath)
The path to the GraphQL queries file, relative to the component output directory.
|
GraphQLRenderConfig.Builder |
GraphQLRenderConfig.Builder.subscriptionsFilePath(String subscriptionsFilePath)
The path to the GraphQL subscriptions file, relative to the component output directory.
|
GraphQLRenderConfig.Builder |
GraphQLRenderConfig.toBuilder() |
GraphQLRenderConfig.Builder |
GraphQLRenderConfig.Builder.typesFilePath(String typesFilePath)
The path to the GraphQL types file, relative to the component output directory.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GraphQLRenderConfig.Builder> |
GraphQLRenderConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static ApiConfiguration |
ApiConfiguration.fromGraphQLConfig(Consumer<GraphQLRenderConfig.Builder> graphQLConfig)
Create an instance of this class with
ApiConfiguration.graphQLConfig() initialized to the given value. |
default ApiConfiguration.Builder |
ApiConfiguration.Builder.graphQLConfig(Consumer<GraphQLRenderConfig.Builder> graphQLConfig)
The configuration for an application using GraphQL APIs.
|
Copyright © 2023. All rights reserved.