Uses of Interface
software.amazon.awssdk.services.amplifyuibuilder.model.GraphQLRenderConfig.Builder
-
Packages that use GraphQLRenderConfig.Builder Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of GraphQLRenderConfig.Builder in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return GraphQLRenderConfig.Builder Modifier and Type Method Description static GraphQLRenderConfig.BuilderGraphQLRenderConfig. builder()GraphQLRenderConfig.BuilderGraphQLRenderConfig.Builder. fragmentsFilePath(String fragmentsFilePath)The path to the GraphQL fragments file, relative to the component output directory.GraphQLRenderConfig.BuilderGraphQLRenderConfig.Builder. mutationsFilePath(String mutationsFilePath)The path to the GraphQL mutations file, relative to the component output directory.GraphQLRenderConfig.BuilderGraphQLRenderConfig.Builder. queriesFilePath(String queriesFilePath)The path to the GraphQL queries file, relative to the component output directory.GraphQLRenderConfig.BuilderGraphQLRenderConfig.Builder. subscriptionsFilePath(String subscriptionsFilePath)The path to the GraphQL subscriptions file, relative to the component output directory.GraphQLRenderConfig.BuilderGraphQLRenderConfig. toBuilder()GraphQLRenderConfig.BuilderGraphQLRenderConfig.Builder. typesFilePath(String typesFilePath)The path to the GraphQL types file, relative to the component output directory.Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type GraphQLRenderConfig.Builder Modifier and Type Method Description static Class<? extends GraphQLRenderConfig.Builder>GraphQLRenderConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.amplifyuibuilder.model with type arguments of type GraphQLRenderConfig.Builder Modifier and Type Method Description static ApiConfigurationApiConfiguration. fromGraphQLConfig(Consumer<GraphQLRenderConfig.Builder> graphQLConfig)Create an instance of this class withApiConfiguration.graphQLConfig()initialized to the given value.default ApiConfiguration.BuilderApiConfiguration.Builder. graphQLConfig(Consumer<GraphQLRenderConfig.Builder> graphQLConfig)The configuration for an application using GraphQL APIs.
-