Class: Aws::AmplifyUIBuilder::Types::GraphQLRenderConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::GraphQLRenderConfig
- Defined in:
- gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Describes the GraphQL configuration for an API for a code generation job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fragments_file_path ⇒ String
The path to the GraphQL fragments file, relative to the component output directory.
-
#mutations_file_path ⇒ String
The path to the GraphQL mutations file, relative to the component output directory.
-
#queries_file_path ⇒ String
The path to the GraphQL queries file, relative to the component output directory.
-
#subscriptions_file_path ⇒ String
The path to the GraphQL subscriptions file, relative to the component output directory.
-
#types_file_path ⇒ String
The path to the GraphQL types file, relative to the component output directory.
Instance Attribute Details
#fragments_file_path ⇒ String
The path to the GraphQL fragments file, relative to the component output directory.
2381 2382 2383 2384 2385 2386 2387 2388 2389 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2381 class GraphQLRenderConfig < Struct.new( :types_file_path, :queries_file_path, :mutations_file_path, :subscriptions_file_path, :fragments_file_path) SENSITIVE = [] include Aws::Structure end |
#mutations_file_path ⇒ String
The path to the GraphQL mutations file, relative to the component output directory.
2381 2382 2383 2384 2385 2386 2387 2388 2389 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2381 class GraphQLRenderConfig < Struct.new( :types_file_path, :queries_file_path, :mutations_file_path, :subscriptions_file_path, :fragments_file_path) SENSITIVE = [] include Aws::Structure end |
#queries_file_path ⇒ String
The path to the GraphQL queries file, relative to the component output directory.
2381 2382 2383 2384 2385 2386 2387 2388 2389 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2381 class GraphQLRenderConfig < Struct.new( :types_file_path, :queries_file_path, :mutations_file_path, :subscriptions_file_path, :fragments_file_path) SENSITIVE = [] include Aws::Structure end |
#subscriptions_file_path ⇒ String
The path to the GraphQL subscriptions file, relative to the component output directory.
2381 2382 2383 2384 2385 2386 2387 2388 2389 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2381 class GraphQLRenderConfig < Struct.new( :types_file_path, :queries_file_path, :mutations_file_path, :subscriptions_file_path, :fragments_file_path) SENSITIVE = [] include Aws::Structure end |
#types_file_path ⇒ String
The path to the GraphQL types file, relative to the component output directory.
2381 2382 2383 2384 2385 2386 2387 2388 2389 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2381 class GraphQLRenderConfig < Struct.new( :types_file_path, :queries_file_path, :mutations_file_path, :subscriptions_file_path, :fragments_file_path) SENSITIVE = [] include Aws::Structure end |