

# GraphQLRenderConfig
<a name="API_GraphQLRenderConfig"></a>

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

## Contents
<a name="API_GraphQLRenderConfig_Contents"></a>

 ** fragmentsFilePath **   <a name="amplifyuibuilder-Type-GraphQLRenderConfig-fragmentsFilePath"></a>
The path to the GraphQL fragments file, relative to the component output directory.  
Type: String  
Required: Yes

 ** mutationsFilePath **   <a name="amplifyuibuilder-Type-GraphQLRenderConfig-mutationsFilePath"></a>
The path to the GraphQL mutations file, relative to the component output directory.  
Type: String  
Required: Yes

 ** queriesFilePath **   <a name="amplifyuibuilder-Type-GraphQLRenderConfig-queriesFilePath"></a>
The path to the GraphQL queries file, relative to the component output directory.  
Type: String  
Required: Yes

 ** subscriptionsFilePath **   <a name="amplifyuibuilder-Type-GraphQLRenderConfig-subscriptionsFilePath"></a>
The path to the GraphQL subscriptions file, relative to the component output directory.  
Type: String  
Required: Yes

 ** typesFilePath **   <a name="amplifyuibuilder-Type-GraphQLRenderConfig-typesFilePath"></a>
The path to the GraphQL types file, relative to the component output directory.  
Type: String  
Required: Yes

## See Also
<a name="API_GraphQLRenderConfig_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/amplifyuibuilder-2021-08-11/GraphQLRenderConfig) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/amplifyuibuilder-2021-08-11/GraphQLRenderConfig) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/amplifyuibuilder-2021-08-11/GraphQLRenderConfig) 