Class: Aws::AmplifyUIBuilder::Types::GraphQLRenderConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#fragments_file_pathString

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

Returns:

  • (String)


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_pathString

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

Returns:

  • (String)


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_pathString

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

Returns:

  • (String)


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_pathString

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

Returns:

  • (String)


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_pathString

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

Returns:

  • (String)


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