View a markdown version of this page

AWS::AmplifyUIBuilder::CodegenJob GraphQLRenderConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon 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