From 2bcd3556d002d50a3d46af8a8c302e1f3f6ab380 Mon Sep 17 00:00:00 2001 From: buildkite-docs-bot Date: Sat, 1 Jul 2023 00:11:47 +0000 Subject: [PATCH] Update GraphQL docs --- data/graphql_data_schema.json | 3119 +++++++++++++---- data/nav_graphql.yml | 4 +- .../graphql/schemas/enum/auditeventtype.md | 2 +- .../graphql/schemas/enum/auditsubjecttype.md | 2 +- .../input_object/pipelinecreateinput.md | 2 +- .../input_object/pipelineupdateinput.md | 2 +- pages/apis/graphql/schemas/interface/node.md | 1 + .../graphql/schemas/object/organization.md | 2 +- pages/apis/graphql/schemas/object/pipeline.md | 2 +- .../schemas/object/pipelinecreatepayload.md | 2 +- .../schemas/object/pipelinetemplate.md | 43 + .../graphql/schemas/union/auditsubjectnode.md | 1 + 12 files changed, 2440 insertions(+), 742 deletions(-) create mode 100644 pages/apis/graphql/schemas/object/pipelinetemplate.md diff --git a/data/graphql_data_schema.json b/data/graphql_data_schema.json index 4873335f1e..95e5c98f71 100644 --- a/data/graphql_data_schema.json +++ b/data/graphql_data_schema.json @@ -207,7 +207,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -221,7 +223,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -688,7 +692,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "after", @@ -698,7 +704,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -708,7 +716,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "before", @@ -718,7 +728,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "type", @@ -736,7 +748,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "state", @@ -754,7 +768,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "priority", @@ -764,7 +780,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "agentQueryRules", @@ -782,7 +800,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "concurrency", @@ -792,7 +812,9 @@ "name": "JobConcurrencySearch", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "passed", @@ -802,7 +824,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "step", @@ -812,7 +836,9 @@ "name": "JobStepSearch", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "order", @@ -822,7 +848,9 @@ "name": "JobOrder", "ofType": null }, - "defaultValue": "RECENTLY_ASSIGNED" + "defaultValue": "RECENTLY_ASSIGNED", + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -1306,7 +1334,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -1320,7 +1350,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "graceful", @@ -1330,7 +1362,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": "true" + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -1668,7 +1702,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "organizationID", @@ -1682,7 +1718,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "description", @@ -1692,7 +1730,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "public", @@ -1702,7 +1742,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": "false" + "defaultValue": "false", + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -1876,7 +1918,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -1890,7 +1934,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "reason", @@ -1904,7 +1950,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -3189,6 +3237,24 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "PIPELINE_TEMPLATE_CREATED", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PIPELINE_TEMPLATE_DELETED", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "PIPELINE_TEMPLATE_UPDATED", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "PIPELINE_UPDATED", "description": null, @@ -3683,6 +3749,11 @@ "name": "PipelineSchedule", "ofType": null }, + { + "kind": "OBJECT", + "name": "PipelineTemplate", + "ofType": null + }, { "kind": "OBJECT", "name": "SCMPipelineSettings", @@ -3764,163 +3835,169 @@ "interfaces": null, "enumValues": [ { - "name": "SCM_SERVICE", + "name": "AGENT_TOKEN", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "SCM_PIPELINE_SETTINGS", + "name": "API_ACCESS_TOKEN", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "SCM_REPOSITORY_HOST", + "name": "CLUSTER_QUEUE", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "SUITE_MONITOR", + "name": "CLUSTER_TOKEN", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "SUITE", + "name": "NOTIFICATION_SERVICE", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "USER", + "name": "ORGANIZATION", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "USER_EMAIL", + "name": "ORGANIZATION_INVITATION", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "USER_TOTP", + "name": "PIPELINE_SCHEDULE", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "AUTHORIZATION", + "name": "PIPELINE_TEMPLATE", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CLUSTER", + "name": "TEAM", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "SUBSCRIPTION", + "name": "TEAM_MEMBER", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "AGENT_TOKEN", + "name": "TEAM_PIPELINE", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "API_ACCESS_TOKEN", + "name": "PIPELINE", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CLUSTER_QUEUE", + "name": "TEAM_SUITE", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CLUSTER_TOKEN", + "name": "SCM_SERVICE", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "CLUSTER_PERMISSION", + "name": "SSO_PROVIDER", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "NOTIFICATION_SERVICE", + "name": "ORGANIZATION_MEMBER", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ORGANIZATION", + "name": "SCM_PIPELINE_SETTINGS", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ORGANIZATION_INVITATION", + "name": "SCM_REPOSITORY_HOST", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "ORGANIZATION_MEMBER", + "name": "SUITE_MONITOR", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PIPELINE", + "name": "SUITE", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "PIPELINE_SCHEDULE", + "name": "USER_EMAIL", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "TEAM", + "name": "USER_TOTP", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "TEAM_MEMBER", + "name": "USER", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "TEAM_PIPELINE", + "name": "CLUSTER", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "TEAM_SUITE", + "name": "AUTHORIZATION", "description": null, "isDeprecated": false, "deprecationReason": null }, { - "name": "SSO_PROVIDER", + "name": "SUBSCRIPTION", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CLUSTER_PERMISSION", "description": null, "isDeprecated": false, "deprecationReason": null @@ -4526,7 +4603,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "after", @@ -4536,7 +4615,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -4546,7 +4627,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "before", @@ -4556,7 +4639,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "style", @@ -4574,7 +4659,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -4757,7 +4844,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "after", @@ -4767,7 +4856,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -4777,7 +4868,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "before", @@ -4787,7 +4880,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "type", @@ -4805,7 +4900,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "state", @@ -4823,7 +4920,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "priority", @@ -4833,7 +4932,9 @@ "name": "JobPrioritySearch", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "agentQueryRules", @@ -4851,7 +4952,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "concurrency", @@ -4861,7 +4964,9 @@ "name": "JobConcurrencySearch", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "passed", @@ -4871,7 +4976,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "step", @@ -4881,7 +4988,9 @@ "name": "JobStepSearch", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "order", @@ -4891,7 +5000,9 @@ "name": "JobOrder", "ofType": null }, - "defaultValue": "RECENTLY_CREATED" + "defaultValue": "RECENTLY_CREATED", + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -4928,7 +5039,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -4938,7 +5051,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -5171,7 +5286,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "buildID", @@ -5185,7 +5302,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "body", @@ -5195,7 +5314,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "style", @@ -5205,7 +5326,9 @@ "name": "AnnotationStyle", "ofType": null }, - "defaultValue": "DEFAULT" + "defaultValue": "DEFAULT", + "isDeprecated": false, + "deprecationReason": null }, { "name": "context", @@ -5215,7 +5338,9 @@ "name": "String", "ofType": null }, - "defaultValue": "\"default\"" + "defaultValue": "\"default\"", + "isDeprecated": false, + "deprecationReason": null }, { "name": "append", @@ -5225,7 +5350,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": "false" + "defaultValue": "false", + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -5319,7 +5446,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "email", @@ -5333,7 +5462,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -5383,7 +5514,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -5397,7 +5530,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -5530,7 +5665,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "pipelineID", @@ -5544,7 +5681,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "message", @@ -5554,7 +5693,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "commit", @@ -5564,7 +5705,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "branch", @@ -5574,7 +5717,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "env", @@ -5592,7 +5737,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "metaData", @@ -5610,7 +5757,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "author", @@ -5620,7 +5769,9 @@ "name": "BuildAuthorInput", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -5913,7 +6064,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "value", @@ -5927,7 +6080,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -5948,7 +6103,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -5962,7 +6119,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -6883,7 +7042,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -6893,7 +7054,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -7036,7 +7199,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "after", @@ -7046,7 +7211,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -7056,7 +7223,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "before", @@ -7066,7 +7235,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "order", @@ -7076,7 +7247,9 @@ "name": "ClusterQueueOrder", "ofType": null }, - "defaultValue": "KEY" + "defaultValue": "KEY", + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -7194,7 +7367,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "organizationId", @@ -7208,7 +7383,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "description", @@ -7222,7 +7399,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "clusterId", @@ -7236,7 +7415,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "jobTokensEnabled", @@ -7246,7 +7427,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "allowedIpAddresses", @@ -7256,7 +7439,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -7385,7 +7570,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -7399,7 +7586,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "organizationId", @@ -7413,7 +7602,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -7479,7 +7670,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -7493,7 +7686,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "organizationId", @@ -7507,7 +7702,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "description", @@ -7521,7 +7718,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "jobTokensEnabled", @@ -7531,7 +7730,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "allowedIpAddresses", @@ -7541,7 +7742,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -7674,7 +7877,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "organizationId", @@ -7688,7 +7893,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "name", @@ -7702,7 +7909,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "description", @@ -7712,7 +7921,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "emoji", @@ -7722,7 +7933,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "color", @@ -7732,7 +7945,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -7798,7 +8013,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "organizationId", @@ -7812,7 +8029,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -7826,7 +8045,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -8348,7 +8569,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "organizationId", @@ -8362,7 +8585,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "clusterId", @@ -8376,7 +8601,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "key", @@ -8390,7 +8617,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "description", @@ -8400,7 +8629,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -8466,7 +8697,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "organizationId", @@ -8480,7 +8713,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -8494,7 +8729,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -8628,7 +8865,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -8642,7 +8881,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "note", @@ -8652,7 +8893,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -8718,7 +8961,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -8732,7 +8977,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -8798,7 +9045,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "organizationId", @@ -8812,7 +9061,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -8826,7 +9077,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "description", @@ -8836,7 +9089,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -9043,7 +9298,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "organizationId", @@ -9057,7 +9314,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -9071,7 +9330,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "name", @@ -9081,7 +9342,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "description", @@ -9091,7 +9354,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "emoji", @@ -9101,7 +9366,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "color", @@ -9111,7 +9378,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "defaultQueueId", @@ -9121,7 +9390,9 @@ "name": "ID", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -9814,7 +10085,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "address", @@ -9828,7 +10101,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -9957,7 +10232,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -9971,7 +10248,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -10154,7 +10433,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "query", @@ -10168,7 +10449,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "operationName", @@ -10178,7 +10461,9 @@ "name": "ID", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -10382,7 +10667,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -12455,7 +12742,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -12758,7 +13047,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -13013,7 +13304,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -13027,7 +13320,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "fields", @@ -13037,7 +13332,9 @@ "name": "JSON", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -13142,7 +13439,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -13152,7 +13451,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -13309,7 +13610,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "after", @@ -13319,7 +13622,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -13329,7 +13634,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "before", @@ -13339,7 +13646,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -13795,7 +14104,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -13809,7 +14120,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -13875,7 +14188,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -13889,7 +14204,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -14413,7 +14730,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -14440,7 +14759,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -14467,7 +14788,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -14494,7 +14817,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -14521,7 +14846,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -14548,7 +14875,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -14575,7 +14904,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -14602,7 +14933,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -14629,7 +14962,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -14656,7 +14991,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -14683,7 +15020,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -14710,7 +15049,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -14737,7 +15078,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -14764,7 +15107,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -14791,7 +15136,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -14818,7 +15165,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -14845,7 +15194,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -14872,7 +15223,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -14899,7 +15252,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -14926,7 +15281,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -14953,7 +15310,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -14980,7 +15339,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -15007,7 +15368,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -15034,7 +15397,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -15061,7 +15426,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -15088,7 +15455,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -15115,7 +15484,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -15142,7 +15513,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -15169,7 +15542,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -15196,7 +15571,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -15223,7 +15600,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -15250,7 +15629,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -15277,7 +15658,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -15304,7 +15687,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -15331,7 +15716,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -15358,7 +15745,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -15385,7 +15774,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -15412,7 +15803,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -15439,7 +15832,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -15466,7 +15861,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -15493,7 +15890,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -15520,7 +15919,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -15547,7 +15948,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -15574,7 +15977,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -15601,7 +16006,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -15628,7 +16035,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -15655,7 +16064,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -15682,7 +16093,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -15709,7 +16122,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -15736,7 +16151,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -15763,7 +16180,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -15790,7 +16209,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -15817,7 +16238,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -15844,7 +16267,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -15871,7 +16296,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -15898,7 +16325,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -15925,7 +16354,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -15952,7 +16383,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -15979,7 +16412,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -16006,7 +16441,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -16033,7 +16470,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -16060,7 +16499,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -16087,7 +16528,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -16114,7 +16557,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -16141,7 +16586,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -16370,6 +16817,11 @@ "name": "PipelineSchedule", "ofType": null }, + { + "kind": "OBJECT", + "name": "PipelineTemplate", + "ofType": null + }, { "kind": "OBJECT", "name": "SSOProviderGitHubApp", @@ -16517,7 +16969,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -16531,7 +16985,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -16887,7 +17343,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -16897,7 +17355,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "revoked", @@ -16907,7 +17367,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -16930,7 +17392,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "after", @@ -16940,7 +17404,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -16950,7 +17416,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "before", @@ -16960,7 +17428,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "search", @@ -16970,7 +17440,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "metaData", @@ -16988,7 +17460,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "cluster", @@ -16998,7 +17472,9 @@ "name": "ID", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "clusterQueue", @@ -17016,7 +17492,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "clustered", @@ -17026,7 +17504,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": "true" + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null }, { "name": "isRunningJob", @@ -17036,7 +17516,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -17073,7 +17555,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "before", @@ -17083,7 +17567,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "first", @@ -17093,7 +17579,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -17103,7 +17591,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -17130,7 +17620,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "after", @@ -17140,7 +17632,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -17150,7 +17644,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "before", @@ -17160,7 +17656,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "occurredAtFrom", @@ -17170,7 +17668,9 @@ "name": "DateTime", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "occurredAtTo", @@ -17180,7 +17680,9 @@ "name": "DateTime", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "type", @@ -17198,7 +17700,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "actorType", @@ -17216,7 +17720,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "actor", @@ -17234,7 +17740,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "subjectType", @@ -17252,7 +17760,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "subject", @@ -17270,7 +17780,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "order", @@ -17280,7 +17792,9 @@ "name": "OrganizationAuditEventOrders", "ofType": null }, - "defaultValue": "RECENTLY_OCCURRED" + "defaultValue": "RECENTLY_OCCURRED", + "isDeprecated": false, + "deprecationReason": null }, { "name": "subjectUUID", @@ -17298,7 +17812,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -17325,7 +17841,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -17348,7 +17866,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "after", @@ -17358,7 +17878,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -17368,7 +17890,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "before", @@ -17378,7 +17902,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "order", @@ -17388,7 +17914,9 @@ "name": "ClusterOrder", "ofType": null }, - "defaultValue": "NAME" + "defaultValue": "NAME", + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -17443,7 +17971,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "after", @@ -17453,7 +17983,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -17463,7 +17995,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "before", @@ -17473,7 +18007,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "state", @@ -17491,7 +18027,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "order", @@ -17501,7 +18039,9 @@ "name": "OrganizationInvitationOrders", "ofType": null }, - "defaultValue": "RECENTLY_CREATED" + "defaultValue": "RECENTLY_CREATED", + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -17542,7 +18082,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "after", @@ -17552,7 +18094,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -17562,7 +18106,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "before", @@ -17572,7 +18118,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "type", @@ -17590,7 +18138,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "state", @@ -17608,7 +18158,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "priority", @@ -17618,7 +18170,9 @@ "name": "JobPrioritySearch", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "agentQueryRules", @@ -17636,7 +18190,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "concurrency", @@ -17646,7 +18202,9 @@ "name": "JobConcurrencySearch", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "passed", @@ -17656,7 +18214,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "step", @@ -17666,7 +18226,9 @@ "name": "JobStepSearch", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "order", @@ -17676,7 +18238,9 @@ "name": "JobOrder", "ofType": null }, - "defaultValue": "RECENTLY_CREATED" + "defaultValue": "RECENTLY_CREATED", + "isDeprecated": false, + "deprecationReason": null }, { "name": "cluster", @@ -17686,7 +18250,9 @@ "name": "ID", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "clusterQueue", @@ -17704,7 +18270,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "clustered", @@ -17714,7 +18282,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": "true" + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -17737,7 +18307,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "after", @@ -17747,7 +18319,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -17757,7 +18331,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "before", @@ -17767,7 +18343,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "search", @@ -17777,7 +18355,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "email", @@ -17787,7 +18367,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "team", @@ -17797,7 +18379,9 @@ "name": "TeamSelector", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "role", @@ -17815,7 +18399,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "security", @@ -17825,7 +18411,9 @@ "name": "OrganizationMemberSecurityInput", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "sso", @@ -17835,7 +18423,9 @@ "name": "OrganizationMemberSSOInput", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "order", @@ -17845,7 +18435,9 @@ "name": "OrganizationMemberOrder", "ofType": null }, - "defaultValue": "RECENTLY_CREATED" + "defaultValue": "RECENTLY_CREATED", + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -17904,7 +18496,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "after", @@ -17914,7 +18508,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -17924,7 +18520,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "before", @@ -17934,7 +18532,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "search", @@ -17944,7 +18544,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "repository", @@ -17954,7 +18556,9 @@ "name": "PipelineRepositoryInput", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "cluster", @@ -17964,7 +18568,9 @@ "name": "ID", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "clustered", @@ -17974,7 +18580,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": "true" + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null }, { "name": "archived", @@ -17984,7 +18592,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "team", @@ -17994,7 +18604,9 @@ "name": "TeamSelector", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "favorite", @@ -18004,7 +18616,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "order", @@ -18014,7 +18628,9 @@ "name": "PipelineOrders", "ofType": null }, - "defaultValue": "RECENTLY_CREATED" + "defaultValue": "RECENTLY_CREATED", + "isDeprecated": false, + "deprecationReason": null }, { "name": "tags", @@ -18032,7 +18648,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "createdAtFrom", @@ -18042,7 +18660,9 @@ "name": "DateTime", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "createdAtTo", @@ -18052,7 +18672,9 @@ "name": "DateTime", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -18125,7 +18747,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "after", @@ -18135,7 +18759,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -18145,7 +18771,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "before", @@ -18155,7 +18783,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -18178,7 +18808,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "after", @@ -18188,7 +18820,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -18198,7 +18832,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "before", @@ -18208,7 +18844,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "search", @@ -18218,7 +18856,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "team", @@ -18228,7 +18868,9 @@ "name": "TeamSelector", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "order", @@ -18238,7 +18880,9 @@ "name": "SuiteOrders", "ofType": null }, - "defaultValue": "RECENTLY_CREATED" + "defaultValue": "RECENTLY_CREATED", + "isDeprecated": false, + "deprecationReason": null }, { "name": "createdAtFrom", @@ -18248,7 +18892,9 @@ "name": "DateTime", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "createdAtTo", @@ -18258,7 +18904,9 @@ "name": "DateTime", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -18281,7 +18929,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "after", @@ -18291,7 +18941,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -18301,7 +18953,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "before", @@ -18311,7 +18965,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "search", @@ -18321,7 +18977,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "pipeline", @@ -18331,7 +18989,9 @@ "name": "PipelineSelector", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "user", @@ -18341,7 +19001,9 @@ "name": "UserSelector", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "privacy", @@ -18359,7 +19021,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "order", @@ -18369,7 +19033,9 @@ "name": "TeamOrder", "ofType": null }, - "defaultValue": "NAME" + "defaultValue": "NAME", + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -18382,7 +19048,7 @@ }, { "name": "usage", - "description": "Returns the resource usage data for this organization. Please note that this feature is not yet available to all organizations", + "description": "Returns the resource usage data for this organization.", "args": [ { "name": "after", @@ -18392,7 +19058,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "before", @@ -18402,7 +19070,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "first", @@ -18412,7 +19082,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -18422,7 +19094,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "aggregatedOnFrom", @@ -18432,7 +19106,9 @@ "name": "ISO8601Date", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "aggregatedOnTo", @@ -18442,7 +19118,9 @@ "name": "ISO8601Date", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "resource", @@ -18460,7 +19138,9 @@ } } }, - "defaultValue": "[JOB_MINUTES, TEST_EXECUTIONS]" + "defaultValue": "[JOB_MINUTES, TEST_EXECUTIONS]", + "isDeprecated": false, + "deprecationReason": null }, { "name": "pipelineIds", @@ -18478,7 +19158,9 @@ } } }, - "defaultValue": "[]" + "defaultValue": "[]", + "isDeprecated": false, + "deprecationReason": null }, { "name": "suiteIds", @@ -18496,7 +19178,9 @@ } } }, - "defaultValue": "[]" + "defaultValue": "[]", + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -18816,7 +19500,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "organizationId", @@ -18830,7 +19516,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "apiAccessTokenId", @@ -18844,7 +19532,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -18910,7 +19600,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "organizationID", @@ -18924,7 +19616,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "ipAddresses", @@ -18938,7 +19632,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -19482,7 +20178,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -19604,7 +20302,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "organizationID", @@ -19618,7 +20318,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "emails", @@ -19640,7 +20342,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "role", @@ -19650,7 +20354,9 @@ "name": "OrganizationMemberRole", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "sso", @@ -19660,7 +20366,9 @@ "name": "OrganizationInvitationSSOInput", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "teams", @@ -19678,7 +20386,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -19867,7 +20577,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -19881,7 +20593,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -19947,7 +20661,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -19961,7 +20677,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -20067,7 +20785,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -20333,7 +21053,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "role", @@ -20347,7 +21069,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -20475,7 +21199,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "after", @@ -20485,7 +21211,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -20495,7 +21223,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "before", @@ -20505,7 +21235,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "search", @@ -20515,7 +21247,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "order", @@ -20525,7 +21259,9 @@ "name": "PipelineOrders", "ofType": null }, - "defaultValue": "RECENTLY_CREATED" + "defaultValue": "RECENTLY_CREATED", + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -20606,7 +21342,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "after", @@ -20616,7 +21354,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -20626,7 +21366,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "before", @@ -20636,7 +21378,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "order", @@ -20646,7 +21390,9 @@ "name": "TeamMemberOrder", "ofType": null }, - "defaultValue": "RECENTLY_CREATED" + "defaultValue": "RECENTLY_CREATED", + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -20790,7 +21536,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -20804,7 +21552,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -21182,7 +21932,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "after", @@ -21192,7 +21944,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -21202,7 +21956,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "before", @@ -21212,7 +21968,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "state", @@ -21230,7 +21988,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -21281,7 +22041,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -21374,7 +22136,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "passwordProtected", @@ -21384,7 +22148,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -21405,7 +22171,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -21419,7 +22187,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "role", @@ -21429,7 +22199,9 @@ "name": "OrganizationMemberRole", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "sso", @@ -21439,7 +22211,9 @@ "name": "OrganizationMemberSSOInput", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -22139,7 +22913,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "after", @@ -22149,7 +22925,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -22159,7 +22937,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "before", @@ -22169,7 +22949,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "state", @@ -22187,7 +22969,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "branch", @@ -22205,7 +22989,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "commit", @@ -22223,7 +23009,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "metaData", @@ -22241,7 +23029,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "createdAtFrom", @@ -22251,7 +23041,9 @@ "name": "DateTime", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "createdAtTo", @@ -22261,7 +23053,9 @@ "name": "DateTime", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -22482,7 +23276,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "after", @@ -22492,7 +23288,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -22502,7 +23300,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "before", @@ -22512,7 +23312,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "type", @@ -22530,7 +23332,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "state", @@ -22548,7 +23352,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "priority", @@ -22558,7 +23364,9 @@ "name": "JobPrioritySearch", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "agentQueryRules", @@ -22576,7 +23384,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "concurrency", @@ -22586,7 +23396,9 @@ "name": "JobConcurrencySearch", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "passed", @@ -22596,7 +23408,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "step", @@ -22606,7 +23420,9 @@ "name": "JobStepSearch", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "order", @@ -22616,7 +23432,9 @@ "name": "JobOrder", "ofType": null }, - "defaultValue": "RECENTLY_CREATED" + "defaultValue": "RECENTLY_CREATED", + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -22653,7 +23471,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -22663,7 +23483,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -22746,6 +23568,20 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "pipelineTemplate", + "description": null, + "args": [ + + ], + "type": { + "kind": "OBJECT", + "name": "PipelineTemplate", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "public", "description": "Whether this pipeline is visible to everyone, including people outside this organization", @@ -22790,7 +23626,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -22903,7 +23741,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "after", @@ -22913,7 +23753,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -22923,7 +23765,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "before", @@ -22933,7 +23777,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "search", @@ -22943,7 +23789,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "order", @@ -22953,7 +23801,9 @@ "name": "TeamPipelineOrder", "ofType": null }, - "defaultValue": "RECENTLY_CREATED" + "defaultValue": "RECENTLY_CREATED", + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -23091,7 +23941,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -23105,7 +23957,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -23238,7 +24092,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "organizationId", @@ -23252,7 +24108,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "name", @@ -23266,7 +24124,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "description", @@ -23276,7 +24136,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "emoji", @@ -23286,7 +24148,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "color", @@ -23296,7 +24160,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "visibility", @@ -23306,7 +24172,9 @@ "name": "PipelineVisibility", "ofType": null }, - "defaultValue": "PRIVATE" + "defaultValue": "PRIVATE", + "isDeprecated": false, + "deprecationReason": null }, { "name": "repository", @@ -23320,21 +24188,21 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "steps", "description": "Steps used by this pipeline defined as YAML", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "PipelineStepsInput", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "PipelineStepsInput", + "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "skipIntermediateBuilds", @@ -23344,7 +24212,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "skipIntermediateBuildsBranchFilter", @@ -23354,7 +24224,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "cancelIntermediateBuilds", @@ -23364,7 +24236,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "cancelIntermediateBuildsBranchFilter", @@ -23374,7 +24248,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "allowRebuilds", @@ -23384,7 +24260,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": "true" + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null }, { "name": "defaultTimeoutInMinutes", @@ -23394,7 +24272,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "maximumTimeoutInMinutes", @@ -23404,7 +24284,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "buildRetentionEnabled", @@ -23414,7 +24296,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "buildRetentionPeriod", @@ -23424,7 +24308,9 @@ "name": "BuildRetentionPeriods", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "buildRetentionNumber", @@ -23434,7 +24320,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "teams", @@ -23452,7 +24340,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "defaultBranch", @@ -23462,7 +24352,9 @@ "name": "String", "ofType": null }, - "defaultValue": "\"main\"" + "defaultValue": "\"main\"", + "isDeprecated": false, + "deprecationReason": null }, { "name": "nextBuildNumber", @@ -23472,7 +24364,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "clusterId", @@ -23482,7 +24376,21 @@ "name": "ID", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pipelineTemplateId", + "description": "The GraphQL ID of the pipeline template you want to use for the pipeline", + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "tags", @@ -23500,7 +24408,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "branchConfiguration", @@ -23510,7 +24420,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -23603,6 +24515,20 @@ }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "pipelineTemplate", + "description": null, + "args": [ + + ], + "type": { + "kind": "OBJECT", + "name": "PipelineTemplate", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -23626,7 +24552,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -23640,7 +24568,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -23706,7 +24636,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -23720,7 +24652,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -23849,7 +24783,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -23863,7 +24799,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "favorite", @@ -23877,7 +24815,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -24274,7 +25214,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -24295,7 +25237,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -24309,7 +25253,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -24392,7 +25338,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "after", @@ -24402,7 +25350,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -24412,7 +25362,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "before", @@ -24422,7 +25374,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -24764,7 +25718,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "pipelineID", @@ -24778,7 +25734,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "label", @@ -24788,7 +25746,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "cronline", @@ -24798,7 +25758,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "message", @@ -24808,7 +25770,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "commit", @@ -24818,7 +25782,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "branch", @@ -24828,7 +25794,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "env", @@ -24838,7 +25806,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "enabled", @@ -24848,7 +25818,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -24932,7 +25904,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -24946,7 +25920,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -25112,7 +26088,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -25126,7 +26104,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "label", @@ -25136,7 +26116,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "cronline", @@ -25146,7 +26128,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "message", @@ -25156,7 +26140,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "commit", @@ -25166,7 +26152,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "branch", @@ -25176,7 +26164,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "env", @@ -25186,7 +26176,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "enabled", @@ -25196,7 +26188,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -25303,7 +26297,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -25359,7 +26355,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -25384,7 +26382,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "accessLevel", @@ -25394,13 +26394,190 @@ "name": "PipelineAccessLevels", "ofType": null }, - "defaultValue": "MANAGE_BUILD_AND_READ" + "defaultValue": "MANAGE_BUILD_AND_READ", + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, + { + "kind": "OBJECT", + "name": "PipelineTemplate", + "description": "A template defining a fixed step configuration for a pipeline", + "fields": [ + { + "name": "configuration", + "description": "A YAML representation of the step configuration", + "args": [ + + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "YAML", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdAt", + "description": "The time when the template was created", + "args": [ + + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "DateTime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "createdBy", + "description": "The user who created the template", + "args": [ + + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "User", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": "The short description of the template", + "args": [ + + ], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": "The name of the template", + "args": [ + + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedAt", + "description": "The last time the template was changed", + "args": [ + + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "DateTime", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "updatedBy", + "description": "The user who last updated the template", + "args": [ + + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "User", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "uuid", + "description": "The UUID for the template", + "args": [ + + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, { "kind": "INPUT_OBJECT", "name": "PipelineUnarchiveInput", @@ -25415,7 +26592,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -25429,7 +26608,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -25495,7 +26676,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -25509,7 +26692,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "name", @@ -25519,7 +26704,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "description", @@ -25529,7 +26716,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "emoji", @@ -25539,7 +26728,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "color", @@ -25549,7 +26740,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "visibility", @@ -25559,7 +26752,9 @@ "name": "PipelineVisibility", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "repository", @@ -25569,7 +26764,9 @@ "name": "PipelineRepositoryInput", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "steps", @@ -25579,7 +26776,9 @@ "name": "PipelineStepsInput", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "defaultBranch", @@ -25589,7 +26788,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "nextBuildNumber", @@ -25599,7 +26800,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "skipIntermediateBuilds", @@ -25609,7 +26812,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "skipIntermediateBuildsBranchFilter", @@ -25619,7 +26824,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "cancelIntermediateBuilds", @@ -25629,7 +26836,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "cancelIntermediateBuildsBranchFilter", @@ -25639,7 +26848,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "allowRebuilds", @@ -25649,7 +26860,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": "true" + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null }, { "name": "defaultTimeoutInMinutes", @@ -25659,7 +26872,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "maximumTimeoutInMinutes", @@ -25669,7 +26884,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "buildRetentionEnabled", @@ -25679,7 +26896,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "buildRetentionPeriod", @@ -25689,7 +26908,9 @@ "name": "BuildRetentionPeriods", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "buildRetentionNumber", @@ -25699,7 +26920,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "clusterId", @@ -25709,7 +26932,21 @@ "name": "ID", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pipelineTemplateId", + "description": "The GraphQL ID of the pipeline template you want to apply to this pipeline", + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "archived", @@ -25719,7 +26956,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "tags", @@ -25737,7 +26976,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "branchConfiguration", @@ -25747,7 +26988,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -25874,7 +27117,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -25901,7 +27146,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -25928,7 +27175,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -25955,7 +27204,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -25982,7 +27233,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -26005,7 +27258,9 @@ "name": "ID", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "uuid", @@ -26015,7 +27270,9 @@ "name": "ID", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -26042,7 +27299,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -26069,7 +27328,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -26096,7 +27357,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -26123,7 +27386,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -26146,7 +27411,9 @@ "name": "ID", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "uuid", @@ -26156,7 +27423,9 @@ "name": "ID", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -26183,7 +27452,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -26210,7 +27481,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -26233,7 +27506,9 @@ "name": "ID", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "uuid", @@ -26243,7 +27518,9 @@ "name": "ID", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -26270,7 +27547,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -26293,7 +27572,9 @@ "name": "ID", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "uuid", @@ -26303,7 +27584,9 @@ "name": "ID", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -26330,7 +27613,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -28251,7 +29536,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "organizationId", @@ -28265,7 +29552,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "type", @@ -28279,7 +29568,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "note", @@ -28289,7 +29580,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "sessionDurationInHours", @@ -28299,7 +29592,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "pinSessionToIpAddress", @@ -28309,7 +29604,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "emailDomain", @@ -28319,7 +29616,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "emailDomainVerificationAddress", @@ -28329,7 +29628,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "identityProvider", @@ -28339,7 +29640,9 @@ "name": "SSOProviderSAMLIdP", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "digestMethod", @@ -28349,7 +29652,9 @@ "name": "SSOProviderSAMLXMLSecurity", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "signatureMethod", @@ -28359,7 +29664,9 @@ "name": "SSOProviderSAMLRSAXMLSecurity", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "githubOrganizationName", @@ -28369,7 +29676,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "googleHostedDomain", @@ -28379,7 +29688,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "discloseGoogleHostedDomain", @@ -28389,7 +29700,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -28491,7 +29804,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -28505,7 +29820,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -28589,7 +29906,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -28603,7 +29922,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "disabledReason", @@ -28613,7 +29934,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -28724,7 +30047,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -28738,7 +30063,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -29916,7 +31243,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "ssoURL", @@ -29926,7 +31255,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "certificate", @@ -29936,7 +31267,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "metadata", @@ -29946,7 +31279,9 @@ "name": "SSOProviderSAMLIdPMetadata", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -29967,7 +31302,9 @@ "name": "XML", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "url", @@ -29977,7 +31314,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -30305,7 +31644,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -30319,7 +31660,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "note", @@ -30329,7 +31672,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "sessionDurationInHours", @@ -30339,7 +31684,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "pinSessionToIpAddress", @@ -30349,7 +31696,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "emailDomain", @@ -30359,7 +31708,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "emailDomainVerificationAddress", @@ -30369,7 +31720,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "identityProvider", @@ -30379,7 +31732,9 @@ "name": "SSOProviderSAMLIdP", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "digestMethod", @@ -30389,7 +31744,9 @@ "name": "SSOProviderSAMLXMLSecurity", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "signatureMethod", @@ -30399,7 +31756,9 @@ "name": "SSOProviderSAMLRSAXMLSecurity", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "githubOrganizationName", @@ -30409,7 +31768,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "googleHostedDomain", @@ -30419,7 +31780,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "discloseGoogleHostedDomain", @@ -30429,7 +31792,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -30512,7 +31877,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "after", @@ -30522,7 +31889,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -30532,7 +31901,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "before", @@ -30542,7 +31913,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -30645,7 +32018,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "after", @@ -30655,7 +32030,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -30665,7 +32042,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "before", @@ -30675,7 +32054,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -30761,7 +32142,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "after", @@ -30771,7 +32154,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -30781,7 +32166,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "before", @@ -30791,7 +32178,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -30877,7 +32266,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "after", @@ -30887,7 +32278,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -30897,7 +32290,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "before", @@ -30907,7 +32302,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -30993,7 +32390,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "after", @@ -31003,7 +32402,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -31013,7 +32414,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "before", @@ -31023,7 +32426,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -31236,7 +32641,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "after", @@ -31246,7 +32653,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -31256,7 +32665,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "before", @@ -31266,7 +32677,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "search", @@ -31276,7 +32689,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "order", @@ -31286,7 +32701,9 @@ "name": "TeamSuiteOrder", "ofType": null }, - "defaultValue": "RECENTLY_CREATED" + "defaultValue": "RECENTLY_CREATED", + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -31590,7 +33007,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -31604,7 +33023,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "token", @@ -31618,7 +33039,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -31702,7 +33125,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -31786,7 +33211,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -31800,7 +33227,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -31866,7 +33295,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "totpId", @@ -31880,7 +33311,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -32067,7 +33500,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "after", @@ -32077,7 +33512,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -32087,7 +33524,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "before", @@ -32097,7 +33536,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "search", @@ -32107,7 +33548,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "role", @@ -32125,7 +33568,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "order", @@ -32135,7 +33580,9 @@ "name": "TeamMemberOrder", "ofType": null }, - "defaultValue": "RECENTLY_CREATED" + "defaultValue": "RECENTLY_CREATED", + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -32244,7 +33691,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "after", @@ -32254,7 +33703,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -32264,7 +33715,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "before", @@ -32274,7 +33727,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "search", @@ -32284,7 +33739,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "order", @@ -32294,7 +33751,9 @@ "name": "TeamPipelineOrder", "ofType": null }, - "defaultValue": "RECENTLY_CREATED" + "defaultValue": "RECENTLY_CREATED", + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -32353,7 +33812,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "after", @@ -32363,7 +33824,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -32373,7 +33836,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "before", @@ -32383,7 +33848,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "order", @@ -32393,7 +33860,9 @@ "name": "TeamSuiteOrder", "ofType": null }, - "defaultValue": "RECENTLY_CREATED" + "defaultValue": "RECENTLY_CREATED", + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -32515,7 +33984,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "organizationID", @@ -32529,7 +34000,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "name", @@ -32543,7 +34016,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "description", @@ -32553,7 +34028,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "privacy", @@ -32567,7 +34044,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "isDefaultTeam", @@ -32581,7 +34060,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "defaultMemberRole", @@ -32595,7 +34076,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "membersCanCreatePipelines", @@ -32605,7 +34088,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": "true" + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null }, { "name": "membersCanDeletePipelines", @@ -32615,7 +34100,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": "true" + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -32699,7 +34186,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -32713,7 +34202,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -33072,7 +34563,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "teamID", @@ -33086,7 +34579,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "userID", @@ -33100,7 +34595,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "role", @@ -33110,7 +34607,9 @@ "name": "TeamMemberRole", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -33186,7 +34685,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -33200,7 +34701,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -33418,7 +34921,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -33432,7 +34937,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "role", @@ -33446,7 +34953,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -33854,7 +35363,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "teamID", @@ -33868,7 +35379,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "pipelineID", @@ -33882,7 +35395,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "accessLevel", @@ -33892,7 +35407,9 @@ "name": "PipelineAccessLevels", "ofType": null }, - "defaultValue": "READ_ONLY" + "defaultValue": "READ_ONLY", + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -33996,7 +35513,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -34010,7 +35529,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "force", @@ -34020,7 +35541,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -34215,7 +35738,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -34229,7 +35754,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "accessLevel", @@ -34243,7 +35770,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -34558,7 +36087,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "teamID", @@ -34572,7 +36103,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "suiteID", @@ -34586,7 +36119,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "accessLevel", @@ -34596,7 +36131,9 @@ "name": "SuiteAccessLevels", "ofType": null }, - "defaultValue": "READ_ONLY" + "defaultValue": "READ_ONLY", + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -34700,7 +36237,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -34714,7 +36253,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "force", @@ -34724,7 +36265,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -34919,7 +36462,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -34933,7 +36478,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "accessLevel", @@ -34947,7 +36494,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -35013,7 +36562,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "id", @@ -35027,7 +36578,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "name", @@ -35041,7 +36594,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "description", @@ -35051,7 +36606,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "privacy", @@ -35061,7 +36618,9 @@ "name": "TeamPrivacy", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "isDefaultTeam", @@ -35075,7 +36634,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "defaultMemberRole", @@ -35089,7 +36650,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "membersCanCreatePipelines", @@ -35099,7 +36662,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "membersCanDeletePipelines", @@ -35109,7 +36674,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": "true" + "defaultValue": "true", + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -35491,7 +37058,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -35501,7 +37070,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "state", @@ -35519,7 +37090,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "branch", @@ -35537,7 +37110,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "metaData", @@ -35555,7 +37130,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -35695,7 +37272,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "after", @@ -35705,7 +37284,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -35715,7 +37296,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "before", @@ -35725,7 +37308,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "type", @@ -35743,7 +37328,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -35766,7 +37353,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -35776,7 +37365,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "state", @@ -35794,7 +37385,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "branch", @@ -35804,7 +37397,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "metaData", @@ -35822,7 +37417,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -35845,7 +37442,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -35855,7 +37454,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "read", @@ -35865,7 +37466,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -35888,7 +37491,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -35898,7 +37503,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "verified", @@ -35908,7 +37515,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -35949,7 +37558,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "after", @@ -35959,7 +37570,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -35969,7 +37582,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "before", @@ -35979,7 +37594,9 @@ "name": "String", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "type", @@ -35997,7 +37614,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "state", @@ -36015,7 +37634,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "priority", @@ -36025,7 +37646,9 @@ "name": "JobPrioritySearch", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "agentQueryRules", @@ -36043,7 +37666,9 @@ } } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "order", @@ -36053,7 +37678,9 @@ "name": "JobOrder", "ofType": null }, - "defaultValue": "RECENTLY_CREATED" + "defaultValue": "RECENTLY_CREATED", + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -36080,7 +37707,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "scope", @@ -36094,7 +37723,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -36117,7 +37748,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null }, { "name": "last", @@ -36127,7 +37760,9 @@ "name": "Int", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -36168,7 +37803,9 @@ "name": "ID", "ofType": null }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -36273,7 +37910,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": "false" + "defaultValue": "false", + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -36649,7 +38288,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": "false" + "defaultValue": "false", + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -37027,7 +38668,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": "false" + "defaultValue": "false", + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -37058,7 +38701,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": "false" + "defaultValue": "false", + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -37089,7 +38734,9 @@ "name": "Boolean", "ofType": null }, - "defaultValue": "false" + "defaultValue": "false", + "isDeprecated": false, + "deprecationReason": null } ], "type": { @@ -37320,7 +38967,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ] }, @@ -37345,7 +38994,9 @@ "ofType": null } }, - "defaultValue": null + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ] }, @@ -37367,7 +39018,9 @@ "name": "String", "ofType": null }, - "defaultValue": "\"No longer supported\"" + "defaultValue": "\"No longer supported\"", + "isDeprecated": false, + "deprecationReason": null } ] }, diff --git a/data/nav_graphql.yml b/data/nav_graphql.yml index 4e23e92c02..920a0f8736 100644 --- a/data/nav_graphql.yml +++ b/data/nav_graphql.yml @@ -5,8 +5,6 @@ path: apis/graphql/graphql-tutorial - name: Cookbook path: apis/graphql/graphql-cookbook -- name: Limits - path: apis/graphql/graphql-resource-limits - name: Queries children: - name: agent @@ -535,6 +533,8 @@ path: apis/graphql/schemas/object/pipelinesteps - name: PipelineTag path: apis/graphql/schemas/object/pipelinetag + - name: PipelineTemplate + path: apis/graphql/schemas/object/pipelinetemplate - name: PipelineUnarchivePayload path: apis/graphql/schemas/object/pipelineunarchivepayload - name: PipelineUpdatePayload diff --git a/pages/apis/graphql/schemas/enum/auditeventtype.md b/pages/apis/graphql/schemas/enum/auditeventtype.md index b8ebab67e3..cca139b841 100644 --- a/pages/apis/graphql/schemas/enum/auditeventtype.md +++ b/pages/apis/graphql/schemas/enum/auditeventtype.md @@ -40,6 +40,6 @@ toc: false -

