@@ -10,6 +10,7 @@ defmodule GraphQl.Schema.Cluster do
10
10
input_object :cluster_attributes do
11
11
field :name , non_null ( :string ) , description: "The name of the cluster."
12
12
field :provider , non_null ( :provider ) , description: "The cluster's cloud provider."
13
+ field :legacy , :boolean , description: "whether this is a legacy oss cluster"
13
14
field :source , :source , description: "The source of the cluster."
14
15
field :git_url , :string , description: "The git repository URL for the cluster."
15
16
field :console_url , :string , description: "The URL of the console running on the cluster."
@@ -21,6 +22,7 @@ defmodule GraphQl.Schema.Cluster do
21
22
field :id , non_null ( :id ) , description: "The ID of the cluster."
22
23
field :name , non_null ( :string ) , description: "The name of the cluster."
23
24
field :provider , non_null ( :provider ) , description: "The cluster's cloud provider."
25
+ field :legacy , :boolean , description: "whether this is a legacy OSS cluster"
24
26
field :source , :source , description: "The source of the cluster."
25
27
field :git_url , :string , description: "The git repository URL for the cluster."
26
28
field :console_url , :string , description: "The URL of the console running on the cluster."
0 commit comments