INPUT_OBJECT
UpdateOrganizationCluster
link GraphQL Schema definition
1 input UpdateOrganizationCluster { 4 2 # The ID of the cluster 3 : ID! 7 5 # The ID of the organization. 6 : ID! 11 8 # Set to true to use the cluster as a default cluster for the org 9 # To un-set 10 : Boolean 14 12 # Provide the organization ID to add. 13 : UpdateOrganizationClusterAction 15 }
link Required by
This element is not required by anyone