API_ACCESS_TOKEN_CREATED

API_ACCESS_TOKEN_DELETED

API_ACCESS_TOKEN_ORGANIZATION_ACCESS_REVOKED

API_ACCESS_TOKEN_UPDATED

AGENT_TOKEN_CREATED

AGENT_TOKEN_REVOKED

AGENT_TOKEN_UPDATED

AUTHORIZATION_CREATED

AUTHORIZATION_DELETED

CLUSTER_CREATED

CLUSTER_DELETED

CLUSTER_PERMISSION_CREATED

CLUSTER_PERMISSION_DELETED

CLUSTER_QUEUE_CREATED

CLUSTER_QUEUE_DELETED

CLUSTER_QUEUE_UPDATED

CLUSTER_TOKEN_CREATED

CLUSTER_TOKEN_DELETED

CLUSTER_TOKEN_UPDATED

CLUSTER_UPDATED

NOTIFICATION_SERVICE_BROKEN

NOTIFICATION_SERVICE_CREATED

NOTIFICATION_SERVICE_DELETED

NOTIFICATION_SERVICE_DISABLED

NOTIFICATION_SERVICE_ENABLED

NOTIFICATION_SERVICE_UPDATED

ORGANIZATION_BUILD_EXPORT_UPDATED

ORGANIZATION_CREATED

