public static interface GraphQLRenderConfig.Builder extends SdkPojo, CopyableBuilder<GraphQLRenderConfig.Builder,GraphQLRenderConfig>
| Modifier and Type | Method and Description |
|---|---|
GraphQLRenderConfig.Builder |
fragmentsFilePath(String fragmentsFilePath)
The path to the GraphQL fragments file, relative to the component output directory.
|
GraphQLRenderConfig.Builder |
mutationsFilePath(String mutationsFilePath)
The path to the GraphQL mutations file, relative to the component output directory.
|
GraphQLRenderConfig.Builder |
queriesFilePath(String queriesFilePath)
The path to the GraphQL queries file, relative to the component output directory.
|
GraphQLRenderConfig.Builder |
subscriptionsFilePath(String subscriptionsFilePath)
The path to the GraphQL subscriptions file, relative to the component output directory.
|
GraphQLRenderConfig.Builder |
typesFilePath(String typesFilePath)
The path to the GraphQL types file, relative to the component output directory.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGraphQLRenderConfig.Builder typesFilePath(String typesFilePath)
The path to the GraphQL types file, relative to the component output directory.
typesFilePath - The path to the GraphQL types file, relative to the component output directory.GraphQLRenderConfig.Builder queriesFilePath(String queriesFilePath)
The path to the GraphQL queries file, relative to the component output directory.
queriesFilePath - The path to the GraphQL queries file, relative to the component output directory.GraphQLRenderConfig.Builder mutationsFilePath(String mutationsFilePath)
The path to the GraphQL mutations file, relative to the component output directory.
mutationsFilePath - The path to the GraphQL mutations file, relative to the component output directory.GraphQLRenderConfig.Builder subscriptionsFilePath(String subscriptionsFilePath)
The path to the GraphQL subscriptions file, relative to the component output directory.
subscriptionsFilePath - The path to the GraphQL subscriptions file, relative to the component output directory.GraphQLRenderConfig.Builder fragmentsFilePath(String fragmentsFilePath)
The path to the GraphQL fragments file, relative to the component output directory.
fragmentsFilePath - The path to the GraphQL fragments file, relative to the component output directory.Copyright © 2023. All rights reserved.