View a markdown version of this page

AWS::AmplifyUIBuilder::CodegenJob GraphQLRenderConfig - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::AmplifyUIBuilder::CodegenJob GraphQLRenderConfig

Describes the GraphQL configuration for an API for a code generation job.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "FragmentsFilePath" : String, "MutationsFilePath" : String, "QueriesFilePath" : String, "SubscriptionsFilePath" : String, "TypesFilePath" : String }

Properties

FragmentsFilePath

The path to the GraphQL fragments file, relative to the component output directory.

Required: Yes

Type: String

Update requires: Replacement

MutationsFilePath

The path to the GraphQL mutations file, relative to the component output directory.

Required: Yes

Type: String

Update requires: Replacement

QueriesFilePath

The path to the GraphQL queries file, relative to the component output directory.

Required: Yes

Type: String

Update requires: Replacement

SubscriptionsFilePath

The path to the GraphQL subscriptions file, relative to the component output directory.

Required: Yes

Type: String

Update requires: Replacement

TypesFilePath

The path to the GraphQL types file, relative to the component output directory.

Required: Yes

Type: String

Update requires: Replacement