ORGANIZATION_DELETED

ORGANIZATION_INVITATION_ACCEPTED

ORGANIZATION_INVITATION_CREATED

ORGANIZATION_INVITATION_RESENT

ORGANIZATION_INVITATION_REVOKED

ORGANIZATION_MEMBER_CREATED

ORGANIZATION_MEMBER_DELETED

ORGANIZATION_MEMBER_UPDATED

ORGANIZATION_TEAMS_DISABLED

ORGANIZATION_TEAMS_ENABLED

ORGANIZATION_UPDATED

PIPELINE_CREATED

PIPELINE_DELETED

PIPELINE_SCHEDULE_CREATED

PIPELINE_SCHEDULE_DELETED

PIPELINE_SCHEDULE_UPDATED

PIPELINE_UPDATED

PIPELINE_VISIBILITY_CHANGED

PIPELINE_WEBHOOK_URL_ROTATED

SCM_PIPELINE_SETTINGS_CREATED

SCM_PIPELINE_SETTINGS_DELETED

SCM_PIPELINE_SETTINGS_UPDATED

SCM_REPOSITORY_HOST_CREATED

SCM_REPOSITORY_HOST_DESTROYED

SCM_REPOSITORY_HOST_UPDATED

SCM_SERVICE_CREATED

SCM_SERVICE_DELETED

