GraphQLRenderConfig
Describes the GraphQL configuration for an API for a code generation job.
Contents
- fragmentsFilePath
-
The path to the GraphQL fragments file, relative to the component output directory.
Type: String
Required: Yes
- mutationsFilePath
-
The path to the GraphQL mutations file, relative to the component output directory.
Type: String
Required: Yes
- queriesFilePath
-
The path to the GraphQL queries file, relative to the component output directory.
Type: String
Required: Yes
- subscriptionsFilePath
-
The path to the GraphQL subscriptions file, relative to the component output directory.
Type: String
Required: Yes
- typesFilePath
-
The path to the GraphQL types file, relative to the component output directory.
Type: String
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: