| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
GraphQLRenderConfig |
GraphQLRenderConfig.clone() |
GraphQLRenderConfig |
ApiConfiguration.getGraphQLConfig()
The configuration for an application using GraphQL APIs.
|
GraphQLRenderConfig |
GraphQLRenderConfig.withFragmentsFilePath(String fragmentsFilePath)
The path to the GraphQL fragments file, relative to the component output directory.
|
GraphQLRenderConfig |
GraphQLRenderConfig.withMutationsFilePath(String mutationsFilePath)
The path to the GraphQL mutations file, relative to the component output directory.
|
GraphQLRenderConfig |
GraphQLRenderConfig.withQueriesFilePath(String queriesFilePath)
The path to the GraphQL queries file, relative to the component output directory.
|
GraphQLRenderConfig |
GraphQLRenderConfig.withSubscriptionsFilePath(String subscriptionsFilePath)
The path to the GraphQL subscriptions file, relative to the component output directory.
|
GraphQLRenderConfig |
GraphQLRenderConfig.withTypesFilePath(String typesFilePath)
The path to the GraphQL types file, relative to the component output directory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApiConfiguration.setGraphQLConfig(GraphQLRenderConfig graphQLConfig)
The configuration for an application using GraphQL APIs.
|
ApiConfiguration |
ApiConfiguration.withGraphQLConfig(GraphQLRenderConfig graphQLConfig)
The configuration for an application using GraphQL APIs.
|
Copyright © 2024. All rights reserved.