SCM_SERVICE_UPDATED

SSO_PROVIDER_CREATED

SSO_PROVIDER_DELETED

SSO_PROVIDER_DISABLED

SSO_PROVIDER_ENABLED

SSO_PROVIDER_UPDATED

SUBSCRIPTION_PLAN_CHANGE_SCHEDULED

SUBSCRIPTION_PLAN_CHANGED

SUITE_API_TOKEN_REGENERATED

SUITE_CREATED

SUITE_DELETED

SUITE_MONITOR_CREATED

SUITE_MONITOR_DELETED

SUITE_MONITOR_UPDATED

SUITE_UPDATED

SUITE_VISIBILITY_CHANGED

TEAM_CREATED

TEAM_DELETED

TEAM_MEMBER_CREATED

TEAM_MEMBER_DELETED

TEAM_MEMBER_UPDATED

TEAM_PIPELINE_CREATED

TEAM_PIPELINE_DELETED

TEAM_PIPELINE_UPDATED

TEAM_SUITE_CREATED

TEAM_SUITE_DELETED

TEAM_SUITE_UPDATED

TEAM_UPDATED

USER_API_ACCESS_TOKEN_ORGANIZATION_ACCESS_ADDED

USER_API_ACCESS_TOKEN_ORGANIZATION_ACCESS_REMOVED

USER_EMAIL_CREATED

USER_EMAIL_DELETED

USER_EMAIL_MARKED_PRIMARY

USER_EMAIL_VERIFIED

USER_PASSWORD_RESET

USER_PASSWORD_RESET_REQUESTED

USER_TOTP_ACTIVATED

USER_TOTP_CREATED

USER_TOTP_DELETED

USER_UPDATED

+

API_ACCESS_TOKEN_CREATED

API_ACCESS_TOKEN_DELETED

API_ACCESS_TOKEN_ORGANIZATION_ACCESS_REVOKED

API_ACCESS_TOKEN_UPDATED

AGENT_TOKEN_CREATED

AGENT_TOKEN_REVOKED

AGENT_TOKEN_UPDATED

AUTHORIZATION_CREATED

AUTHORIZATION_DELETED

CLUSTER_CREATED

CLUSTER_DELETED

CLUSTER_PERMISSION_CREATED

CLUSTER_PERMISSION_DELETED

CLUSTER_QUEUE_CREATED

CLUSTER_QUEUE_DELETED

CLUSTER_QUEUE_UPDATED

CLUSTER_TOKEN_CREATED

CLUSTER_TOKEN_DELETED

CLUSTER_TOKEN_UPDATED

CLUSTER_UPDATED

NOTIFICATION_SERVICE_BROKEN

NOTIFICATION_SERVICE_CREATED

NOTIFICATION_SERVICE_DELETED

NOTIFICATION_SERVICE_DISABLED

NOTIFICATION_SERVICE_ENABLED

NOTIFICATION_SERVICE_UPDATED

ORGANIZATION_BUILD_EXPORT_UPDATED

ORGANIZATION_CREATED

ORGANIZATION_DELETED

ORGANIZATION_INVITATION_ACCEPTED

ORGANIZATION_INVITATION_CREATED

ORGANIZATION_INVITATION_RESENT

ORGANIZATION_INVITATION_REVOKED

ORGANIZATION_MEMBER_CREATED

ORGANIZATION_MEMBER_DELETED

ORGANIZATION_MEMBER_UPDATED

ORGANIZATION_TEAMS_DISABLED

ORGANIZATION_TEAMS_ENABLED

ORGANIZATION_UPDATED

PIPELINE_CREATED

PIPELINE_DELETED

PIPELINE_SCHEDULE_CREATED

PIPELINE_SCHEDULE_DELETED

PIPELINE_SCHEDULE_UPDATED

PIPELINE_TEMPLATE_CREATED

PIPELINE_TEMPLATE_DELETED

PIPELINE_TEMPLATE_UPDATED

PIPELINE_UPDATED

PIPELINE_VISIBILITY_CHANGED

PIPELINE_WEBHOOK_URL_ROTATED

SCM_PIPELINE_SETTINGS_CREATED

SCM_PIPELINE_SETTINGS_DELETED

SCM_PIPELINE_SETTINGS_UPDATED

SCM_REPOSITORY_HOST_CREATED

SCM_REPOSITORY_HOST_DESTROYED

SCM_REPOSITORY_HOST_UPDATED

SCM_SERVICE_CREATED

SCM_SERVICE_DELETED

SCM_SERVICE_UPDATED

SSO_PROVIDER_CREATED

SSO_PROVIDER_DELETED

SSO_PROVIDER_DISABLED

SSO_PROVIDER_ENABLED

SSO_PROVIDER_UPDATED

SUBSCRIPTION_PLAN_CHANGE_SCHEDULED

SUBSCRIPTION_PLAN_CHANGED

SUITE_API_TOKEN_REGENERATED

SUITE_CREATED

SUITE_DELETED

SUITE_MONITOR_CREATED

SUITE_MONITOR_DELETED

SUITE_MONITOR_UPDATED

SUITE_UPDATED

SUITE_VISIBILITY_CHANGED

TEAM_CREATED

TEAM_DELETED

TEAM_MEMBER_CREATED

TEAM_MEMBER_DELETED

TEAM_MEMBER_UPDATED

TEAM_PIPELINE_CREATED

TEAM_PIPELINE_DELETED

TEAM_PIPELINE_UPDATED

TEAM_SUITE_CREATED

TEAM_SUITE_DELETED

TEAM_SUITE_UPDATED

TEAM_UPDATED

USER_API_ACCESS_TOKEN_ORGANIZATION_ACCESS_ADDED

USER_API_ACCESS_TOKEN_ORGANIZATION_ACCESS_REMOVED

USER_EMAIL_CREATED

USER_EMAIL_DELETED

USER_EMAIL_MARKED_PRIMARY

USER_EMAIL_VERIFIED

USER_PASSWORD_RESET

USER_PASSWORD_RESET_REQUESTED

USER_TOTP_ACTIVATED

USER_TOTP_CREATED

USER_TOTP_DELETED

USER_UPDATED

diff --git a/pages/apis/graphql/schemas/enum/auditsubjecttype.md b/pages/apis/graphql/schemas/enum/auditsubjecttype.md index 85b742d4e7..fd593d8298 100644 --- a/pages/apis/graphql/schemas/enum/auditsubjecttype.md +++ b/pages/apis/graphql/schemas/enum/auditsubjecttype.md @@ -40,6 +40,6 @@ toc: false -

SCM_SERVICE

SCM_PIPELINE_SETTINGS

SCM_REPOSITORY_HOST

SUITE_MONITOR

SUITE

USER

USER_EMAIL

USER_TOTP

AUTHORIZATION

CLUSTER

SUBSCRIPTION

AGENT_TOKEN

API_ACCESS_TOKEN

CLUSTER_QUEUE

CLUSTER_TOKEN

CLUSTER_PERMISSION

NOTIFICATION_SERVICE

ORGANIZATION

ORGANIZATION_INVITATION

ORGANIZATION_MEMBER

PIPELINE

PIPELINE_SCHEDULE

TEAM

TEAM_MEMBER

TEAM_PIPELINE

TEAM_SUITE

SSO_PROVIDER

+

AGENT_TOKEN

API_ACCESS_TOKEN

CLUSTER_QUEUE

CLUSTER_TOKEN

NOTIFICATION_SERVICE

ORGANIZATION

ORGANIZATION_INVITATION

PIPELINE_SCHEDULE

PIPELINE_TEMPLATE

TEAM

TEAM_MEMBER

TEAM_PIPELINE

PIPELINE

TEAM_SUITE

SCM_SERVICE

SSO_PROVIDER

ORGANIZATION_MEMBER

SCM_PIPELINE_SETTINGS

SCM_REPOSITORY_HOST

SUITE_MONITOR

SUITE

USER_EMAIL

USER_TOTP

USER

CLUSTER

AUTHORIZATION

SUBSCRIPTION

CLUSTER_PERMISSION

diff --git a/pages/apis/graphql/schemas/input_object/pipelinecreateinput.md b/pages/apis/graphql/schemas/input_object/pipelinecreateinput.md index 3a403b751e..85858d5628 100644 --- a/pages/apis/graphql/schemas/input_object/pipelinecreateinput.md +++ b/pages/apis/graphql/schemas/input_object/pipelinecreateinput.md @@ -34,6 +34,6 @@ toc: false -

clientMutationIdString!

A unique identifier for the client performing the mutation.

organizationIdID

nameString

The graphql_name of the pipeline.

descriptionString!

A description of this pipeline.

emojiString!

An emoji to represent this pipeline.

colorString!

A color hex code to represent this pipeline.

visibilityPipelineVisibility!

The visibility of the pipeline, either PUBLIC or PRIVATE.

Default value: PRIVATE

repositoryPipelineRepositoryInput

A source code repository that will back this pipeline

stepsPipelineStepsInput

Steps used by this pipeline defined as YAML

skipIntermediateBuildsBoolean!

If intermediate builds should be skipped as new builds are created

skipIntermediateBuildsBranchFilterString!

A branch filter to scope which builds this is applied to

cancelIntermediateBuildsBoolean!

If intermediate builds should be canceled as new builds are created

cancelIntermediateBuildsBranchFilterString!

A branch filter to scope which builds this is applied to

allowRebuildsBoolean!

If existing builds can be rebuilt as new builds.

Default value: true

defaultTimeoutInMinutesInt!

The default timeout in minutes for all command steps in this pipeline. This can still be overridden in any command step.

maximumTimeoutInMinutesInt!

The maximum timeout in minutes for all command steps in this pipeline. Any command step without a timeout or with a timeout greater than this value will be set to this value.

buildRetentionEnabledBoolean!

Choose to keep builds or remove them after a set time period. Pipelines are scanned once a day for builds that can be removed according to these settings. Some billing plans require this setting to be enabled.

buildRetentionPeriodBuildRetentionPeriods!

How long is a build kept before it is automatically removed.

buildRetentionNumberInt!

The minimum number of builds to keep in the pipeline regardless of how old the builds are.

teamsPipelineTeamAssignmentInput

Which teams this pipeline should be assigned to

defaultBranchString!

The default branch used to show statistics about the build

Default value: "main"

nextBuildNumberInt!

The initial build number to use in the sequence

clusterIdID!

The GraphQL ID of the cluster you want to use for the pipeline

tagsPipelineTagInput

Tags you want this pipeline to have

branchConfigurationString!

A branch filter pattern to limit which pushed branches trigger builds on this pipeline.

+

clientMutationIdString!

A unique identifier for the client performing the mutation.

organizationIdID

nameString

The graphql_name of the pipeline.

descriptionString!

A description of this pipeline.

emojiString!

An emoji to represent this pipeline.

colorString!

A color hex code to represent this pipeline.

visibilityPipelineVisibility!

The visibility of the pipeline, either PUBLIC or PRIVATE.

Default value: PRIVATE

repositoryPipelineRepositoryInput

A source code repository that will back this pipeline

stepsPipelineStepsInput!

Steps used by this pipeline defined as YAML

skipIntermediateBuildsBoolean!

If intermediate builds should be skipped as new builds are created

skipIntermediateBuildsBranchFilterString!

A branch filter to scope which builds this is applied to

cancelIntermediateBuildsBoolean!

If intermediate builds should be canceled as new builds are created

cancelIntermediateBuildsBranchFilterString!

A branch filter to scope which builds this is applied to

allowRebuildsBoolean!

If existing builds can be rebuilt as new builds.

Default value: true

defaultTimeoutInMinutesInt!

The default timeout in minutes for all command steps in this pipeline. This can still be overridden in any command step.

maximumTimeoutInMinutesInt!

The maximum timeout in minutes for all command steps in this pipeline. Any command step without a timeout or with a timeout greater than this value will be set to this value.

buildRetentionEnabledBoolean!

Choose to keep builds or remove them after a set time period. Pipelines are scanned once a day for builds that can be removed according to these settings. Some billing plans require this setting to be enabled.

buildRetentionPeriodBuildRetentionPeriods!

How long is a build kept before it is automatically removed.

buildRetentionNumberInt!

The minimum number of builds to keep in the pipeline regardless of how old the builds are.

teamsPipelineTeamAssignmentInput

Which teams this pipeline should be assigned to

defaultBranchString!

The default branch used to show statistics about the build

Default value: "main"

nextBuildNumberInt!

The initial build number to use in the sequence

clusterIdID!

The GraphQL ID of the cluster you want to use for the pipeline

pipelineTemplateIdID!

The GraphQL ID of the pipeline template you want to use for the pipeline

tagsPipelineTagInput

Tags you want this pipeline to have

branchConfigurationString!

A branch filter pattern to limit which pushed branches trigger builds on this pipeline.

diff --git a/pages/apis/graphql/schemas/input_object/pipelineupdateinput.md b/pages/apis/graphql/schemas/input_object/pipelineupdateinput.md index de6b15fd96..c96da5a4ae 100644 --- a/pages/apis/graphql/schemas/input_object/pipelineupdateinput.md +++ b/pages/apis/graphql/schemas/input_object/pipelineupdateinput.md @@ -34,6 +34,6 @@ toc: false -

clientMutationIdString!

A unique identifier for the client performing the mutation.

idID

nameString!

The graphql_name of the pipeline.

descriptionString!

A description of this pipeline.

emojiString!

An emoji to represent this pipeline.

colorString!

A color hex code to represent this pipeline.

visibilityPipelineVisibility!

The visibility of the pipeline, either PUBLIC or PRIVATE.

repositoryPipelineRepositoryInput!

A source code repository that will back this pipeline

stepsPipelineStepsInput!

Steps used by this pipeline defined as YAML

defaultBranchString!

The default branch used to show statistics about the build

nextBuildNumberInt!

The next build number to use in the sequence

skipIntermediateBuildsBoolean!

If intermediate builds should be skipped as new builds are created

skipIntermediateBuildsBranchFilterString!

A branch filter to scope which builds this is applied to

cancelIntermediateBuildsBoolean!

If intermediate builds should be canceled as new builds are created

cancelIntermediateBuildsBranchFilterString!

A branch filter to scope which builds this is applied to

allowRebuildsBoolean!

If existing builds can be rebuilt as new builds.

Default value: true

defaultTimeoutInMinutesInt!

The default timeout in minutes for all command steps in this pipeline. This can still be overridden in any command step.

maximumTimeoutInMinutesInt!

The maximum timeout in minutes for all command steps in this pipeline. Any command step without a timeout or with a timeout greater than this value will be set to this value.

buildRetentionEnabledBoolean!

Choose to keep builds or remove them after a set time period. Pipelines are scanned once a day for builds that can be removed according to these settings. Some billing plans require this setting to be enabled.

buildRetentionPeriodBuildRetentionPeriods!

How long is a build kept before it is automatically removed.

buildRetentionNumberInt!

The minimum number of builds to keep in the pipeline regardless of how old the builds are.

clusterIdID!

The GraphQL ID of the cluster you want to update for the pipeline

archivedBoolean!

Whether or not this pipeline should be archived. This field is deprecated and will be removed on 2022-06-01. Use ArchivePipeline and UnarchivePipeline mutations instead.

tagsPipelineTagInput

Tags you want this pipeline to have

branchConfigurationString!

A branch filter pattern to limit which pushed branches trigger builds on this pipeline.

+

clientMutationIdString!

A unique identifier for the client performing the mutation.

idID

nameString!

The graphql_name of the pipeline.

descriptionString!

A description of this pipeline.

emojiString!

An emoji to represent this pipeline.

colorString!

A color hex code to represent this pipeline.

visibilityPipelineVisibility!

The visibility of the pipeline, either PUBLIC or PRIVATE.

repositoryPipelineRepositoryInput!

A source code repository that will back this pipeline

stepsPipelineStepsInput!

Steps used by this pipeline defined as YAML

defaultBranchString!

The default branch used to show statistics about the build

nextBuildNumberInt!

The next build number to use in the sequence

skipIntermediateBuildsBoolean!

If intermediate builds should be skipped as new builds are created

skipIntermediateBuildsBranchFilterString!

A branch filter to scope which builds this is applied to

cancelIntermediateBuildsBoolean!

If intermediate builds should be canceled as new builds are created

cancelIntermediateBuildsBranchFilterString!

A branch filter to scope which builds this is applied to

allowRebuildsBoolean!

If existing builds can be rebuilt as new builds.

Default value: true

defaultTimeoutInMinutesInt!

The default timeout in minutes for all command steps in this pipeline. This can still be overridden in any command step.

maximumTimeoutInMinutesInt!

The maximum timeout in minutes for all command steps in this pipeline. Any command step without a timeout or with a timeout greater than this value will be set to this value.

buildRetentionEnabledBoolean!

Choose to keep builds or remove them after a set time period. Pipelines are scanned once a day for builds that can be removed according to these settings. Some billing plans require this setting to be enabled.

buildRetentionPeriodBuildRetentionPeriods!

How long is a build kept before it is automatically removed.

buildRetentionNumberInt!

The minimum number of builds to keep in the pipeline regardless of how old the builds are.

clusterIdID!

The GraphQL ID of the cluster you want to update for the pipeline

pipelineTemplateIdID!

The GraphQL ID of the pipeline template you want to apply to this pipeline

archivedBoolean!

Whether or not this pipeline should be archived. This field is deprecated and will be removed on 2022-06-01. Use ArchivePipeline and UnarchivePipeline mutations instead.

tagsPipelineTagInput

Tags you want this pipeline to have

branchConfigurationString!

A branch filter pattern to limit which pushed branches trigger builds on this pipeline.

diff --git a/pages/apis/graphql/schemas/interface/node.md b/pages/apis/graphql/schemas/interface/node.md index 78d610df5e..7de5ca38fd 100644 --- a/pages/apis/graphql/schemas/interface/node.md +++ b/pages/apis/graphql/schemas/interface/node.md @@ -78,6 +78,7 @@ toc: false Pipeline PipelineMetric PipelineSchedule +PipelineTemplate SSOProviderGitHubApp SSOProviderGoogleGSuite SSOProviderSAML diff --git a/pages/apis/graphql/schemas/object/organization.md b/pages/apis/graphql/schemas/object/organization.md index 16162dd929..5461aecf05 100644 --- a/pages/apis/graphql/schemas/object/organization.md +++ b/pages/apis/graphql/schemas/object/organization.md @@ -32,7 +32,7 @@ toc: false -

agentTokensAgentTokenConnection!

Returns agent access tokens for an Organization. By default returns all tokens, whether revoked or non-revoked.

Arguments

firstInt!

lastInt!

revokedBoolean!

Filter tokens by whether they are revoked or not

agentsAgentConnection!

Arguments

firstInt!

afterString!

lastInt!

beforeString!

searchString!

Search agents for the given query terms case insensitively across name and meta data

metaDataString

Filter agents to those only having the matching meta data

clusterID!

Filter agents by membership of a given cluster

clusterQueueID

Filter agents to those within a given cluster queue

clusteredBoolean!

Pass false to exclude agents that belong to a cluster queue

Default value: true

isRunningJobBoolean!

Filter agents by whether they are running a job or not

allowedApiIpAddressesString!

A space-separated allowlist of IP addresses that can access the organization via the GraphQL or REST API

apiAccessTokensOrganizationAPIAccessTokenConnection

Returns user API access tokens that can access this organization

Arguments

afterString!

Returns the elements in the list that come after the specified cursor.

beforeString!

Returns the elements in the list that come before the specified cursor.

firstInt!

Returns the first n elements from the list.

lastInt!

Returns the last n elements from the list.

auditEventsOrganizationAuditEventConnection!

Arguments

firstInt!

afterString!

lastInt!

beforeString!

occurredAtFromDateTime!

Filter events which occurred from the given date and time

occurredAtToDateTime!

Filter events which occurred until the given date and time

typeAuditEventType

Filter the events by type

actorTypeAuditActorType

Filter the events by the type of actor who initiated them

actorID

Filter the events by the IDs of the actors who initiated them

subjectTypeAuditSubjectType

Filter the events by the type of subject they relate to

subjectID

Filter the events by the IDs of the subject they relate to

orderOrganizationAuditEventOrders!

Order the events

Default value: RECENTLY_OCCURRED

subjectUUIDID

Filter the events by the UUIDs of the subject they relate to

clusterCluster!

Return cluster in the Organization by UUID

Arguments

idID

clustersClusterConnection!

Returns clusters for an Organization

Arguments

firstInt!

Returns the first n elements from the list.

afterString!

Returns the elements in the list that come after the specified cursor.

lastInt!

Returns the last n elements from the list.

beforeString!

Returns the elements in the list that come before the specified cursor.

orderClusterOrder!

Order the clusters

Default value: NAME

iconUrlString!

The URL to an icon representing this organization

idID

invitationsOrganizationInvitationConnection!

Arguments

firstInt!

afterString!

lastInt!

beforeString!

stateOrganizationInvitationStates

orderOrganizationInvitationOrders!

Order the invitations

Default value: RECENTLY_CREATED

isTeamsEnabledBoolean

Whether teams is enabled for this organization

jobsJobConnection!

Arguments

firstInt!

Returns the first n elements from the list.

afterString!

Returns the elements in the list that come after the specified cursor.

lastInt!

Returns the last n elements from the list.

beforeString!

Returns the elements in the list that come before the specified cursor.

typeJobTypes

stateJobStates

priorityJobPrioritySearch!

agentQueryRulesString

concurrencyJobConcurrencySearch!

passedBoolean!

Whether or not the command job passed. Passing false will return all failed jobs (including "soft failed" jobs)

stepJobStepSearch!

Filtering jobs based on related step information

orderJobOrder!

Order the jobs

Default value: RECENTLY_CREATED

clusterID!

Filter jobs by membership of a given cluster

clusterQueueID

Filter jobs to those within a given cluster queue

clusteredBoolean!

Pass false to exclude jobs that belong to a cluster queue

Default value: true

membersOrganizationMemberConnection!

Returns users within the organization

Arguments

firstInt!

afterString!

lastInt!

beforeString!

searchString!

Search members named like the given query case insensitively

emailString!

The primary email of the team member

teamTeamSelector!

Filter the members by team

roleOrganizationMemberRole

Search members by their role

securityOrganizationMemberSecurityInput!

ssoOrganizationMemberSSOInput!

orderOrganizationMemberOrder!

Order the members

Default value: RECENTLY_CREATED

nameString

The name of the organization

permissionsOrganizationPermissions

pipelinesPipelineConnection!

Return all the pipelines the current user has access to for this organization

Arguments

firstInt!

afterString!

lastInt!

beforeString!

searchString!

Search pipelines named like the given query case insensitively

repositoryPipelineRepositoryInput!

clusterID!

Filter pipelines by membership of a given cluster

clusteredBoolean!

Pass false to exclude pipelines that belong to a cluster

Default value: true

archivedBoolean!

Filter pipelines based on whether or not they've been archived. If not provided, all pipelines are returned regardless of archived state.

teamTeamSelector!

Filter the pipelines by team

favoriteBoolean!

Only return favorited pipelines

orderPipelineOrders!

Order the pipelines

Default value: RECENTLY_CREATED

tagsString

Filter pipelines with those that have particular tags

createdAtFromDateTime!

createdAtToDateTime!

publicBoolean

Whether this organization is visible to everyone, including people outside it

slugString

The slug used to represent the organization in URLs

ssoOrganizationSSO!

The single sign-on configuration of this organization

ssoProvidersSSOProviderConnection!

Single sign on providers created for an organization

Arguments

firstInt!

Returns the first n elements from the list.

afterString!

Returns the elements in the list that come after the specified cursor.

lastInt!

Returns the last n elements from the list.

beforeString!

Returns the elements in the list that come before the specified cursor.

suitesSuiteConnection!

Return all the suite the current user has access to for this organization

Arguments

firstInt!

afterString!

lastInt!

beforeString!

searchString!

Search suites named like the given query case insensitively

teamTeamSelector!

Filter the suites by team

orderSuiteOrders!

Order the suites

Default value: RECENTLY_CREATED

createdAtFromDateTime!

createdAtToDateTime!

teamsTeamConnection!

Returns teams within the organization that the viewer can see

Arguments

firstInt!

afterString!

lastInt!

beforeString!

searchString!

Search teams

pipelinePipelineSelector!

Filter teams by pipeline

userUserSelector!

Filter teams by user membership

privacyTeamPrivacy

Search teams by their privacy

orderTeamOrder!

Order the teams

Default value: NAME

usageUsageUnionConnection

Returns the resource usage data for this organization. Please note that this feature is not yet available to all organizations

Arguments

afterString!

Returns the elements in the list that come after the specified cursor.

beforeString!

Returns the elements in the list that come before the specified cursor.

firstInt!

Returns the first n elements from the list.

lastInt!

Returns the last n elements from the list.

aggregatedOnFromISO8601Date!

Filter aggregations performed from this date

aggregatedOnToISO8601Date!

Filter aggregations performed until this date

resourceResourceUsageType

Filter results by resource type

Default value: [JOB_MINUTES, TEST_EXECUTIONS]

pipelineIdsID

Filter results by the associated Pipeline ID

Default value: []

suiteIdsID

Filter results by the associated Suite ID

Default value: []

uuidString

The public UUID for this organization

+

agentTokensAgentTokenConnection!

Returns agent access tokens for an Organization. By default returns all tokens, whether revoked or non-revoked.

Arguments

firstInt!

lastInt!

revokedBoolean!

Filter tokens by whether they are revoked or not

agentsAgentConnection!

Arguments

firstInt!

afterString!

lastInt!

beforeString!

searchString!

Search agents for the given query terms case insensitively across name and meta data

metaDataString

Filter agents to those only having the matching meta data

clusterID!

Filter agents by membership of a given cluster

clusterQueueID

Filter agents to those within a given cluster queue

clusteredBoolean!

Pass false to exclude agents that belong to a cluster queue

Default value: true

isRunningJobBoolean!

Filter agents by whether they are running a job or not

allowedApiIpAddressesString!

A space-separated allowlist of IP addresses that can access the organization via the GraphQL or REST API

apiAccessTokensOrganizationAPIAccessTokenConnection

Returns user API access tokens that can access this organization

Arguments

afterString!

Returns the elements in the list that come after the specified cursor.

beforeString!

Returns the elements in the list that come before the specified cursor.

firstInt!

Returns the first n elements from the list.

lastInt!

Returns the last n elements from the list.

auditEventsOrganizationAuditEventConnection!

Arguments

firstInt!

afterString!

lastInt!

beforeString!

occurredAtFromDateTime!

Filter events which occurred from the given date and time

occurredAtToDateTime!

Filter events which occurred until the given date and time

typeAuditEventType

Filter the events by type

actorTypeAuditActorType

Filter the events by the type of actor who initiated them

actorID

Filter the events by the IDs of the actors who initiated them

subjectTypeAuditSubjectType

Filter the events by the type of subject they relate to

subjectID

Filter the events by the IDs of the subject they relate to

orderOrganizationAuditEventOrders!

Order the events

Default value: RECENTLY_OCCURRED

subjectUUIDID

Filter the events by the UUIDs of the subject they relate to

clusterCluster!

Return cluster in the Organization by UUID

Arguments

idID

clustersClusterConnection!

Returns clusters for an Organization

Arguments

firstInt!

Returns the first n elements from the list.

afterString!

Returns the elements in the list that come after the specified cursor.

lastInt!

Returns the last n elements from the list.

beforeString!

Returns the elements in the list that come before the specified cursor.

orderClusterOrder!

Order the clusters

Default value: NAME

iconUrlString!

The URL to an icon representing this organization

idID

invitationsOrganizationInvitationConnection!

Arguments

firstInt!

afterString!

lastInt!

beforeString!

stateOrganizationInvitationStates

orderOrganizationInvitationOrders!

Order the invitations

Default value: RECENTLY_CREATED

isTeamsEnabledBoolean

Whether teams is enabled for this organization

jobsJobConnection!

Arguments

firstInt!

Returns the first n elements from the list.

afterString!

Returns the elements in the list that come after the specified cursor.

lastInt!

Returns the last n elements from the list.

beforeString!

Returns the elements in the list that come before the specified cursor.

typeJobTypes

stateJobStates

priorityJobPrioritySearch!

agentQueryRulesString

concurrencyJobConcurrencySearch!

passedBoolean!

Whether or not the command job passed. Passing false will return all failed jobs (including "soft failed" jobs)

stepJobStepSearch!

Filtering jobs based on related step information

orderJobOrder!

Order the jobs

Default value: RECENTLY_CREATED

clusterID!

Filter jobs by membership of a given cluster

clusterQueueID

Filter jobs to those within a given cluster queue

clusteredBoolean!

Pass false to exclude jobs that belong to a cluster queue

Default value: true

membersOrganizationMemberConnection!

Returns users within the organization

Arguments

firstInt!

afterString!

lastInt!

beforeString!

searchString!

Search members named like the given query case insensitively

emailString!

The primary email of the team member

teamTeamSelector!

Filter the members by team

roleOrganizationMemberRole

Search members by their role

securityOrganizationMemberSecurityInput!

ssoOrganizationMemberSSOInput!

orderOrganizationMemberOrder!

Order the members

Default value: RECENTLY_CREATED

nameString

The name of the organization

permissionsOrganizationPermissions

pipelinesPipelineConnection!

Return all the pipelines the current user has access to for this organization

Arguments

firstInt!

afterString!

lastInt!

beforeString!

searchString!

Search pipelines named like the given query case insensitively

repositoryPipelineRepositoryInput!

clusterID!

Filter pipelines by membership of a given cluster

clusteredBoolean!

Pass false to exclude pipelines that belong to a cluster

Default value: true

archivedBoolean!

Filter pipelines based on whether or not they've been archived. If not provided, all pipelines are returned regardless of archived state.

teamTeamSelector!

Filter the pipelines by team

favoriteBoolean!

Only return favorited pipelines

orderPipelineOrders!

Order the pipelines

Default value: RECENTLY_CREATED

tagsString

Filter pipelines with those that have particular tags

createdAtFromDateTime!

createdAtToDateTime!

publicBoolean

Whether this organization is visible to everyone, including people outside it

slugString

The slug used to represent the organization in URLs

ssoOrganizationSSO!

The single sign-on configuration of this organization

ssoProvidersSSOProviderConnection!

Single sign on providers created for an organization

Arguments

firstInt!

Returns the first n elements from the list.

afterString!

Returns the elements in the list that come after the specified cursor.

lastInt!

Returns the last n elements from the list.

beforeString!

Returns the elements in the list that come before the specified cursor.

suitesSuiteConnection!

Return all the suite the current user has access to for this organization

Arguments

firstInt!

afterString!

lastInt!

beforeString!

searchString!

Search suites named like the given query case insensitively

teamTeamSelector!

Filter the suites by team

orderSuiteOrders!

Order the suites

Default value: RECENTLY_CREATED

createdAtFromDateTime!

createdAtToDateTime!

teamsTeamConnection!

Returns teams within the organization that the viewer can see

Arguments

firstInt!

afterString!

lastInt!

beforeString!

searchString!

Search teams

pipelinePipelineSelector!

Filter teams by pipeline

userUserSelector!

Filter teams by user membership

privacyTeamPrivacy

Search teams by their privacy

orderTeamOrder!

Order the teams

Default value: NAME

usageUsageUnionConnection

Returns the resource usage data for this organization.

Arguments

afterString!

Returns the elements in the list that come after the specified cursor.

beforeString!

Returns the elements in the list that come before the specified cursor.

firstInt!

Returns the first n elements from the list.

lastInt!

Returns the last n elements from the list.

aggregatedOnFromISO8601Date!

Filter aggregations performed from this date

aggregatedOnToISO8601Date!

Filter aggregations performed until this date

resourceResourceUsageType

Filter results by resource type

Default value: [JOB_MINUTES, TEST_EXECUTIONS]

pipelineIdsID

Filter results by the associated Pipeline ID

Default value: []

suiteIdsID

Filter results by the associated Suite ID

Default value: []

uuidString

The public UUID for this organization

diff --git a/pages/apis/graphql/schemas/object/pipeline.md b/pages/apis/graphql/schemas/object/pipeline.md index 5fde50ba32..02cf5486e0 100644 --- a/pages/apis/graphql/schemas/object/pipeline.md +++ b/pages/apis/graphql/schemas/object/pipeline.md @@ -32,7 +32,7 @@ toc: false -

allowRebuildsBoolean!

Whether existing builds can be rebuilt as new builds.

archivedBoolean

Whether this pipeline has been archived

archivedAtDateTime!

The time when the pipeline was archived

archivedByUser!

The user that archived this pipeline

branchConfigurationString!

A branch filter pattern to limit which pushed branches trigger builds on this pipeline.

buildRetentionEnabledBoolean!

Choose to keep builds or remove them after a set time period. Pipelines are scanned once a day for builds that can be removed according to these settings.

buildRetentionNumberInt!

The minimum number of builds to keep in the pipeline regardless of how old the builds are.

buildRetentionPeriodBuildRetentionPeriods!

How long is a build kept before it is automatically removed.

buildsBuildConnection!

Returns the builds for this pipeline

Arguments

firstInt!

Returns the first n elements from the list.

afterString!

Returns the elements in the list that come after the specified cursor.

lastInt!

Returns the last n elements from the list.

beforeString!

Returns the elements in the list that come before the specified cursor.

stateBuildStates

branchString

Use %default to search by the Pipelines default branch

commitString

metaDataString

createdAtFromDateTime!

createdAtToDateTime!

cancelIntermediateBuildsBoolean

When a new build is created on a branch, any previous builds that are running on the same branch will be automatically cancelled

cancelIntermediateBuildsBranchFilterString!

Limit which branches build cancelling applies to, for example !main will ensure that the main branch won't have it's builds automatically cancelled.

clusterCluster!

colorString!

The color of the pipeline

commitShortLengthInt

The shortest length to which any git commit ID may be truncated while guaranteeing referring to a unique commit

createdAtDateTime!

The time when the pipeline was created

createdByUser!

The user who created the pipeline

defaultBranchString!

The default branch for this pipeline

defaultTimeoutInMinutesInt!

The default timeout in minutes for all command steps in this pipeline. This can still be overridden in any command step

descriptionString!

The short description of the pipeline

emojiString!

The emoji of the pipeline

favoriteBoolean

Returns true if the viewer has favorited this pipeline

idID

jobsJobConnection!

Arguments

firstInt!

Returns the first n elements from the list.

afterString!

Returns the elements in the list that come after the specified cursor.

lastInt!

Returns the last n elements from the list.

beforeString!

Returns the elements in the list that come before the specified cursor.

typeJobTypes

stateJobStates

priorityJobPrioritySearch!

agentQueryRulesString

concurrencyJobConcurrencySearch!

passedBoolean!

Whether or not the command job passed. Passing false will return all failed jobs (including "soft failed" jobs)

stepJobStepSearch!

Filtering jobs based on related step information

orderJobOrder!

Order the jobs

Default value: RECENTLY_CREATED

maximumTimeoutInMinutesInt!

The maximum timeout in minutes for all command steps in this pipeline. Any command step without a timeout or with a timeout greater than this value will be set to this value.

metricsPipelineMetricConnection!

Arguments

firstInt!

lastInt!

nameString

The name of the pipeline

nextBuildNumberInt

The next build number in the sequence

organizationOrganization

permissionsPipelinePermissions

publicBooleandeprecated

Deprecated: Use `visibility`

Whether this pipeline is visible to everyone, including people outside this organization

repositoryRepository!

The repository for this pipeline

schedulesPipelineScheduleConnection!

Schedules for this pipeline

Arguments

firstInt!

skipIntermediateBuildsBoolean

When a new build is created on a branch, any previous builds that haven't yet started on the same branch will be automatically marked as skipped.

skipIntermediateBuildsBranchFilterString!

Limit which branches build skipping applies to, for example !main will ensure that the main branch won't have it's builds automatically skipped.

slugString

The slug of the pipeline

stepsPipelineSteps!

tagsPipelineTag

Tags that have been given to this pipeline

teamsTeamPipelineConnection!

Teams associated with this pipeline

Arguments

firstInt!

Returns the first n elements from the list.

afterString!

Returns the elements in the list that come after the specified cursor.

lastInt!

Returns the last n elements from the list.

beforeString!

Returns the elements in the list that come before the specified cursor.

searchString!

Search for teams associated that this pipeline is assigned to

orderTeamPipelineOrder!

Order the pipelines returned

Default value: RECENTLY_CREATED

urlString

The URL for the pipeline

uuidString

The UUID of the pipeline

visibilityPipelineVisibility

Whether this pipeline is visible to everyone, including people outside this organization

webhookURLString

The URL to use in your repository settings for commit webhooks

+

allowRebuildsBoolean!

Whether existing builds can be rebuilt as new builds.

archivedBoolean

Whether this pipeline has been archived

archivedAtDateTime!

The time when the pipeline was archived

archivedByUser!

The user that archived this pipeline

branchConfigurationString!

A branch filter pattern to limit which pushed branches trigger builds on this pipeline.

buildRetentionEnabledBoolean!

Choose to keep builds or remove them after a set time period. Pipelines are scanned once a day for builds that can be removed according to these settings.

buildRetentionNumberInt!

The minimum number of builds to keep in the pipeline regardless of how old the builds are.

buildRetentionPeriodBuildRetentionPeriods!

How long is a build kept before it is automatically removed.

buildsBuildConnection!

Returns the builds for this pipeline

Arguments

firstInt!

Returns the first n elements from the list.

afterString!

Returns the elements in the list that come after the specified cursor.

lastInt!

Returns the last n elements from the list.

beforeString!

Returns the elements in the list that come before the specified cursor.

stateBuildStates

branchString

Use %default to search by the Pipelines default branch

commitString

metaDataString

createdAtFromDateTime!

createdAtToDateTime!

cancelIntermediateBuildsBoolean

When a new build is created on a branch, any previous builds that are running on the same branch will be automatically cancelled

cancelIntermediateBuildsBranchFilterString!

Limit which branches build cancelling applies to, for example !main will ensure that the main branch won't have it's builds automatically cancelled.

clusterCluster!

colorString!

The color of the pipeline

commitShortLengthInt

The shortest length to which any git commit ID may be truncated while guaranteeing referring to a unique commit

createdAtDateTime!

The time when the pipeline was created

createdByUser!

The user who created the pipeline

defaultBranchString!

The default branch for this pipeline

defaultTimeoutInMinutesInt!

The default timeout in minutes for all command steps in this pipeline. This can still be overridden in any command step

descriptionString!

The short description of the pipeline

emojiString!

The emoji of the pipeline

favoriteBoolean

Returns true if the viewer has favorited this pipeline

idID

jobsJobConnection!

Arguments

firstInt!

Returns the first n elements from the list.

afterString!

Returns the elements in the list that come after the specified cursor.

lastInt!

Returns the last n elements from the list.

beforeString!

Returns the elements in the list that come before the specified cursor.

typeJobTypes

stateJobStates

priorityJobPrioritySearch!

agentQueryRulesString

concurrencyJobConcurrencySearch!

passedBoolean!

Whether or not the command job passed. Passing false will return all failed jobs (including "soft failed" jobs)

stepJobStepSearch!

Filtering jobs based on related step information

orderJobOrder!

Order the jobs

Default value: RECENTLY_CREATED

maximumTimeoutInMinutesInt!

The maximum timeout in minutes for all command steps in this pipeline. Any command step without a timeout or with a timeout greater than this value will be set to this value.

metricsPipelineMetricConnection!

Arguments

firstInt!

lastInt!

nameString

The name of the pipeline

nextBuildNumberInt

The next build number in the sequence

organizationOrganization

permissionsPipelinePermissions

pipelineTemplatePipelineTemplate!

publicBooleandeprecated

Deprecated: Use `visibility`

Whether this pipeline is visible to everyone, including people outside this organization

repositoryRepository!

The repository for this pipeline

schedulesPipelineScheduleConnection!

Schedules for this pipeline

Arguments

firstInt!

skipIntermediateBuildsBoolean

When a new build is created on a branch, any previous builds that haven't yet started on the same branch will be automatically marked as skipped.

skipIntermediateBuildsBranchFilterString!

Limit which branches build skipping applies to, for example !main will ensure that the main branch won't have it's builds automatically skipped.

slugString

The slug of the pipeline

stepsPipelineSteps!

tagsPipelineTag

Tags that have been given to this pipeline

teamsTeamPipelineConnection!

Teams associated with this pipeline

Arguments

firstInt!

Returns the first n elements from the list.

afterString!

Returns the elements in the list that come after the specified cursor.

lastInt!

Returns the last n elements from the list.

beforeString!

Returns the elements in the list that come before the specified cursor.

searchString!

Search for teams associated that this pipeline is assigned to

orderTeamPipelineOrder!

Order the pipelines returned

Default value: RECENTLY_CREATED

urlString

The URL for the pipeline

uuidString

The UUID of the pipeline

visibilityPipelineVisibility

Whether this pipeline is visible to everyone, including people outside this organization

webhookURLString

The URL to use in your repository settings for commit webhooks

diff --git a/pages/apis/graphql/schemas/object/pipelinecreatepayload.md b/pages/apis/graphql/schemas/object/pipelinecreatepayload.md index cb975561e3..00b0ab201e 100644 --- a/pages/apis/graphql/schemas/object/pipelinecreatepayload.md +++ b/pages/apis/graphql/schemas/object/pipelinecreatepayload.md @@ -32,6 +32,6 @@ toc: false -

clientMutationIdString!

A unique identifier for the client performing the mutation.

clusterCluster!

organizationOrganization

pipelinePipeline

pipelineEdgePipelineEdge

+

clientMutationIdString!

A unique identifier for the client performing the mutation.

clusterCluster!

organizationOrganization

pipelinePipeline

pipelineEdgePipelineEdge

pipelineTemplatePipelineTemplate!

diff --git a/pages/apis/graphql/schemas/object/pipelinetemplate.md b/pages/apis/graphql/schemas/object/pipelinetemplate.md new file mode 100644 index 0000000000..fcc8313f92 --- /dev/null +++ b/pages/apis/graphql/schemas/object/pipelinetemplate.md @@ -0,0 +1,43 @@ +--- +toc: false +--- + + +

+ PipelineTemplate + OBJECT +

+ + + +

A template defining a fixed step configuration for a pipeline

+ + + + + + + + + +
+

Fields

+

configurationYAML

A YAML representation of the step configuration

createdAtDateTime

The time when the template was created

createdByUser

The user who created the template

descriptionString!

The short description of the template

idID

nameString

The name of the template

updatedAtDateTime

The last time the template was changed

updatedByUser

The user who last updated the template

uuidID

The UUID for the template

+ + + + +

Interfaces

+Node diff --git a/pages/apis/graphql/schemas/union/auditsubjectnode.md b/pages/apis/graphql/schemas/union/auditsubjectnode.md index 3543b5d7a4..4f05650a11 100644 --- a/pages/apis/graphql/schemas/union/auditsubjectnode.md +++ b/pages/apis/graphql/schemas/union/auditsubjectnode.md @@ -49,6 +49,7 @@ toc: false OrganizationMember Pipeline PipelineSchedule +PipelineTemplate SCMPipelineSettings SCMRepositoryHost SCMService