diff --git a/src/github-apps/data/ghec-2022-11-28/fine-grained-pat-permissions.json b/src/github-apps/data/ghec-2022-11-28/fine-grained-pat-permissions.json index eab6f7c54cfd..46b4b70eff20 100644 --- a/src/github-apps/data/ghec-2022-11-28/fine-grained-pat-permissions.json +++ b/src/github-apps/data/ghec-2022-11-28/fine-grained-pat-permissions.json @@ -59,6 +59,66 @@ } ] }, + "enterprise_scim": { + "title": "Enterprise SCIM", + "displayTitle": "Business permissions for \"Enterprise SCIM\"", + "permissions": [ + { + "category": "enterprise-admin", + "slug": "list-scim-provisioned-identities-for-an-enterprise", + "subcategory": "scim", + "verb": "get", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users", + "additional-permissions": false, + "access": "read" + }, + { + "category": "enterprise-admin", + "slug": "provision-a-scim-enterprise-user", + "subcategory": "scim", + "verb": "post", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users", + "additional-permissions": false, + "access": "write" + }, + { + "category": "enterprise-admin", + "slug": "get-scim-provisioning-information-for-an-enterprise-user", + "subcategory": "scim", + "verb": "get", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "additional-permissions": false, + "access": "read" + }, + { + "category": "enterprise-admin", + "slug": "set-scim-information-for-a-provisioned-enterprise-user", + "subcategory": "scim", + "verb": "put", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "additional-permissions": false, + "access": "write" + }, + { + "category": "enterprise-admin", + "slug": "update-an-attribute-for-a-scim-enterprise-user", + "subcategory": "scim", + "verb": "patch", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "additional-permissions": false, + "access": "write" + }, + { + "category": "enterprise-admin", + "slug": "delete-a-scim-user-from-an-enterprise", + "subcategory": "scim", + "verb": "delete", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "additional-permissions": false, + "access": "write" + } + ] + }, "organization_api_insights": { "title": "API Insights", "displayTitle": "Organization permissions for \"API Insights\"", diff --git a/src/github-apps/data/ghec-2022-11-28/server-to-server-permissions.json b/src/github-apps/data/ghec-2022-11-28/server-to-server-permissions.json index 49637a19fd8f..b863b8bc7b83 100644 --- a/src/github-apps/data/ghec-2022-11-28/server-to-server-permissions.json +++ b/src/github-apps/data/ghec-2022-11-28/server-to-server-permissions.json @@ -71,6 +71,78 @@ } ] }, + "enterprise_scim": { + "title": "Enterprise SCIM", + "displayTitle": "Business permissions for \"Enterprise SCIM\"", + "permissions": [ + { + "category": "enterprise-admin", + "slug": "list-scim-provisioned-identities-for-an-enterprise", + "subcategory": "scim", + "verb": "get", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users", + "access": "read", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-admin", + "slug": "provision-a-scim-enterprise-user", + "subcategory": "scim", + "verb": "post", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-admin", + "slug": "get-scim-provisioning-information-for-an-enterprise-user", + "subcategory": "scim", + "verb": "get", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "access": "read", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-admin", + "slug": "set-scim-information-for-a-provisioned-enterprise-user", + "subcategory": "scim", + "verb": "put", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-admin", + "slug": "update-an-attribute-for-a-scim-enterprise-user", + "subcategory": "scim", + "verb": "patch", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-admin", + "slug": "delete-a-scim-user-from-an-enterprise", + "subcategory": "scim", + "verb": "delete", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + } + ] + }, "organization_api_insights": { "title": "API Insights", "displayTitle": "Organization permissions for \"API Insights\"", diff --git a/src/github-apps/data/ghes-3.12-2022-11-28/fine-grained-pat-permissions.json b/src/github-apps/data/ghes-3.12-2022-11-28/fine-grained-pat-permissions.json index 39fdda9b49db..4dcaabfc73e5 100644 --- a/src/github-apps/data/ghes-3.12-2022-11-28/fine-grained-pat-permissions.json +++ b/src/github-apps/data/ghes-3.12-2022-11-28/fine-grained-pat-permissions.json @@ -1,4 +1,64 @@ { + "enterprise_scim": { + "title": "Enterprise SCIM", + "displayTitle": "Business permissions for \"Enterprise SCIM\"", + "permissions": [ + { + "category": "enterprise-admin", + "slug": "list-scim-provisioned-identities-for-an-enterprise", + "subcategory": "scim", + "verb": "get", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users", + "additional-permissions": false, + "access": "read" + }, + { + "category": "enterprise-admin", + "slug": "provision-a-scim-enterprise-user", + "subcategory": "scim", + "verb": "post", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users", + "additional-permissions": false, + "access": "write" + }, + { + "category": "enterprise-admin", + "slug": "get-scim-provisioning-information-for-an-enterprise-user", + "subcategory": "scim", + "verb": "get", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "additional-permissions": false, + "access": "read" + }, + { + "category": "enterprise-admin", + "slug": "set-scim-information-for-a-provisioned-enterprise-user", + "subcategory": "scim", + "verb": "put", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "additional-permissions": false, + "access": "write" + }, + { + "category": "enterprise-admin", + "slug": "update-an-attribute-for-a-scim-enterprise-user", + "subcategory": "scim", + "verb": "patch", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "additional-permissions": false, + "access": "write" + }, + { + "category": "enterprise-admin", + "slug": "delete-a-scim-user-from-an-enterprise", + "subcategory": "scim", + "verb": "delete", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "additional-permissions": false, + "access": "write" + } + ] + }, "organization_administration": { "title": "Administration", "displayTitle": "Organization permissions for \"Administration\"", diff --git a/src/github-apps/data/ghes-3.12-2022-11-28/server-to-server-permissions.json b/src/github-apps/data/ghes-3.12-2022-11-28/server-to-server-permissions.json index cfe667c03122..f59b77a2831e 100644 --- a/src/github-apps/data/ghes-3.12-2022-11-28/server-to-server-permissions.json +++ b/src/github-apps/data/ghes-3.12-2022-11-28/server-to-server-permissions.json @@ -1,4 +1,76 @@ { + "enterprise_scim": { + "title": "Enterprise SCIM", + "displayTitle": "Business permissions for \"Enterprise SCIM\"", + "permissions": [ + { + "category": "enterprise-admin", + "slug": "list-scim-provisioned-identities-for-an-enterprise", + "subcategory": "scim", + "verb": "get", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users", + "access": "read", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-admin", + "slug": "provision-a-scim-enterprise-user", + "subcategory": "scim", + "verb": "post", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-admin", + "slug": "get-scim-provisioning-information-for-an-enterprise-user", + "subcategory": "scim", + "verb": "get", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "access": "read", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-admin", + "slug": "set-scim-information-for-a-provisioned-enterprise-user", + "subcategory": "scim", + "verb": "put", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-admin", + "slug": "update-an-attribute-for-a-scim-enterprise-user", + "subcategory": "scim", + "verb": "patch", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-admin", + "slug": "delete-a-scim-user-from-an-enterprise", + "subcategory": "scim", + "verb": "delete", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + } + ] + }, "organization_administration": { "title": "Administration", "displayTitle": "Organization permissions for \"Administration\"", diff --git a/src/github-apps/data/ghes-3.13-2022-11-28/fine-grained-pat-permissions.json b/src/github-apps/data/ghes-3.13-2022-11-28/fine-grained-pat-permissions.json index cbd2dfced2c1..e19b295f6482 100644 --- a/src/github-apps/data/ghes-3.13-2022-11-28/fine-grained-pat-permissions.json +++ b/src/github-apps/data/ghes-3.13-2022-11-28/fine-grained-pat-permissions.json @@ -1,4 +1,64 @@ { + "enterprise_scim": { + "title": "Enterprise SCIM", + "displayTitle": "Business permissions for \"Enterprise SCIM\"", + "permissions": [ + { + "category": "enterprise-admin", + "slug": "list-scim-provisioned-identities-for-an-enterprise", + "subcategory": "scim", + "verb": "get", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users", + "additional-permissions": false, + "access": "read" + }, + { + "category": "enterprise-admin", + "slug": "provision-a-scim-enterprise-user", + "subcategory": "scim", + "verb": "post", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users", + "additional-permissions": false, + "access": "write" + }, + { + "category": "enterprise-admin", + "slug": "get-scim-provisioning-information-for-an-enterprise-user", + "subcategory": "scim", + "verb": "get", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "additional-permissions": false, + "access": "read" + }, + { + "category": "enterprise-admin", + "slug": "set-scim-information-for-a-provisioned-enterprise-user", + "subcategory": "scim", + "verb": "put", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "additional-permissions": false, + "access": "write" + }, + { + "category": "enterprise-admin", + "slug": "update-an-attribute-for-a-scim-enterprise-user", + "subcategory": "scim", + "verb": "patch", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "additional-permissions": false, + "access": "write" + }, + { + "category": "enterprise-admin", + "slug": "delete-a-scim-user-from-an-enterprise", + "subcategory": "scim", + "verb": "delete", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "additional-permissions": false, + "access": "write" + } + ] + }, "organization_administration": { "title": "Administration", "displayTitle": "Organization permissions for \"Administration\"", diff --git a/src/github-apps/data/ghes-3.13-2022-11-28/server-to-server-permissions.json b/src/github-apps/data/ghes-3.13-2022-11-28/server-to-server-permissions.json index 5b720d89c9e6..3e32f7efd910 100644 --- a/src/github-apps/data/ghes-3.13-2022-11-28/server-to-server-permissions.json +++ b/src/github-apps/data/ghes-3.13-2022-11-28/server-to-server-permissions.json @@ -1,4 +1,76 @@ { + "enterprise_scim": { + "title": "Enterprise SCIM", + "displayTitle": "Business permissions for \"Enterprise SCIM\"", + "permissions": [ + { + "category": "enterprise-admin", + "slug": "list-scim-provisioned-identities-for-an-enterprise", + "subcategory": "scim", + "verb": "get", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users", + "access": "read", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-admin", + "slug": "provision-a-scim-enterprise-user", + "subcategory": "scim", + "verb": "post", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-admin", + "slug": "get-scim-provisioning-information-for-an-enterprise-user", + "subcategory": "scim", + "verb": "get", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "access": "read", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-admin", + "slug": "set-scim-information-for-a-provisioned-enterprise-user", + "subcategory": "scim", + "verb": "put", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-admin", + "slug": "update-an-attribute-for-a-scim-enterprise-user", + "subcategory": "scim", + "verb": "patch", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-admin", + "slug": "delete-a-scim-user-from-an-enterprise", + "subcategory": "scim", + "verb": "delete", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + } + ] + }, "organization_administration": { "title": "Administration", "displayTitle": "Organization permissions for \"Administration\"", diff --git a/src/github-apps/data/ghes-3.14-2022-11-28/fine-grained-pat-permissions.json b/src/github-apps/data/ghes-3.14-2022-11-28/fine-grained-pat-permissions.json index 0e9444f8f8c5..bd49339a1dba 100644 --- a/src/github-apps/data/ghes-3.14-2022-11-28/fine-grained-pat-permissions.json +++ b/src/github-apps/data/ghes-3.14-2022-11-28/fine-grained-pat-permissions.json @@ -1,4 +1,64 @@ { + "enterprise_scim": { + "title": "Enterprise SCIM", + "displayTitle": "Business permissions for \"Enterprise SCIM\"", + "permissions": [ + { + "category": "enterprise-admin", + "slug": "list-scim-provisioned-identities-for-an-enterprise", + "subcategory": "scim", + "verb": "get", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users", + "additional-permissions": false, + "access": "read" + }, + { + "category": "enterprise-admin", + "slug": "provision-a-scim-enterprise-user", + "subcategory": "scim", + "verb": "post", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users", + "additional-permissions": false, + "access": "write" + }, + { + "category": "enterprise-admin", + "slug": "get-scim-provisioning-information-for-an-enterprise-user", + "subcategory": "scim", + "verb": "get", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "additional-permissions": false, + "access": "read" + }, + { + "category": "enterprise-admin", + "slug": "set-scim-information-for-a-provisioned-enterprise-user", + "subcategory": "scim", + "verb": "put", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "additional-permissions": false, + "access": "write" + }, + { + "category": "enterprise-admin", + "slug": "update-an-attribute-for-a-scim-enterprise-user", + "subcategory": "scim", + "verb": "patch", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "additional-permissions": false, + "access": "write" + }, + { + "category": "enterprise-admin", + "slug": "delete-a-scim-user-from-an-enterprise", + "subcategory": "scim", + "verb": "delete", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "additional-permissions": false, + "access": "write" + } + ] + }, "organization_administration": { "title": "Administration", "displayTitle": "Organization permissions for \"Administration\"", diff --git a/src/github-apps/data/ghes-3.14-2022-11-28/server-to-server-permissions.json b/src/github-apps/data/ghes-3.14-2022-11-28/server-to-server-permissions.json index 26ef396a13cf..f799d5c86a2b 100644 --- a/src/github-apps/data/ghes-3.14-2022-11-28/server-to-server-permissions.json +++ b/src/github-apps/data/ghes-3.14-2022-11-28/server-to-server-permissions.json @@ -1,4 +1,76 @@ { + "enterprise_scim": { + "title": "Enterprise SCIM", + "displayTitle": "Business permissions for \"Enterprise SCIM\"", + "permissions": [ + { + "category": "enterprise-admin", + "slug": "list-scim-provisioned-identities-for-an-enterprise", + "subcategory": "scim", + "verb": "get", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users", + "access": "read", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-admin", + "slug": "provision-a-scim-enterprise-user", + "subcategory": "scim", + "verb": "post", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-admin", + "slug": "get-scim-provisioning-information-for-an-enterprise-user", + "subcategory": "scim", + "verb": "get", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "access": "read", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-admin", + "slug": "set-scim-information-for-a-provisioned-enterprise-user", + "subcategory": "scim", + "verb": "put", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-admin", + "slug": "update-an-attribute-for-a-scim-enterprise-user", + "subcategory": "scim", + "verb": "patch", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-admin", + "slug": "delete-a-scim-user-from-an-enterprise", + "subcategory": "scim", + "verb": "delete", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + } + ] + }, "organization_administration": { "title": "Administration", "displayTitle": "Organization permissions for \"Administration\"", diff --git a/src/github-apps/data/ghes-3.15-2022-11-28/fine-grained-pat-permissions.json b/src/github-apps/data/ghes-3.15-2022-11-28/fine-grained-pat-permissions.json index 30f795917a6b..f1b8c4a0b457 100644 --- a/src/github-apps/data/ghes-3.15-2022-11-28/fine-grained-pat-permissions.json +++ b/src/github-apps/data/ghes-3.15-2022-11-28/fine-grained-pat-permissions.json @@ -1,4 +1,64 @@ { + "enterprise_scim": { + "title": "Enterprise SCIM", + "displayTitle": "Business permissions for \"Enterprise SCIM\"", + "permissions": [ + { + "category": "enterprise-admin", + "slug": "list-scim-provisioned-identities-for-an-enterprise", + "subcategory": "scim", + "verb": "get", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users", + "additional-permissions": false, + "access": "read" + }, + { + "category": "enterprise-admin", + "slug": "provision-a-scim-enterprise-user", + "subcategory": "scim", + "verb": "post", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users", + "additional-permissions": false, + "access": "write" + }, + { + "category": "enterprise-admin", + "slug": "get-scim-provisioning-information-for-an-enterprise-user", + "subcategory": "scim", + "verb": "get", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "additional-permissions": false, + "access": "read" + }, + { + "category": "enterprise-admin", + "slug": "set-scim-information-for-a-provisioned-enterprise-user", + "subcategory": "scim", + "verb": "put", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "additional-permissions": false, + "access": "write" + }, + { + "category": "enterprise-admin", + "slug": "update-an-attribute-for-a-scim-enterprise-user", + "subcategory": "scim", + "verb": "patch", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "additional-permissions": false, + "access": "write" + }, + { + "category": "enterprise-admin", + "slug": "delete-a-scim-user-from-an-enterprise", + "subcategory": "scim", + "verb": "delete", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "additional-permissions": false, + "access": "write" + } + ] + }, "organization_administration": { "title": "Administration", "displayTitle": "Organization permissions for \"Administration\"", diff --git a/src/github-apps/data/ghes-3.15-2022-11-28/server-to-server-permissions.json b/src/github-apps/data/ghes-3.15-2022-11-28/server-to-server-permissions.json index f4886f41d3c9..bb1dfa088f4a 100644 --- a/src/github-apps/data/ghes-3.15-2022-11-28/server-to-server-permissions.json +++ b/src/github-apps/data/ghes-3.15-2022-11-28/server-to-server-permissions.json @@ -1,4 +1,76 @@ { + "enterprise_scim": { + "title": "Enterprise SCIM", + "displayTitle": "Business permissions for \"Enterprise SCIM\"", + "permissions": [ + { + "category": "enterprise-admin", + "slug": "list-scim-provisioned-identities-for-an-enterprise", + "subcategory": "scim", + "verb": "get", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users", + "access": "read", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-admin", + "slug": "provision-a-scim-enterprise-user", + "subcategory": "scim", + "verb": "post", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-admin", + "slug": "get-scim-provisioning-information-for-an-enterprise-user", + "subcategory": "scim", + "verb": "get", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "access": "read", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-admin", + "slug": "set-scim-information-for-a-provisioned-enterprise-user", + "subcategory": "scim", + "verb": "put", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-admin", + "slug": "update-an-attribute-for-a-scim-enterprise-user", + "subcategory": "scim", + "verb": "patch", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-admin", + "slug": "delete-a-scim-user-from-an-enterprise", + "subcategory": "scim", + "verb": "delete", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + } + ] + }, "organization_administration": { "title": "Administration", "displayTitle": "Organization permissions for \"Administration\"", diff --git a/src/github-apps/data/ghes-3.16-2022-11-28/fine-grained-pat-permissions.json b/src/github-apps/data/ghes-3.16-2022-11-28/fine-grained-pat-permissions.json index 35c84880c07a..587eb88a6ad9 100644 --- a/src/github-apps/data/ghes-3.16-2022-11-28/fine-grained-pat-permissions.json +++ b/src/github-apps/data/ghes-3.16-2022-11-28/fine-grained-pat-permissions.json @@ -1,4 +1,64 @@ { + "enterprise_scim": { + "title": "Enterprise SCIM", + "displayTitle": "Business permissions for \"Enterprise SCIM\"", + "permissions": [ + { + "category": "enterprise-admin", + "slug": "list-scim-provisioned-identities-for-an-enterprise", + "subcategory": "scim", + "verb": "get", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users", + "additional-permissions": false, + "access": "read" + }, + { + "category": "enterprise-admin", + "slug": "provision-a-scim-enterprise-user", + "subcategory": "scim", + "verb": "post", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users", + "additional-permissions": false, + "access": "write" + }, + { + "category": "enterprise-admin", + "slug": "get-scim-provisioning-information-for-an-enterprise-user", + "subcategory": "scim", + "verb": "get", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "additional-permissions": false, + "access": "read" + }, + { + "category": "enterprise-admin", + "slug": "set-scim-information-for-a-provisioned-enterprise-user", + "subcategory": "scim", + "verb": "put", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "additional-permissions": false, + "access": "write" + }, + { + "category": "enterprise-admin", + "slug": "update-an-attribute-for-a-scim-enterprise-user", + "subcategory": "scim", + "verb": "patch", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "additional-permissions": false, + "access": "write" + }, + { + "category": "enterprise-admin", + "slug": "delete-a-scim-user-from-an-enterprise", + "subcategory": "scim", + "verb": "delete", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "additional-permissions": false, + "access": "write" + } + ] + }, "organization_administration": { "title": "Administration", "displayTitle": "Organization permissions for \"Administration\"", diff --git a/src/github-apps/data/ghes-3.16-2022-11-28/server-to-server-permissions.json b/src/github-apps/data/ghes-3.16-2022-11-28/server-to-server-permissions.json index 7541fe89a89e..fdf032e82d4a 100644 --- a/src/github-apps/data/ghes-3.16-2022-11-28/server-to-server-permissions.json +++ b/src/github-apps/data/ghes-3.16-2022-11-28/server-to-server-permissions.json @@ -1,4 +1,76 @@ { + "enterprise_scim": { + "title": "Enterprise SCIM", + "displayTitle": "Business permissions for \"Enterprise SCIM\"", + "permissions": [ + { + "category": "enterprise-admin", + "slug": "list-scim-provisioned-identities-for-an-enterprise", + "subcategory": "scim", + "verb": "get", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users", + "access": "read", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-admin", + "slug": "provision-a-scim-enterprise-user", + "subcategory": "scim", + "verb": "post", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-admin", + "slug": "get-scim-provisioning-information-for-an-enterprise-user", + "subcategory": "scim", + "verb": "get", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "access": "read", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-admin", + "slug": "set-scim-information-for-a-provisioned-enterprise-user", + "subcategory": "scim", + "verb": "put", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-admin", + "slug": "update-an-attribute-for-a-scim-enterprise-user", + "subcategory": "scim", + "verb": "patch", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "enterprise-admin", + "slug": "delete-a-scim-user-from-an-enterprise", + "subcategory": "scim", + "verb": "delete", + "requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + } + ] + }, "organization_administration": { "title": "Administration", "displayTitle": "Organization permissions for \"Administration\"", diff --git a/src/graphql/data/fpt/changelog.json b/src/graphql/data/fpt/changelog.json index 5bf8721e0f51..d6c3cd61364d 100644 --- a/src/graphql/data/fpt/changelog.json +++ b/src/graphql/data/fpt/changelog.json @@ -1,4 +1,1145 @@ [ + { + "schemaChanges": [ + { + "title": "The GraphQL schema includes these changes:", + "changes": [ + "

Type AnnouncementBannerI was removed

", + "

Input field isPrivate was removed from input object type CreateIssueTypeInput

", + "

Enterprise object type no longer implements AnnouncementBannerI interface

", + "

Field announcement (deprecated) was removed from object type Enterprise

", + "

Field announcementCreatedAt (deprecated) was removed from object type Enterprise

", + "

Field announcementExpiresAt (deprecated) was removed from object type Enterprise

", + "

Field announcementUserDismissible (deprecated) was removed from object type Enterprise

", + "

Input field type of type String was added to input object type IssueFilters

", + "

Organization object type no longer implements AnnouncementBannerI interface

", + "

Field announcement (deprecated) was removed from object type Organization

", + "

Field announcementCreatedAt (deprecated) was removed from object type Organization

", + "

Field announcementExpiresAt (deprecated) was removed from object type Organization

", + "

Field announcementUserDismissible (deprecated) was removed from object type Organization

", + "

Input field isPrivate was removed from input object type UpdateIssueTypeInput

" + ] + } + ], + "previewChanges": [], + "upcomingChanges": [ + { + "title": "The following changes will be made to the schema:", + "changes": [ + "

On member AuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member AuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member AuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member AuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member AuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member AuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member AuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member AuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member AuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member AuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member AuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member AuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member AuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposClearAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposClearAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposClearAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposClearAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposClearAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposClearAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposClearAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposClearAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposClearAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposClearAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposClearAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposClearAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposClearAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposClearAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposClearAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposClearAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposClearAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposDisableAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposDisableAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposDisableAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposDisableAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposDisableAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposDisableAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposDisableAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposDisableAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposDisableAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposDisableAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposDisableAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposDisableAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposDisableAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposDisableAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposDisableAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposDisableAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposDisableAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposEnableAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposEnableAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposEnableAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposEnableAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposEnableAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposEnableAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposEnableAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposEnableAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposEnableAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposEnableAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposEnableAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposEnableAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposEnableAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposEnableAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposEnableAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposEnableAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member MembersCanDeleteReposEnableAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member OauthApplicationCreateAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member OauthApplicationCreateAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member OauthApplicationCreateAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member OauthApplicationCreateAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member OauthApplicationCreateAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member OauthApplicationCreateAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member OauthApplicationCreateAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member OauthApplicationCreateAuditEntry.applicationUrl:applicationUrl will be removed. Effective 2026-04-01.

", + "

On member OauthApplicationCreateAuditEntry.callbackUrl:callbackUrl will be removed. Effective 2026-04-01.

", + "

On member OauthApplicationCreateAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member OauthApplicationCreateAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member OauthApplicationCreateAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member OauthApplicationCreateAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member OauthApplicationCreateAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member OauthApplicationCreateAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member OauthApplicationCreateAuditEntry.rateLimit:rateLimit will be removed. Effective 2026-04-01.

", + "

On member OauthApplicationCreateAuditEntry.state:state will be removed. Effective 2026-04-01.

", + "

On member OauthApplicationCreateAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member OauthApplicationCreateAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member OauthApplicationCreateAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member OauthApplicationCreateAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member OrgAddBillingManagerAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member OrgAddBillingManagerAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member OrgAddBillingManagerAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member OrgAddBillingManagerAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member OrgAddBillingManagerAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member OrgAddBillingManagerAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgAddBillingManagerAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member OrgAddBillingManagerAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member OrgAddBillingManagerAuditEntry.invitationEmail:invitationEmail will be removed. Effective 2026-04-01.

", + "

On member OrgAddBillingManagerAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member OrgAddBillingManagerAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member OrgAddBillingManagerAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member OrgAddBillingManagerAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgAddBillingManagerAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member OrgAddBillingManagerAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member OrgAddBillingManagerAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member OrgAddBillingManagerAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgAddBillingManagerAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member OrgAddMemberAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member OrgAddMemberAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member OrgAddMemberAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member OrgAddMemberAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member OrgAddMemberAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member OrgAddMemberAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgAddMemberAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member OrgAddMemberAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member OrgAddMemberAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member OrgAddMemberAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member OrgAddMemberAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member OrgAddMemberAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgAddMemberAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member OrgAddMemberAuditEntry.permission:permission will be removed. Effective 2026-04-01.

", + "

On member OrgAddMemberAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member OrgAddMemberAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member OrgAddMemberAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgAddMemberAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member OrgBlockUserAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member OrgBlockUserAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member OrgBlockUserAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member OrgBlockUserAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member OrgBlockUserAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member OrgBlockUserAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgBlockUserAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member OrgBlockUserAuditEntry.blockedUser:blockedUser will be removed. Effective 2026-04-01.

", + "

On member OrgBlockUserAuditEntry.blockedUserName:blockedUserName will be removed. Effective 2026-04-01.

", + "

On member OrgBlockUserAuditEntry.blockedUserResourcePath:blockedUserResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgBlockUserAuditEntry.blockedUserUrl:blockedUserUrl will be removed. Effective 2026-04-01.

", + "

On member OrgBlockUserAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member OrgBlockUserAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member OrgBlockUserAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member OrgBlockUserAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member OrgBlockUserAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgBlockUserAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member OrgBlockUserAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member OrgBlockUserAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member OrgBlockUserAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgBlockUserAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member OrgConfigDisableCollaboratorsOnlyAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member OrgConfigDisableCollaboratorsOnlyAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member OrgConfigDisableCollaboratorsOnlyAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member OrgConfigDisableCollaboratorsOnlyAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member OrgConfigDisableCollaboratorsOnlyAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member OrgConfigDisableCollaboratorsOnlyAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgConfigDisableCollaboratorsOnlyAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member OrgConfigDisableCollaboratorsOnlyAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member OrgConfigDisableCollaboratorsOnlyAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member OrgConfigDisableCollaboratorsOnlyAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member OrgConfigDisableCollaboratorsOnlyAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member OrgConfigDisableCollaboratorsOnlyAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgConfigDisableCollaboratorsOnlyAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member OrgConfigDisableCollaboratorsOnlyAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member OrgConfigDisableCollaboratorsOnlyAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member OrgConfigDisableCollaboratorsOnlyAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgConfigDisableCollaboratorsOnlyAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member OrgConfigEnableCollaboratorsOnlyAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member OrgConfigEnableCollaboratorsOnlyAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member OrgConfigEnableCollaboratorsOnlyAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member OrgConfigEnableCollaboratorsOnlyAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member OrgConfigEnableCollaboratorsOnlyAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member OrgConfigEnableCollaboratorsOnlyAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgConfigEnableCollaboratorsOnlyAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member OrgConfigEnableCollaboratorsOnlyAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member OrgConfigEnableCollaboratorsOnlyAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member OrgConfigEnableCollaboratorsOnlyAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member OrgConfigEnableCollaboratorsOnlyAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member OrgConfigEnableCollaboratorsOnlyAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgConfigEnableCollaboratorsOnlyAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member OrgConfigEnableCollaboratorsOnlyAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member OrgConfigEnableCollaboratorsOnlyAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member OrgConfigEnableCollaboratorsOnlyAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgConfigEnableCollaboratorsOnlyAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member OrgCreateAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member OrgCreateAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member OrgCreateAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member OrgCreateAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member OrgCreateAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member OrgCreateAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgCreateAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member OrgCreateAuditEntry.billingPlan:billingPlan will be removed. Effective 2026-04-01.

", + "

On member OrgCreateAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member OrgCreateAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member OrgCreateAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member OrgCreateAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member OrgCreateAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgCreateAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member OrgCreateAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member OrgCreateAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member OrgCreateAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgCreateAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member OrgDisableOauthAppRestrictionsAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member OrgDisableOauthAppRestrictionsAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member OrgDisableOauthAppRestrictionsAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member OrgDisableOauthAppRestrictionsAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member OrgDisableOauthAppRestrictionsAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member OrgDisableOauthAppRestrictionsAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgDisableOauthAppRestrictionsAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member OrgDisableOauthAppRestrictionsAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member OrgDisableOauthAppRestrictionsAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member OrgDisableOauthAppRestrictionsAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member OrgDisableOauthAppRestrictionsAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member OrgDisableOauthAppRestrictionsAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgDisableOauthAppRestrictionsAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member OrgDisableOauthAppRestrictionsAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member OrgDisableOauthAppRestrictionsAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member OrgDisableOauthAppRestrictionsAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgDisableOauthAppRestrictionsAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member OrgDisableSamlAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member OrgDisableSamlAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member OrgDisableSamlAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member OrgDisableSamlAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member OrgDisableSamlAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member OrgDisableSamlAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgDisableSamlAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member OrgDisableSamlAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member OrgDisableSamlAuditEntry.digestMethodUrl:digestMethodUrl will be removed. Effective 2026-04-01.

", + "

On member OrgDisableSamlAuditEntry.issuerUrl:issuerUrl will be removed. Effective 2026-04-01.

", + "

On member OrgDisableSamlAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member OrgDisableSamlAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member OrgDisableSamlAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member OrgDisableSamlAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgDisableSamlAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member OrgDisableSamlAuditEntry.signatureMethodUrl:signatureMethodUrl will be removed. Effective 2026-04-01.

", + "

On member OrgDisableSamlAuditEntry.singleSignOnUrl:singleSignOnUrl will be removed. Effective 2026-04-01.

", + "

On member OrgDisableSamlAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member OrgDisableSamlAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member OrgDisableSamlAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgDisableSamlAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member OrgDisableTwoFactorRequirementAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member OrgDisableTwoFactorRequirementAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member OrgDisableTwoFactorRequirementAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member OrgDisableTwoFactorRequirementAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member OrgDisableTwoFactorRequirementAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member OrgDisableTwoFactorRequirementAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgDisableTwoFactorRequirementAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member OrgDisableTwoFactorRequirementAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member OrgDisableTwoFactorRequirementAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member OrgDisableTwoFactorRequirementAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member OrgDisableTwoFactorRequirementAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member OrgDisableTwoFactorRequirementAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgDisableTwoFactorRequirementAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member OrgDisableTwoFactorRequirementAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member OrgDisableTwoFactorRequirementAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member OrgDisableTwoFactorRequirementAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgDisableTwoFactorRequirementAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member OrgEnableOauthAppRestrictionsAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member OrgEnableOauthAppRestrictionsAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member OrgEnableOauthAppRestrictionsAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member OrgEnableOauthAppRestrictionsAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member OrgEnableOauthAppRestrictionsAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member OrgEnableOauthAppRestrictionsAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgEnableOauthAppRestrictionsAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member OrgEnableOauthAppRestrictionsAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member OrgEnableOauthAppRestrictionsAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member OrgEnableOauthAppRestrictionsAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member OrgEnableOauthAppRestrictionsAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member OrgEnableOauthAppRestrictionsAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgEnableOauthAppRestrictionsAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member OrgEnableOauthAppRestrictionsAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member OrgEnableOauthAppRestrictionsAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member OrgEnableOauthAppRestrictionsAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgEnableOauthAppRestrictionsAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member OrgEnableSamlAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member OrgEnableSamlAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member OrgEnableSamlAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member OrgEnableSamlAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member OrgEnableSamlAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member OrgEnableSamlAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgEnableSamlAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member OrgEnableSamlAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member OrgEnableSamlAuditEntry.digestMethodUrl:digestMethodUrl will be removed. Effective 2026-04-01.

", + "

On member OrgEnableSamlAuditEntry.issuerUrl:issuerUrl will be removed. Effective 2026-04-01.

", + "

On member OrgEnableSamlAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member OrgEnableSamlAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member OrgEnableSamlAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member OrgEnableSamlAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgEnableSamlAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member OrgEnableSamlAuditEntry.signatureMethodUrl:signatureMethodUrl will be removed. Effective 2026-04-01.

", + "

On member OrgEnableSamlAuditEntry.singleSignOnUrl:singleSignOnUrl will be removed. Effective 2026-04-01.

", + "

On member OrgEnableSamlAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member OrgEnableSamlAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member OrgEnableSamlAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgEnableSamlAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member OrgEnableTwoFactorRequirementAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member OrgEnableTwoFactorRequirementAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member OrgEnableTwoFactorRequirementAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member OrgEnableTwoFactorRequirementAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member OrgEnableTwoFactorRequirementAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member OrgEnableTwoFactorRequirementAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgEnableTwoFactorRequirementAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member OrgEnableTwoFactorRequirementAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member OrgEnableTwoFactorRequirementAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member OrgEnableTwoFactorRequirementAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member OrgEnableTwoFactorRequirementAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member OrgEnableTwoFactorRequirementAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgEnableTwoFactorRequirementAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member OrgEnableTwoFactorRequirementAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member OrgEnableTwoFactorRequirementAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member OrgEnableTwoFactorRequirementAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgEnableTwoFactorRequirementAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member OrgInviteMemberAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member OrgInviteMemberAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member OrgInviteMemberAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member OrgInviteMemberAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member OrgInviteMemberAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member OrgInviteMemberAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgInviteMemberAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member OrgInviteMemberAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member OrgInviteMemberAuditEntry.email:email will be removed. Effective 2026-04-01.

", + "

On member OrgInviteMemberAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member OrgInviteMemberAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member OrgInviteMemberAuditEntry.organizationInvitation:organizationInvitation will be removed. Effective 2026-04-01.

", + "

On member OrgInviteMemberAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member OrgInviteMemberAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgInviteMemberAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member OrgInviteMemberAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member OrgInviteMemberAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member OrgInviteMemberAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgInviteMemberAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member OrgInviteToBusinessAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member OrgInviteToBusinessAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member OrgInviteToBusinessAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member OrgInviteToBusinessAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member OrgInviteToBusinessAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member OrgInviteToBusinessAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgInviteToBusinessAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member OrgInviteToBusinessAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member OrgInviteToBusinessAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member OrgInviteToBusinessAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member OrgInviteToBusinessAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member OrgInviteToBusinessAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgInviteToBusinessAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member OrgInviteToBusinessAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member OrgInviteToBusinessAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member OrgInviteToBusinessAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgInviteToBusinessAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessApprovedAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessApprovedAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessApprovedAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessApprovedAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessApprovedAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessApprovedAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessApprovedAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessApprovedAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessApprovedAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessApprovedAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessApprovedAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessApprovedAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessApprovedAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessApprovedAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessApprovedAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessApprovedAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessApprovedAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessBlockedAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessBlockedAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessBlockedAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessBlockedAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessBlockedAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessBlockedAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessBlockedAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessBlockedAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessBlockedAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessBlockedAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessBlockedAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessBlockedAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessBlockedAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessBlockedAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessBlockedAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessBlockedAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessBlockedAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessDeniedAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessDeniedAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessDeniedAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessDeniedAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessDeniedAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessDeniedAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessDeniedAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessDeniedAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessDeniedAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessDeniedAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessDeniedAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessDeniedAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessDeniedAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessDeniedAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessDeniedAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessDeniedAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessDeniedAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessRequestedAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessRequestedAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessRequestedAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessRequestedAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessRequestedAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessRequestedAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessRequestedAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessRequestedAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessRequestedAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessRequestedAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessRequestedAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessRequestedAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessRequestedAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessRequestedAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessRequestedAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessRequestedAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessRequestedAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessUnblockedAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessUnblockedAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessUnblockedAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessUnblockedAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessUnblockedAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessUnblockedAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessUnblockedAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessUnblockedAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessUnblockedAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessUnblockedAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessUnblockedAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessUnblockedAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessUnblockedAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessUnblockedAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessUnblockedAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessUnblockedAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgOauthAppAccessUnblockedAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveBillingManagerAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveBillingManagerAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveBillingManagerAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveBillingManagerAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveBillingManagerAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveBillingManagerAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveBillingManagerAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveBillingManagerAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveBillingManagerAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveBillingManagerAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveBillingManagerAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveBillingManagerAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveBillingManagerAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveBillingManagerAuditEntry.reason:reason will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveBillingManagerAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveBillingManagerAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveBillingManagerAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveBillingManagerAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveMemberAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveMemberAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveMemberAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveMemberAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveMemberAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveMemberAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveMemberAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveMemberAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveMemberAuditEntry.membershipTypes:membershipTypes will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveMemberAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveMemberAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveMemberAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveMemberAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveMemberAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveMemberAuditEntry.reason:reason will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveMemberAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveMemberAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveMemberAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveMemberAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveOutsideCollaboratorAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveOutsideCollaboratorAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveOutsideCollaboratorAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveOutsideCollaboratorAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveOutsideCollaboratorAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveOutsideCollaboratorAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveOutsideCollaboratorAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveOutsideCollaboratorAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveOutsideCollaboratorAuditEntry.membershipTypes:membershipTypes will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveOutsideCollaboratorAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveOutsideCollaboratorAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveOutsideCollaboratorAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveOutsideCollaboratorAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveOutsideCollaboratorAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveOutsideCollaboratorAuditEntry.reason:reason will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveOutsideCollaboratorAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveOutsideCollaboratorAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveOutsideCollaboratorAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgRemoveOutsideCollaboratorAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member OrgRestoreMemberAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member OrgRestoreMemberAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member OrgRestoreMemberAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member OrgRestoreMemberAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member OrgRestoreMemberAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member OrgRestoreMemberAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgRestoreMemberAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member OrgRestoreMemberAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member OrgRestoreMemberAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member OrgRestoreMemberAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member OrgRestoreMemberAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member OrgRestoreMemberAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgRestoreMemberAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member OrgRestoreMemberAuditEntry.restoredCustomEmailRoutingsCount:restoredCustomEmailRoutingsCount will be removed. Effective 2026-04-01.

", + "

On member OrgRestoreMemberAuditEntry.restoredIssueAssignmentsCount:restoredIssueAssignmentsCount will be removed. Effective 2026-04-01.

", + "

On member OrgRestoreMemberAuditEntry.restoredMemberships:restoredMemberships will be removed. Effective 2026-04-01.

", + "

On member OrgRestoreMemberAuditEntry.restoredMembershipsCount:restoredMembershipsCount will be removed. Effective 2026-04-01.

", + "

On member OrgRestoreMemberAuditEntry.restoredRepositoriesCount:restoredRepositoriesCount will be removed. Effective 2026-04-01.

", + "

On member OrgRestoreMemberAuditEntry.restoredRepositoryStarsCount:restoredRepositoryStarsCount will be removed. Effective 2026-04-01.

", + "

On member OrgRestoreMemberAuditEntry.restoredRepositoryWatchesCount:restoredRepositoryWatchesCount will be removed. Effective 2026-04-01.

", + "

On member OrgRestoreMemberAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member OrgRestoreMemberAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member OrgRestoreMemberAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgRestoreMemberAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member OrgRestoreMemberMembershipOrganizationAuditEntryData.organization:organization will be removed. Effective 2026-04-01.

", + "

On member OrgRestoreMemberMembershipOrganizationAuditEntryData.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member OrgRestoreMemberMembershipOrganizationAuditEntryData.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgRestoreMemberMembershipOrganizationAuditEntryData.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member OrgUnblockUserAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member OrgUnblockUserAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member OrgUnblockUserAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member OrgUnblockUserAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member OrgUnblockUserAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member OrgUnblockUserAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgUnblockUserAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member OrgUnblockUserAuditEntry.blockedUser:blockedUser will be removed. Effective 2026-04-01.

", + "

On member OrgUnblockUserAuditEntry.blockedUserName:blockedUserName will be removed. Effective 2026-04-01.

", + "

On member OrgUnblockUserAuditEntry.blockedUserResourcePath:blockedUserResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgUnblockUserAuditEntry.blockedUserUrl:blockedUserUrl will be removed. Effective 2026-04-01.

", + "

On member OrgUnblockUserAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member OrgUnblockUserAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member OrgUnblockUserAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member OrgUnblockUserAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member OrgUnblockUserAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgUnblockUserAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member OrgUnblockUserAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member OrgUnblockUserAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member OrgUnblockUserAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgUnblockUserAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateDefaultRepositoryPermissionAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateDefaultRepositoryPermissionAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateDefaultRepositoryPermissionAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateDefaultRepositoryPermissionAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateDefaultRepositoryPermissionAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateDefaultRepositoryPermissionAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateDefaultRepositoryPermissionAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateDefaultRepositoryPermissionAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateDefaultRepositoryPermissionAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateDefaultRepositoryPermissionAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateDefaultRepositoryPermissionAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateDefaultRepositoryPermissionAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateDefaultRepositoryPermissionAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateDefaultRepositoryPermissionAuditEntry.permission:permission will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateDefaultRepositoryPermissionAuditEntry.permissionWas:permissionWas will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateDefaultRepositoryPermissionAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateDefaultRepositoryPermissionAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateDefaultRepositoryPermissionAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateDefaultRepositoryPermissionAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberAuditEntry.permission:permission will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberAuditEntry.permissionWas:permissionWas will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberRepositoryCreationPermissionAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberRepositoryCreationPermissionAuditEntry.canCreateRepositories:canCreateRepositories will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberRepositoryCreationPermissionAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberRepositoryCreationPermissionAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberRepositoryCreationPermissionAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberRepositoryCreationPermissionAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberRepositoryCreationPermissionAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberRepositoryCreationPermissionAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberRepositoryCreationPermissionAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberRepositoryCreationPermissionAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberRepositoryCreationPermissionAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberRepositoryCreationPermissionAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberRepositoryCreationPermissionAuditEntry.visibility:visibility will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.canInviteOutsideCollaboratorsToRepositories:canInviteOutsideCollaboratorsToRepositories will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member Organization.auditLog:auditLog will be removed. Effective 2026-04-01.

", + "

On member OrganizationAuditEntryData.organization:organization will be removed. Effective 2026-04-01.

", + "

On member OrganizationAuditEntryData.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member OrganizationAuditEntryData.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member OrganizationAuditEntryData.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member PrivateRepositoryForkingDisableAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member PrivateRepositoryForkingDisableAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member PrivateRepositoryForkingDisableAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member PrivateRepositoryForkingDisableAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member PrivateRepositoryForkingDisableAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member PrivateRepositoryForkingDisableAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member PrivateRepositoryForkingDisableAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member PrivateRepositoryForkingDisableAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member PrivateRepositoryForkingDisableAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member PrivateRepositoryForkingDisableAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member PrivateRepositoryForkingDisableAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member PrivateRepositoryForkingDisableAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member PrivateRepositoryForkingDisableAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member PrivateRepositoryForkingDisableAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member PrivateRepositoryForkingDisableAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member PrivateRepositoryForkingDisableAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member PrivateRepositoryForkingDisableAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member PrivateRepositoryForkingEnableAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member PrivateRepositoryForkingEnableAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member PrivateRepositoryForkingEnableAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member PrivateRepositoryForkingEnableAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member PrivateRepositoryForkingEnableAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member PrivateRepositoryForkingEnableAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member PrivateRepositoryForkingEnableAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member PrivateRepositoryForkingEnableAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member PrivateRepositoryForkingEnableAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member PrivateRepositoryForkingEnableAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member PrivateRepositoryForkingEnableAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member PrivateRepositoryForkingEnableAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member PrivateRepositoryForkingEnableAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member PrivateRepositoryForkingEnableAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member PrivateRepositoryForkingEnableAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member PrivateRepositoryForkingEnableAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member PrivateRepositoryForkingEnableAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member RepoAccessAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member RepoAccessAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member RepoAccessAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member RepoAccessAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member RepoAccessAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member RepoAccessAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoAccessAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member RepoAccessAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member RepoAccessAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member RepoAccessAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member RepoAccessAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member RepoAccessAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoAccessAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member RepoAccessAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member RepoAccessAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member RepoAccessAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoAccessAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member RepoAccessAuditEntry.visibility:visibility will be removed. Effective 2026-04-01.

", + "

On member RepoAddMemberAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member RepoAddMemberAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member RepoAddMemberAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member RepoAddMemberAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member RepoAddMemberAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member RepoAddMemberAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoAddMemberAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member RepoAddMemberAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member RepoAddMemberAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member RepoAddMemberAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member RepoAddMemberAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member RepoAddMemberAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoAddMemberAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member RepoAddMemberAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member RepoAddMemberAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member RepoAddMemberAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoAddMemberAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member RepoAddMemberAuditEntry.visibility:visibility will be removed. Effective 2026-04-01.

", + "

On member RepoAddTopicAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member RepoAddTopicAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member RepoAddTopicAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member RepoAddTopicAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member RepoAddTopicAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member RepoAddTopicAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoAddTopicAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member RepoAddTopicAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member RepoAddTopicAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member RepoAddTopicAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member RepoAddTopicAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member RepoAddTopicAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoAddTopicAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member RepoAddTopicAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member RepoAddTopicAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member RepoAddTopicAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoAddTopicAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member RepoArchivedAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member RepoArchivedAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member RepoArchivedAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member RepoArchivedAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member RepoArchivedAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member RepoArchivedAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoArchivedAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member RepoArchivedAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member RepoArchivedAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member RepoArchivedAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member RepoArchivedAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member RepoArchivedAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoArchivedAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member RepoArchivedAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member RepoArchivedAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member RepoArchivedAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoArchivedAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member RepoArchivedAuditEntry.visibility:visibility will be removed. Effective 2026-04-01.

", + "

On member RepoChangeMergeSettingAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member RepoChangeMergeSettingAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member RepoChangeMergeSettingAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member RepoChangeMergeSettingAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member RepoChangeMergeSettingAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member RepoChangeMergeSettingAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoChangeMergeSettingAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member RepoChangeMergeSettingAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member RepoChangeMergeSettingAuditEntry.isEnabled:isEnabled will be removed. Effective 2026-04-01.

", + "

On member RepoChangeMergeSettingAuditEntry.mergeType:mergeType will be removed. Effective 2026-04-01.

", + "

On member RepoChangeMergeSettingAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member RepoChangeMergeSettingAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member RepoChangeMergeSettingAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member RepoChangeMergeSettingAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoChangeMergeSettingAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member RepoChangeMergeSettingAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member RepoChangeMergeSettingAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member RepoChangeMergeSettingAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoChangeMergeSettingAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableAnonymousGitAccessAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableAnonymousGitAccessAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableAnonymousGitAccessAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableAnonymousGitAccessAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableAnonymousGitAccessAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableAnonymousGitAccessAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableAnonymousGitAccessAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableAnonymousGitAccessAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableAnonymousGitAccessAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableAnonymousGitAccessAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableAnonymousGitAccessAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableAnonymousGitAccessAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableAnonymousGitAccessAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableAnonymousGitAccessAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableAnonymousGitAccessAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableAnonymousGitAccessAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableAnonymousGitAccessAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableCollaboratorsOnlyAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableCollaboratorsOnlyAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableCollaboratorsOnlyAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableCollaboratorsOnlyAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableCollaboratorsOnlyAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableCollaboratorsOnlyAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableCollaboratorsOnlyAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableCollaboratorsOnlyAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableCollaboratorsOnlyAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableCollaboratorsOnlyAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableCollaboratorsOnlyAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableCollaboratorsOnlyAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableCollaboratorsOnlyAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableCollaboratorsOnlyAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableCollaboratorsOnlyAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableCollaboratorsOnlyAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableCollaboratorsOnlyAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableContributorsOnlyAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableContributorsOnlyAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableContributorsOnlyAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableContributorsOnlyAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableContributorsOnlyAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableContributorsOnlyAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableContributorsOnlyAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableContributorsOnlyAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableContributorsOnlyAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableContributorsOnlyAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableContributorsOnlyAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableContributorsOnlyAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableContributorsOnlyAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableContributorsOnlyAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableContributorsOnlyAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableContributorsOnlyAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableContributorsOnlyAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableSockpuppetDisallowedAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableSockpuppetDisallowedAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableSockpuppetDisallowedAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableSockpuppetDisallowedAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableSockpuppetDisallowedAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableSockpuppetDisallowedAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableSockpuppetDisallowedAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableSockpuppetDisallowedAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableSockpuppetDisallowedAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableSockpuppetDisallowedAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableSockpuppetDisallowedAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableSockpuppetDisallowedAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableSockpuppetDisallowedAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableSockpuppetDisallowedAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableSockpuppetDisallowedAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableSockpuppetDisallowedAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoConfigDisableSockpuppetDisallowedAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableAnonymousGitAccessAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableAnonymousGitAccessAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableAnonymousGitAccessAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableAnonymousGitAccessAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableAnonymousGitAccessAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableAnonymousGitAccessAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableAnonymousGitAccessAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableAnonymousGitAccessAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableAnonymousGitAccessAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableAnonymousGitAccessAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableAnonymousGitAccessAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableAnonymousGitAccessAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableAnonymousGitAccessAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableAnonymousGitAccessAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableAnonymousGitAccessAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableAnonymousGitAccessAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableAnonymousGitAccessAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableCollaboratorsOnlyAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableCollaboratorsOnlyAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableCollaboratorsOnlyAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableCollaboratorsOnlyAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableCollaboratorsOnlyAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableCollaboratorsOnlyAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableCollaboratorsOnlyAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableCollaboratorsOnlyAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableCollaboratorsOnlyAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableCollaboratorsOnlyAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableCollaboratorsOnlyAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableCollaboratorsOnlyAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableCollaboratorsOnlyAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableCollaboratorsOnlyAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableCollaboratorsOnlyAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableCollaboratorsOnlyAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableCollaboratorsOnlyAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableContributorsOnlyAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableContributorsOnlyAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableContributorsOnlyAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableContributorsOnlyAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableContributorsOnlyAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableContributorsOnlyAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableContributorsOnlyAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableContributorsOnlyAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableContributorsOnlyAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableContributorsOnlyAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableContributorsOnlyAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableContributorsOnlyAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableContributorsOnlyAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableContributorsOnlyAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableContributorsOnlyAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableContributorsOnlyAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableContributorsOnlyAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableSockpuppetDisallowedAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableSockpuppetDisallowedAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableSockpuppetDisallowedAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableSockpuppetDisallowedAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableSockpuppetDisallowedAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableSockpuppetDisallowedAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableSockpuppetDisallowedAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableSockpuppetDisallowedAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableSockpuppetDisallowedAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableSockpuppetDisallowedAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableSockpuppetDisallowedAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableSockpuppetDisallowedAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableSockpuppetDisallowedAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableSockpuppetDisallowedAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableSockpuppetDisallowedAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableSockpuppetDisallowedAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoConfigEnableSockpuppetDisallowedAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member RepoConfigLockAnonymousGitAccessAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member RepoConfigLockAnonymousGitAccessAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member RepoConfigLockAnonymousGitAccessAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member RepoConfigLockAnonymousGitAccessAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member RepoConfigLockAnonymousGitAccessAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member RepoConfigLockAnonymousGitAccessAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoConfigLockAnonymousGitAccessAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member RepoConfigLockAnonymousGitAccessAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member RepoConfigLockAnonymousGitAccessAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member RepoConfigLockAnonymousGitAccessAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member RepoConfigLockAnonymousGitAccessAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member RepoConfigLockAnonymousGitAccessAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoConfigLockAnonymousGitAccessAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member RepoConfigLockAnonymousGitAccessAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member RepoConfigLockAnonymousGitAccessAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member RepoConfigLockAnonymousGitAccessAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoConfigLockAnonymousGitAccessAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member RepoConfigUnlockAnonymousGitAccessAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member RepoConfigUnlockAnonymousGitAccessAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member RepoConfigUnlockAnonymousGitAccessAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member RepoConfigUnlockAnonymousGitAccessAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member RepoConfigUnlockAnonymousGitAccessAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member RepoConfigUnlockAnonymousGitAccessAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoConfigUnlockAnonymousGitAccessAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member RepoConfigUnlockAnonymousGitAccessAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member RepoConfigUnlockAnonymousGitAccessAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member RepoConfigUnlockAnonymousGitAccessAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member RepoConfigUnlockAnonymousGitAccessAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member RepoConfigUnlockAnonymousGitAccessAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoConfigUnlockAnonymousGitAccessAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member RepoConfigUnlockAnonymousGitAccessAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member RepoConfigUnlockAnonymousGitAccessAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member RepoConfigUnlockAnonymousGitAccessAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoConfigUnlockAnonymousGitAccessAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member RepoCreateAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member RepoCreateAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member RepoCreateAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member RepoCreateAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member RepoCreateAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member RepoCreateAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoCreateAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member RepoCreateAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member RepoCreateAuditEntry.forkParentName:forkParentName will be removed. Effective 2026-04-01.

", + "

On member RepoCreateAuditEntry.forkSourceName:forkSourceName will be removed. Effective 2026-04-01.

", + "

On member RepoCreateAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member RepoCreateAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member RepoCreateAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member RepoCreateAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoCreateAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member RepoCreateAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member RepoCreateAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member RepoCreateAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoCreateAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member RepoCreateAuditEntry.visibility:visibility will be removed. Effective 2026-04-01.

", + "

On member RepoDestroyAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member RepoDestroyAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member RepoDestroyAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member RepoDestroyAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member RepoDestroyAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member RepoDestroyAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoDestroyAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member RepoDestroyAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member RepoDestroyAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member RepoDestroyAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member RepoDestroyAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member RepoDestroyAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoDestroyAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member RepoDestroyAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member RepoDestroyAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member RepoDestroyAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoDestroyAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member RepoDestroyAuditEntry.visibility:visibility will be removed. Effective 2026-04-01.

", + "

On member RepoRemoveMemberAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member RepoRemoveMemberAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member RepoRemoveMemberAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member RepoRemoveMemberAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member RepoRemoveMemberAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member RepoRemoveMemberAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoRemoveMemberAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member RepoRemoveMemberAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member RepoRemoveMemberAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member RepoRemoveMemberAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member RepoRemoveMemberAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member RepoRemoveMemberAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoRemoveMemberAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member RepoRemoveMemberAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member RepoRemoveMemberAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member RepoRemoveMemberAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoRemoveMemberAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member RepoRemoveMemberAuditEntry.visibility:visibility will be removed. Effective 2026-04-01.

", + "

On member RepoRemoveTopicAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member RepoRemoveTopicAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member RepoRemoveTopicAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member RepoRemoveTopicAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member RepoRemoveTopicAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member RepoRemoveTopicAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoRemoveTopicAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member RepoRemoveTopicAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member RepoRemoveTopicAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member RepoRemoveTopicAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member RepoRemoveTopicAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member RepoRemoveTopicAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoRemoveTopicAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member RepoRemoveTopicAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member RepoRemoveTopicAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member RepoRemoveTopicAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepoRemoveTopicAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member RepositoryVisibilityChangeDisableAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member RepositoryVisibilityChangeDisableAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member RepositoryVisibilityChangeDisableAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member RepositoryVisibilityChangeDisableAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member RepositoryVisibilityChangeDisableAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member RepositoryVisibilityChangeDisableAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepositoryVisibilityChangeDisableAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member RepositoryVisibilityChangeDisableAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member RepositoryVisibilityChangeDisableAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member RepositoryVisibilityChangeDisableAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member RepositoryVisibilityChangeDisableAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member RepositoryVisibilityChangeDisableAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepositoryVisibilityChangeDisableAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member RepositoryVisibilityChangeDisableAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member RepositoryVisibilityChangeDisableAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member RepositoryVisibilityChangeDisableAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepositoryVisibilityChangeDisableAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member RepositoryVisibilityChangeEnableAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member RepositoryVisibilityChangeEnableAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member RepositoryVisibilityChangeEnableAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member RepositoryVisibilityChangeEnableAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member RepositoryVisibilityChangeEnableAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member RepositoryVisibilityChangeEnableAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepositoryVisibilityChangeEnableAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member RepositoryVisibilityChangeEnableAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member RepositoryVisibilityChangeEnableAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member RepositoryVisibilityChangeEnableAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member RepositoryVisibilityChangeEnableAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member RepositoryVisibilityChangeEnableAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepositoryVisibilityChangeEnableAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member RepositoryVisibilityChangeEnableAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member RepositoryVisibilityChangeEnableAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member RepositoryVisibilityChangeEnableAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member RepositoryVisibilityChangeEnableAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member TeamAddMemberAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member TeamAddMemberAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member TeamAddMemberAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member TeamAddMemberAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member TeamAddMemberAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member TeamAddMemberAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member TeamAddMemberAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member TeamAddMemberAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member TeamAddMemberAuditEntry.isLdapMapped:isLdapMapped will be removed. Effective 2026-04-01.

", + "

On member TeamAddMemberAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member TeamAddMemberAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member TeamAddMemberAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member TeamAddMemberAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member TeamAddMemberAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member TeamAddMemberAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member TeamAddMemberAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member TeamAddMemberAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member TeamAddMemberAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member TeamAddRepositoryAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member TeamAddRepositoryAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member TeamAddRepositoryAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member TeamAddRepositoryAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member TeamAddRepositoryAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member TeamAddRepositoryAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member TeamAddRepositoryAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member TeamAddRepositoryAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member TeamAddRepositoryAuditEntry.isLdapMapped:isLdapMapped will be removed. Effective 2026-04-01.

", + "

On member TeamAddRepositoryAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member TeamAddRepositoryAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member TeamAddRepositoryAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member TeamAddRepositoryAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member TeamAddRepositoryAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member TeamAddRepositoryAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member TeamAddRepositoryAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member TeamAddRepositoryAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member TeamAddRepositoryAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member TeamChangeParentTeamAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member TeamChangeParentTeamAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member TeamChangeParentTeamAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member TeamChangeParentTeamAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member TeamChangeParentTeamAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member TeamChangeParentTeamAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member TeamChangeParentTeamAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member TeamChangeParentTeamAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member TeamChangeParentTeamAuditEntry.isLdapMapped:isLdapMapped will be removed. Effective 2026-04-01.

", + "

On member TeamChangeParentTeamAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member TeamChangeParentTeamAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member TeamChangeParentTeamAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member TeamChangeParentTeamAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member TeamChangeParentTeamAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member TeamChangeParentTeamAuditEntry.parentTeam:parentTeam will be removed. Effective 2026-04-01.

", + "

On member TeamChangeParentTeamAuditEntry.parentTeamName:parentTeamName will be removed. Effective 2026-04-01.

", + "

On member TeamChangeParentTeamAuditEntry.parentTeamNameWas:parentTeamNameWas will be removed. Effective 2026-04-01.

", + "

On member TeamChangeParentTeamAuditEntry.parentTeamResourcePath:parentTeamResourcePath will be removed. Effective 2026-04-01.

", + "

On member TeamChangeParentTeamAuditEntry.parentTeamUrl:parentTeamUrl will be removed. Effective 2026-04-01.

", + "

On member TeamChangeParentTeamAuditEntry.parentTeamWas:parentTeamWas will be removed. Effective 2026-04-01.

", + "

On member TeamChangeParentTeamAuditEntry.parentTeamWasResourcePath:parentTeamWasResourcePath will be removed. Effective 2026-04-01.

", + "

On member TeamChangeParentTeamAuditEntry.parentTeamWasUrl:parentTeamWasUrl will be removed. Effective 2026-04-01.

", + "

On member TeamChangeParentTeamAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member TeamChangeParentTeamAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member TeamChangeParentTeamAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member TeamChangeParentTeamAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member TeamRemoveMemberAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member TeamRemoveMemberAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member TeamRemoveMemberAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member TeamRemoveMemberAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member TeamRemoveMemberAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member TeamRemoveMemberAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member TeamRemoveMemberAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member TeamRemoveMemberAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member TeamRemoveMemberAuditEntry.isLdapMapped:isLdapMapped will be removed. Effective 2026-04-01.

", + "

On member TeamRemoveMemberAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member TeamRemoveMemberAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member TeamRemoveMemberAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member TeamRemoveMemberAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member TeamRemoveMemberAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member TeamRemoveMemberAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member TeamRemoveMemberAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member TeamRemoveMemberAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member TeamRemoveMemberAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

", + "

On member TeamRemoveRepositoryAuditEntry.action:action will be removed. Effective 2026-04-01.

", + "

On member TeamRemoveRepositoryAuditEntry.actor:actor will be removed. Effective 2026-04-01.

", + "

On member TeamRemoveRepositoryAuditEntry.actorIp:actorIp will be removed. Effective 2026-04-01.

", + "

On member TeamRemoveRepositoryAuditEntry.actorLocation:actorLocation will be removed. Effective 2026-04-01.

", + "

On member TeamRemoveRepositoryAuditEntry.actorLogin:actorLogin will be removed. Effective 2026-04-01.

", + "

On member TeamRemoveRepositoryAuditEntry.actorResourcePath:actorResourcePath will be removed. Effective 2026-04-01.

", + "

On member TeamRemoveRepositoryAuditEntry.actorUrl:actorUrl will be removed. Effective 2026-04-01.

", + "

On member TeamRemoveRepositoryAuditEntry.createdAt:createdAt will be removed. Effective 2026-04-01.

", + "

On member TeamRemoveRepositoryAuditEntry.isLdapMapped:isLdapMapped will be removed. Effective 2026-04-01.

", + "

On member TeamRemoveRepositoryAuditEntry.operationType:operationType will be removed. Effective 2026-04-01.

", + "

On member TeamRemoveRepositoryAuditEntry.organization:organization will be removed. Effective 2026-04-01.

", + "

On member TeamRemoveRepositoryAuditEntry.organizationName:organizationName will be removed. Effective 2026-04-01.

", + "

On member TeamRemoveRepositoryAuditEntry.organizationResourcePath:organizationResourcePath will be removed. Effective 2026-04-01.

", + "

On member TeamRemoveRepositoryAuditEntry.organizationUrl:organizationUrl will be removed. Effective 2026-04-01.

", + "

On member TeamRemoveRepositoryAuditEntry.user:user will be removed. Effective 2026-04-01.

", + "

On member TeamRemoveRepositoryAuditEntry.userLogin:userLogin will be removed. Effective 2026-04-01.

", + "

On member TeamRemoveRepositoryAuditEntry.userResourcePath:userResourcePath will be removed. Effective 2026-04-01.

", + "

On member TeamRemoveRepositoryAuditEntry.userUrl:userUrl will be removed. Effective 2026-04-01.

" + ] + } + ], + "date": "2025-04-14" + }, { "schemaChanges": [ { diff --git a/src/graphql/data/fpt/graphql_upcoming_changes.public.yml b/src/graphql/data/fpt/graphql_upcoming_changes.public.yml index d54ae169ae9f..f8fc89d1e662 100644 --- a/src/graphql/data/fpt/graphql_upcoming_changes.public.yml +++ b/src/graphql/data/fpt/graphql_upcoming_changes.public.yml @@ -698,46 +698,6 @@ upcoming_changes: date: '2025-04-01T00:00:00+00:00' criticality: breaking owner: github/memex - - location: AnnouncementBannerI.announcement - description: - '`announcement` will be removed. Use the `announcementBanner` object - instead.' - reason: - The individual `announcementX` fields do not follow our standard GraphQL - patterns. - date: '2025-04-01T00:00:00+00:00' - criticality: breaking - owner: vaindil - - location: AnnouncementBannerI.announcementCreatedAt - description: - '`announcementCreatedAt` will be removed. Use the `announcementBanner` - object instead.' - reason: - The individual `announcementX` fields do not follow our standard GraphQL - patterns. - date: '2025-04-01T00:00:00+00:00' - criticality: breaking - owner: vaindil - - location: AnnouncementBannerI.announcementExpiresAt - description: - '`announcementExpiresAt` will be removed. Use the `announcementBanner` - object instead.' - reason: - The individual `announcementX` fields do not follow our standard GraphQL - patterns. - date: '2025-04-01T00:00:00+00:00' - criticality: breaking - owner: vaindil - - location: AnnouncementBannerI.announcementUserDismissible - description: - '`announcementUserDismissible` will be removed. Use the `announcementBanner` - object instead.' - reason: - The individual `announcementX` fields do not follow our standard GraphQL - patterns. - date: '2025-04-01T00:00:00+00:00' - criticality: breaking - owner: vaindil - location: ConvertedNoteToIssueEvent.project description: '`project` will be removed.' reason: @@ -754,52 +714,6 @@ upcoming_changes: date: '2025-04-01T00:00:00+00:00' criticality: breaking owner: github/memex - - location: CreateIssueTypeInput.isPrivate - description: '`isPrivate` will be removed.' - reason: Private issue types are being deprecated and can no longer be created. - date: '2025-04-01T00:00:00+00:00' - criticality: breaking - owner: github/issues - - location: Enterprise.announcement - description: - '`announcement` will be removed. Use the `announcementBanner` object - instead.' - reason: - The individual `announcementX` fields do not follow our standard GraphQL - patterns. - date: '2025-04-01T00:00:00+00:00' - criticality: breaking - owner: vaindil - - location: Enterprise.announcementCreatedAt - description: - '`announcementCreatedAt` will be removed. Use the `announcementBanner` - object instead.' - reason: - The individual `announcementX` fields do not follow our standard GraphQL - patterns. - date: '2025-04-01T00:00:00+00:00' - criticality: breaking - owner: vaindil - - location: Enterprise.announcementExpiresAt - description: - '`announcementExpiresAt` will be removed. Use the `announcementBanner` - object instead.' - reason: - The individual `announcementX` fields do not follow our standard GraphQL - patterns. - date: '2025-04-01T00:00:00+00:00' - criticality: breaking - owner: vaindil - - location: Enterprise.announcementUserDismissible - description: - '`announcementUserDismissible` will be removed. Use the `announcementBanner` - object instead.' - reason: - The individual `announcementX` fields do not follow our standard GraphQL - patterns. - date: '2025-04-01T00:00:00+00:00' - criticality: breaking - owner: vaindil - location: Enterprise.members.hasTwoFactorEnabled description: '`hasTwoFactorEnabled` will be removed. Use `two_factor_method_security` @@ -1006,46 +920,6 @@ upcoming_changes: date: '2025-04-01T00:00:00+00:00' criticality: breaking owner: github/memex - - location: Organization.announcement - description: - '`announcement` will be removed. Use the `announcementBanner` object - instead.' - reason: - The individual `announcementX` fields do not follow our standard GraphQL - patterns. - date: '2025-04-01T00:00:00+00:00' - criticality: breaking - owner: vaindil - - location: Organization.announcementCreatedAt - description: - '`announcementCreatedAt` will be removed. Use the `announcementBanner` - object instead.' - reason: - The individual `announcementX` fields do not follow our standard GraphQL - patterns. - date: '2025-04-01T00:00:00+00:00' - criticality: breaking - owner: vaindil - - location: Organization.announcementExpiresAt - description: - '`announcementExpiresAt` will be removed. Use the `announcementBanner` - object instead.' - reason: - The individual `announcementX` fields do not follow our standard GraphQL - patterns. - date: '2025-04-01T00:00:00+00:00' - criticality: breaking - owner: vaindil - - location: Organization.announcementUserDismissible - description: - '`announcementUserDismissible` will be removed. Use the `announcementBanner` - object instead.' - reason: - The individual `announcementX` fields do not follow our standard GraphQL - patterns. - date: '2025-04-01T00:00:00+00:00' - criticality: breaking - owner: vaindil - location: Organization.project description: '`project` will be removed.' reason: @@ -1606,12 +1480,6 @@ upcoming_changes: date: '2025-04-01T00:00:00+00:00' criticality: breaking owner: github/memex - - location: UpdateIssueTypeInput.isPrivate - description: '`isPrivate` will be removed.' - reason: Private issue types are being deprecated and can no longer be created. - date: '2025-04-01T00:00:00+00:00' - criticality: breaking - owner: github/issues - location: User.project description: '`project` will be removed.' reason: @@ -1652,3 +1520,6657 @@ upcoming_changes: date: '2025-10-01T00:00:00+00:00' criticality: breaking owner: github/advisory-database + - location: AuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: AuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: AuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: AuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: AuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: AuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: AuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: AuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: AuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: AuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: AuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: AuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: AuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposClearAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposClearAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposClearAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposClearAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposClearAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposClearAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposClearAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposClearAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposClearAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposClearAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposClearAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposClearAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposClearAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposClearAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposClearAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposClearAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposClearAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposDisableAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposDisableAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposDisableAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposDisableAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposDisableAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposDisableAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposDisableAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposDisableAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposDisableAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposDisableAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposDisableAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposDisableAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposDisableAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposDisableAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposDisableAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposDisableAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposDisableAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposEnableAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposEnableAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposEnableAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposEnableAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposEnableAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposEnableAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposEnableAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposEnableAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposEnableAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposEnableAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposEnableAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposEnableAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposEnableAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposEnableAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposEnableAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposEnableAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposEnableAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.applicationUrl + description: '`applicationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.callbackUrl + description: '`callbackUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.rateLimit + description: '`rateLimit` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.state + description: '`state` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddBillingManagerAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddBillingManagerAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddBillingManagerAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddBillingManagerAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddBillingManagerAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddBillingManagerAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddBillingManagerAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddBillingManagerAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddBillingManagerAuditEntry.invitationEmail + description: '`invitationEmail` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddBillingManagerAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddBillingManagerAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddBillingManagerAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddBillingManagerAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddBillingManagerAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddBillingManagerAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddBillingManagerAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddBillingManagerAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddBillingManagerAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddMemberAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddMemberAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddMemberAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddMemberAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddMemberAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddMemberAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddMemberAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddMemberAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddMemberAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddMemberAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddMemberAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddMemberAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddMemberAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddMemberAuditEntry.permission + description: '`permission` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddMemberAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddMemberAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddMemberAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddMemberAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.blockedUser + description: '`blockedUser` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.blockedUserName + description: '`blockedUserName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.blockedUserResourcePath + description: '`blockedUserResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.blockedUserUrl + description: '`blockedUserUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgCreateAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgCreateAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgCreateAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgCreateAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgCreateAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgCreateAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgCreateAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgCreateAuditEntry.billingPlan + description: '`billingPlan` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgCreateAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgCreateAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgCreateAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgCreateAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgCreateAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgCreateAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgCreateAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgCreateAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgCreateAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgCreateAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableOauthAppRestrictionsAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableOauthAppRestrictionsAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableOauthAppRestrictionsAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableOauthAppRestrictionsAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableOauthAppRestrictionsAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableOauthAppRestrictionsAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableOauthAppRestrictionsAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableOauthAppRestrictionsAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableOauthAppRestrictionsAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableOauthAppRestrictionsAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableOauthAppRestrictionsAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableOauthAppRestrictionsAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableOauthAppRestrictionsAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableOauthAppRestrictionsAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableOauthAppRestrictionsAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableOauthAppRestrictionsAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableOauthAppRestrictionsAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.digestMethodUrl + description: '`digestMethodUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.issuerUrl + description: '`issuerUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.signatureMethodUrl + description: '`signatureMethodUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.singleSignOnUrl + description: '`singleSignOnUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableTwoFactorRequirementAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableTwoFactorRequirementAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableTwoFactorRequirementAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableTwoFactorRequirementAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableTwoFactorRequirementAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableTwoFactorRequirementAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableTwoFactorRequirementAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableTwoFactorRequirementAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableTwoFactorRequirementAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableTwoFactorRequirementAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableTwoFactorRequirementAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableTwoFactorRequirementAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableTwoFactorRequirementAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableTwoFactorRequirementAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableTwoFactorRequirementAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableTwoFactorRequirementAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableTwoFactorRequirementAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableOauthAppRestrictionsAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableOauthAppRestrictionsAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableOauthAppRestrictionsAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableOauthAppRestrictionsAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableOauthAppRestrictionsAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableOauthAppRestrictionsAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableOauthAppRestrictionsAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableOauthAppRestrictionsAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableOauthAppRestrictionsAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableOauthAppRestrictionsAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableOauthAppRestrictionsAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableOauthAppRestrictionsAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableOauthAppRestrictionsAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableOauthAppRestrictionsAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableOauthAppRestrictionsAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableOauthAppRestrictionsAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableOauthAppRestrictionsAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.digestMethodUrl + description: '`digestMethodUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.issuerUrl + description: '`issuerUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.signatureMethodUrl + description: '`signatureMethodUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.singleSignOnUrl + description: '`singleSignOnUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableTwoFactorRequirementAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableTwoFactorRequirementAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableTwoFactorRequirementAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableTwoFactorRequirementAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableTwoFactorRequirementAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableTwoFactorRequirementAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableTwoFactorRequirementAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableTwoFactorRequirementAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableTwoFactorRequirementAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableTwoFactorRequirementAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableTwoFactorRequirementAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableTwoFactorRequirementAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableTwoFactorRequirementAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableTwoFactorRequirementAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableTwoFactorRequirementAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableTwoFactorRequirementAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableTwoFactorRequirementAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.email + description: '`email` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.organizationInvitation + description: '`organizationInvitation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteToBusinessAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteToBusinessAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteToBusinessAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteToBusinessAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteToBusinessAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteToBusinessAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteToBusinessAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteToBusinessAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteToBusinessAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteToBusinessAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteToBusinessAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteToBusinessAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteToBusinessAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteToBusinessAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteToBusinessAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteToBusinessAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteToBusinessAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessApprovedAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessApprovedAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessApprovedAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessApprovedAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessApprovedAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessApprovedAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessApprovedAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessApprovedAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessApprovedAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessApprovedAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessApprovedAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessApprovedAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessApprovedAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessApprovedAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessApprovedAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessApprovedAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessApprovedAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessBlockedAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessBlockedAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessBlockedAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessBlockedAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessBlockedAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessBlockedAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessBlockedAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessBlockedAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessBlockedAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessBlockedAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessBlockedAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessBlockedAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessBlockedAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessBlockedAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessBlockedAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessBlockedAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessBlockedAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessDeniedAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessDeniedAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessDeniedAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessDeniedAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessDeniedAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessDeniedAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessDeniedAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessDeniedAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessDeniedAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessDeniedAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessDeniedAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessDeniedAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessDeniedAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessDeniedAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessDeniedAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessDeniedAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessDeniedAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessRequestedAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessRequestedAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessRequestedAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessRequestedAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessRequestedAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessRequestedAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessRequestedAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessRequestedAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessRequestedAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessRequestedAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessRequestedAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessRequestedAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessRequestedAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessRequestedAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessRequestedAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessRequestedAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessRequestedAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessUnblockedAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessUnblockedAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessUnblockedAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessUnblockedAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessUnblockedAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessUnblockedAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessUnblockedAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessUnblockedAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessUnblockedAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessUnblockedAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessUnblockedAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessUnblockedAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessUnblockedAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessUnblockedAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessUnblockedAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessUnblockedAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessUnblockedAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveBillingManagerAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveBillingManagerAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveBillingManagerAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveBillingManagerAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveBillingManagerAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveBillingManagerAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveBillingManagerAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveBillingManagerAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveBillingManagerAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveBillingManagerAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveBillingManagerAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveBillingManagerAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveBillingManagerAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveBillingManagerAuditEntry.reason + description: '`reason` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveBillingManagerAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveBillingManagerAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveBillingManagerAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveBillingManagerAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.membershipTypes + description: '`membershipTypes` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.reason + description: '`reason` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.membershipTypes + description: '`membershipTypes` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.reason + description: '`reason` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.restoredCustomEmailRoutingsCount + description: '`restoredCustomEmailRoutingsCount` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.restoredIssueAssignmentsCount + description: '`restoredIssueAssignmentsCount` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.restoredMemberships + description: '`restoredMemberships` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.restoredMembershipsCount + description: '`restoredMembershipsCount` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.restoredRepositoriesCount + description: '`restoredRepositoriesCount` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.restoredRepositoryStarsCount + description: '`restoredRepositoryStarsCount` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.restoredRepositoryWatchesCount + description: '`restoredRepositoryWatchesCount` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberMembershipOrganizationAuditEntryData.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberMembershipOrganizationAuditEntryData.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberMembershipOrganizationAuditEntryData.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberMembershipOrganizationAuditEntryData.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.blockedUser + description: '`blockedUser` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.blockedUserName + description: '`blockedUserName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.blockedUserResourcePath + description: '`blockedUserResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.blockedUserUrl + description: '`blockedUserUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.permission + description: '`permission` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.permissionWas + description: '`permissionWas` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.permission + description: '`permission` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.permissionWas + description: '`permissionWas` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.canCreateRepositories + description: '`canCreateRepositories` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.visibility + description: '`visibility` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.canInviteOutsideCollaboratorsToRepositories + description: '`canInviteOutsideCollaboratorsToRepositories` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: Organization.auditLog + description: '`auditLog` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrganizationAuditEntryData.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrganizationAuditEntryData.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrganizationAuditEntryData.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrganizationAuditEntryData.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingDisableAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingDisableAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingDisableAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingDisableAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingDisableAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingDisableAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingDisableAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingDisableAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingDisableAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingDisableAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingDisableAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingDisableAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingDisableAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingDisableAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingDisableAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingDisableAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingDisableAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingEnableAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingEnableAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingEnableAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingEnableAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingEnableAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingEnableAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingEnableAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingEnableAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingEnableAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingEnableAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingEnableAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingEnableAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingEnableAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingEnableAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingEnableAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingEnableAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingEnableAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAccessAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAccessAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAccessAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAccessAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAccessAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAccessAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAccessAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAccessAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAccessAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAccessAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAccessAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAccessAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAccessAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAccessAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAccessAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAccessAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAccessAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAccessAuditEntry.visibility + description: '`visibility` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddMemberAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddMemberAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddMemberAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddMemberAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddMemberAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddMemberAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddMemberAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddMemberAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddMemberAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddMemberAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddMemberAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddMemberAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddMemberAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddMemberAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddMemberAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddMemberAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddMemberAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddMemberAuditEntry.visibility + description: '`visibility` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddTopicAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddTopicAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddTopicAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddTopicAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddTopicAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddTopicAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddTopicAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddTopicAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddTopicAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddTopicAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddTopicAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddTopicAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddTopicAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddTopicAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddTopicAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddTopicAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddTopicAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoArchivedAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoArchivedAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoArchivedAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoArchivedAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoArchivedAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoArchivedAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoArchivedAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoArchivedAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoArchivedAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoArchivedAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoArchivedAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoArchivedAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoArchivedAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoArchivedAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoArchivedAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoArchivedAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoArchivedAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoArchivedAuditEntry.visibility + description: '`visibility` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.isEnabled + description: '`isEnabled` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.mergeType + description: '`mergeType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableAnonymousGitAccessAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableAnonymousGitAccessAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableAnonymousGitAccessAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableAnonymousGitAccessAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableAnonymousGitAccessAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableAnonymousGitAccessAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableAnonymousGitAccessAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableAnonymousGitAccessAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableAnonymousGitAccessAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableAnonymousGitAccessAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableAnonymousGitAccessAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableAnonymousGitAccessAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableAnonymousGitAccessAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableAnonymousGitAccessAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableAnonymousGitAccessAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableAnonymousGitAccessAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableAnonymousGitAccessAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableContributorsOnlyAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableContributorsOnlyAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableContributorsOnlyAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableContributorsOnlyAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableContributorsOnlyAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableContributorsOnlyAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableContributorsOnlyAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableContributorsOnlyAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableContributorsOnlyAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableContributorsOnlyAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableContributorsOnlyAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableContributorsOnlyAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableContributorsOnlyAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableContributorsOnlyAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableContributorsOnlyAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableContributorsOnlyAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableContributorsOnlyAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableAnonymousGitAccessAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableAnonymousGitAccessAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableAnonymousGitAccessAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableAnonymousGitAccessAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableAnonymousGitAccessAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableAnonymousGitAccessAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableAnonymousGitAccessAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableAnonymousGitAccessAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableAnonymousGitAccessAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableAnonymousGitAccessAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableAnonymousGitAccessAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableAnonymousGitAccessAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableAnonymousGitAccessAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableAnonymousGitAccessAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableAnonymousGitAccessAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableAnonymousGitAccessAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableAnonymousGitAccessAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableContributorsOnlyAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableContributorsOnlyAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableContributorsOnlyAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableContributorsOnlyAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableContributorsOnlyAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableContributorsOnlyAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableContributorsOnlyAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableContributorsOnlyAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableContributorsOnlyAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableContributorsOnlyAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableContributorsOnlyAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableContributorsOnlyAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableContributorsOnlyAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableContributorsOnlyAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableContributorsOnlyAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableContributorsOnlyAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableContributorsOnlyAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigLockAnonymousGitAccessAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigLockAnonymousGitAccessAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigLockAnonymousGitAccessAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigLockAnonymousGitAccessAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigLockAnonymousGitAccessAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigLockAnonymousGitAccessAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigLockAnonymousGitAccessAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigLockAnonymousGitAccessAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigLockAnonymousGitAccessAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigLockAnonymousGitAccessAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigLockAnonymousGitAccessAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigLockAnonymousGitAccessAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigLockAnonymousGitAccessAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigLockAnonymousGitAccessAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigLockAnonymousGitAccessAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigLockAnonymousGitAccessAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigLockAnonymousGitAccessAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.forkParentName + description: '`forkParentName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.forkSourceName + description: '`forkSourceName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.visibility + description: '`visibility` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoDestroyAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoDestroyAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoDestroyAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoDestroyAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoDestroyAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoDestroyAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoDestroyAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoDestroyAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoDestroyAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoDestroyAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoDestroyAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoDestroyAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoDestroyAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoDestroyAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoDestroyAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoDestroyAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoDestroyAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoDestroyAuditEntry.visibility + description: '`visibility` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveMemberAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveMemberAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveMemberAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveMemberAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveMemberAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveMemberAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveMemberAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveMemberAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveMemberAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveMemberAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveMemberAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveMemberAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveMemberAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveMemberAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveMemberAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveMemberAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveMemberAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveMemberAuditEntry.visibility + description: '`visibility` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveTopicAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveTopicAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveTopicAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveTopicAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveTopicAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveTopicAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveTopicAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveTopicAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveTopicAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveTopicAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveTopicAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveTopicAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveTopicAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveTopicAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveTopicAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveTopicAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveTopicAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeDisableAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeDisableAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeDisableAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeDisableAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeDisableAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeDisableAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeDisableAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeDisableAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeDisableAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeDisableAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeDisableAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeDisableAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeDisableAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeDisableAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeDisableAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeDisableAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeDisableAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeEnableAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeEnableAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeEnableAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeEnableAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeEnableAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeEnableAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeEnableAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeEnableAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeEnableAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeEnableAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeEnableAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeEnableAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeEnableAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeEnableAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeEnableAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeEnableAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeEnableAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddMemberAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddMemberAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddMemberAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddMemberAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddMemberAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddMemberAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddMemberAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddMemberAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddMemberAuditEntry.isLdapMapped + description: '`isLdapMapped` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddMemberAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddMemberAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddMemberAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddMemberAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddMemberAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddMemberAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddMemberAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddMemberAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddMemberAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddRepositoryAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddRepositoryAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddRepositoryAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddRepositoryAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddRepositoryAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddRepositoryAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddRepositoryAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddRepositoryAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddRepositoryAuditEntry.isLdapMapped + description: '`isLdapMapped` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddRepositoryAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddRepositoryAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddRepositoryAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddRepositoryAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddRepositoryAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddRepositoryAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddRepositoryAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddRepositoryAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddRepositoryAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.isLdapMapped + description: '`isLdapMapped` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.parentTeam + description: '`parentTeam` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.parentTeamName + description: '`parentTeamName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.parentTeamNameWas + description: '`parentTeamNameWas` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.parentTeamResourcePath + description: '`parentTeamResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.parentTeamUrl + description: '`parentTeamUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.parentTeamWas + description: '`parentTeamWas` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.parentTeamWasResourcePath + description: '`parentTeamWasResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.parentTeamWasUrl + description: '`parentTeamWasUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveMemberAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveMemberAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveMemberAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveMemberAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveMemberAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveMemberAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveMemberAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveMemberAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveMemberAuditEntry.isLdapMapped + description: '`isLdapMapped` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveMemberAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveMemberAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveMemberAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveMemberAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveMemberAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveMemberAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveMemberAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveMemberAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveMemberAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveRepositoryAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveRepositoryAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveRepositoryAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveRepositoryAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveRepositoryAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveRepositoryAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveRepositoryAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveRepositoryAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveRepositoryAuditEntry.isLdapMapped + description: '`isLdapMapped` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveRepositoryAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveRepositoryAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveRepositoryAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveRepositoryAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveRepositoryAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveRepositoryAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveRepositoryAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveRepositoryAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveRepositoryAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs diff --git a/src/graphql/data/fpt/schema.docs.graphql b/src/graphql/data/fpt/schema.docs.graphql index 98cfcfd421f0..22b3ab53401d 100644 --- a/src/graphql/data/fpt/schema.docs.graphql +++ b/src/graphql/data/fpt/schema.docs.graphql @@ -1331,43 +1331,6 @@ type AnnouncementBanner { message: String } -""" -Represents an announcement banner. -""" -interface AnnouncementBannerI { - """ - The text of the announcement - """ - announcement: String - @deprecated( - reason: "The individual `announcementX` fields do not follow our standard GraphQL patterns. Use the `announcementBanner` object instead. Removal on 2025-04-01 UTC." - ) - - """ - The date the announcement was created - """ - announcementCreatedAt: DateTime - @deprecated( - reason: "The individual `announcementX` fields do not follow our standard GraphQL patterns. Use the `announcementBanner` object instead. Removal on 2025-04-01 UTC." - ) - - """ - The expiration date of the announcement, if any - """ - announcementExpiresAt: DateTime - @deprecated( - reason: "The individual `announcementX` fields do not follow our standard GraphQL patterns. Use the `announcementBanner` object instead. Removal on 2025-04-01 UTC." - ) - - """ - Whether the announcement can be dismissed by the user - """ - announcementUserDismissible: Boolean - @deprecated( - reason: "The individual `announcementX` fields do not follow our standard GraphQL patterns. Use the `announcementBanner` object instead. Removal on 2025-04-01 UTC." - ) -} - """ A GitHub App. """ @@ -1677,66 +1640,105 @@ interface AuditEntry { The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -7736,9 +7738,13 @@ Autogenerated input type of CreateIssue """ input CreateIssueInput { """ - The Node ID for the user assignee for this issue. + The Node ID of assignees for this issue. """ - assigneeIds: [ID!] @possibleTypes(concreteTypes: ["User"]) + assigneeIds: [ID!] + @possibleTypes( + concreteTypes: ["Bot", "EnterpriseUserAccount", "Mannequin", "Organization", "User"] + abstractType: "Actor" + ) """ The body for the issue description. @@ -7830,15 +7836,6 @@ input CreateIssueTypeInput { """ isEnabled: Boolean! - """ - Whether or not the issue type is restricted to issues in private repositories - - **Upcoming Change on 2025-04-01 UTC** - **Description:** `isPrivate` will be removed. - **Reason:** Private issue types are being deprecated and can no longer be created. - """ - isPrivate: Boolean - """ Name of the new issue type """ @@ -13065,44 +13062,12 @@ type EnqueuePullRequestPayload { """ An account to manage multiple organizations with consolidated policy and billing. """ -type Enterprise implements AnnouncementBannerI & Node { - """ - The text of the announcement - """ - announcement: String - @deprecated( - reason: "The individual `announcementX` fields do not follow our standard GraphQL patterns. Use the `announcementBanner` object instead. Removal on 2025-04-01 UTC." - ) - +type Enterprise implements Node { """ The announcement banner set on this enterprise, if any. Only visible to members of the enterprise. """ announcementBanner: AnnouncementBanner - """ - The date the announcement was created - """ - announcementCreatedAt: DateTime - @deprecated( - reason: "The individual `announcementX` fields do not follow our standard GraphQL patterns. Use the `announcementBanner` object instead. Removal on 2025-04-01 UTC." - ) - - """ - The expiration date of the announcement, if any - """ - announcementExpiresAt: DateTime - @deprecated( - reason: "The individual `announcementX` fields do not follow our standard GraphQL patterns. Use the `announcementBanner` object instead. Removal on 2025-04-01 UTC." - ) - - """ - Whether the announcement can be dismissed by the user - """ - announcementUserDismissible: Boolean - @deprecated( - reason: "The individual `announcementX` fields do not follow our standard GraphQL patterns. Use the `announcementBanner` object instead. Removal on 2025-04-01 UTC." - ) - """ A URL pointing to the enterprise's public avatar. """ @@ -19628,6 +19593,11 @@ input IssueFilters { """ states: [IssueState!] + """ + List issues filtered by the type given, only supported by searches on repositories. + """ + type: String + """ List issues subscribed to by viewer. """ @@ -22015,41 +21985,65 @@ type MembersCanDeleteReposClearAuditEntry implements AuditEntry & EnterpriseAudi The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for this enterprise. @@ -22075,46 +22069,73 @@ type MembersCanDeleteReposClearAuditEntry implements AuditEntry & EnterpriseAudi The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -22125,41 +22146,65 @@ type MembersCanDeleteReposDisableAuditEntry implements AuditEntry & EnterpriseAu The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for this enterprise. @@ -22185,46 +22230,73 @@ type MembersCanDeleteReposDisableAuditEntry implements AuditEntry & EnterpriseAu The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -22235,41 +22307,65 @@ type MembersCanDeleteReposEnableAuditEntry implements AuditEntry & EnterpriseAud The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for this enterprise. @@ -22295,46 +22391,73 @@ type MembersCanDeleteReposEnableAuditEntry implements AuditEntry & EnterpriseAud The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -26441,51 +26564,81 @@ type OauthApplicationCreateAuditEntry implements AuditEntry & Node & OauthApplic The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The application URL of the OAuth application. """ applicationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The callback URL of the OAuth application. """ callbackUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OauthApplicationCreateAuditEntry object @@ -26511,56 +26664,89 @@ type OauthApplicationCreateAuditEntry implements AuditEntry & Node & OauthApplic The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The rate limit of the OAuth application. """ rateLimit: Int + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The state of the OAuth application. """ state: OauthApplicationCreateAuditEntryState + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -26646,41 +26832,65 @@ type OrgAddBillingManagerAuditEntry implements AuditEntry & Node & OrganizationA The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgAddBillingManagerAuditEntry object @@ -26691,51 +26901,81 @@ type OrgAddBillingManagerAuditEntry implements AuditEntry & Node & OrganizationA The email address used to invite a billing manager for the organization. """ invitationEmail: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -26746,41 +26986,65 @@ type OrgAddMemberAuditEntry implements AuditEntry & Node & OrganizationAuditEntr The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgAddMemberAuditEntry object @@ -26791,51 +27055,81 @@ type OrgAddMemberAuditEntry implements AuditEntry & Node & OrganizationAuditEntr The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The permission level of the member added to the organization. """ permission: OrgAddMemberAuditEntryPermission + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -26861,61 +27155,97 @@ type OrgBlockUserAuditEntry implements AuditEntry & Node & OrganizationAuditEntr The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The blocked user. """ blockedUser: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the blocked user. """ blockedUserName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the blocked user. """ blockedUserResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the blocked user. """ blockedUserUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgBlockUserAuditEntry object @@ -26926,46 +27256,73 @@ type OrgBlockUserAuditEntry implements AuditEntry & Node & OrganizationAuditEntr The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -26976,41 +27333,65 @@ type OrgConfigDisableCollaboratorsOnlyAuditEntry implements AuditEntry & Node & The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgConfigDisableCollaboratorsOnlyAuditEntry object @@ -27021,46 +27402,73 @@ type OrgConfigDisableCollaboratorsOnlyAuditEntry implements AuditEntry & Node & The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -27071,41 +27479,65 @@ type OrgConfigEnableCollaboratorsOnlyAuditEntry implements AuditEntry & Node & O The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgConfigEnableCollaboratorsOnlyAuditEntry object @@ -27116,46 +27548,73 @@ type OrgConfigEnableCollaboratorsOnlyAuditEntry implements AuditEntry & Node & O The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -27166,46 +27625,73 @@ type OrgCreateAuditEntry implements AuditEntry & Node & OrganizationAuditEntryDa The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The billing plan for the Organization. """ billingPlan: OrgCreateAuditEntryBillingPlan + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgCreateAuditEntry object @@ -27216,46 +27702,73 @@ type OrgCreateAuditEntry implements AuditEntry & Node & OrganizationAuditEntryDa The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -27296,41 +27809,65 @@ type OrgDisableOauthAppRestrictionsAuditEntry implements AuditEntry & Node & Org The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgDisableOauthAppRestrictionsAuditEntry object @@ -27341,46 +27878,73 @@ type OrgDisableOauthAppRestrictionsAuditEntry implements AuditEntry & Node & Org The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -27391,46 +27955,73 @@ type OrgDisableSamlAuditEntry implements AuditEntry & Node & OrganizationAuditEn The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The SAML provider's digest algorithm URL. """ digestMethodUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgDisableSamlAuditEntry object @@ -27441,61 +28032,97 @@ type OrgDisableSamlAuditEntry implements AuditEntry & Node & OrganizationAuditEn The SAML provider's issuer URL. """ issuerUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The SAML provider's signature algorithm URL. """ signatureMethodUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The SAML provider's single sign-on URL. """ singleSignOnUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -27506,41 +28133,65 @@ type OrgDisableTwoFactorRequirementAuditEntry implements AuditEntry & Node & Org The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgDisableTwoFactorRequirementAuditEntry object @@ -27551,46 +28202,73 @@ type OrgDisableTwoFactorRequirementAuditEntry implements AuditEntry & Node & Org The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -27601,41 +28279,65 @@ type OrgEnableOauthAppRestrictionsAuditEntry implements AuditEntry & Node & Orga The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgEnableOauthAppRestrictionsAuditEntry object @@ -27646,46 +28348,73 @@ type OrgEnableOauthAppRestrictionsAuditEntry implements AuditEntry & Node & Orga The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -27696,46 +28425,73 @@ type OrgEnableSamlAuditEntry implements AuditEntry & Node & OrganizationAuditEnt The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The SAML provider's digest algorithm URL. """ digestMethodUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgEnableSamlAuditEntry object @@ -27746,61 +28502,97 @@ type OrgEnableSamlAuditEntry implements AuditEntry & Node & OrganizationAuditEnt The SAML provider's issuer URL. """ issuerUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The SAML provider's signature algorithm URL. """ signatureMethodUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The SAML provider's single sign-on URL. """ singleSignOnUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -27811,41 +28603,65 @@ type OrgEnableTwoFactorRequirementAuditEntry implements AuditEntry & Node & Orga The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgEnableTwoFactorRequirementAuditEntry object @@ -27856,46 +28672,73 @@ type OrgEnableTwoFactorRequirementAuditEntry implements AuditEntry & Node & Orga The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -27931,46 +28774,73 @@ type OrgInviteMemberAuditEntry implements AuditEntry & Node & OrganizationAuditE The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The email address of the organization invitation. """ email: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgInviteMemberAuditEntry object @@ -27981,51 +28851,81 @@ type OrgInviteMemberAuditEntry implements AuditEntry & Node & OrganizationAuditE The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The organization invitation. """ organizationInvitation: OrganizationInvitation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -28036,41 +28936,65 @@ type OrgInviteToBusinessAuditEntry implements AuditEntry & EnterpriseAuditEntryD The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for this enterprise. @@ -28096,46 +29020,73 @@ type OrgInviteToBusinessAuditEntry implements AuditEntry & EnterpriseAuditEntryD The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -28146,41 +29097,65 @@ type OrgOauthAppAccessApprovedAuditEntry implements AuditEntry & Node & OauthApp The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgOauthAppAccessApprovedAuditEntry object @@ -28206,46 +29181,73 @@ type OrgOauthAppAccessApprovedAuditEntry implements AuditEntry & Node & OauthApp The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -28256,41 +29258,65 @@ type OrgOauthAppAccessBlockedAuditEntry implements AuditEntry & Node & OauthAppl The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgOauthAppAccessBlockedAuditEntry object @@ -28316,46 +29342,73 @@ type OrgOauthAppAccessBlockedAuditEntry implements AuditEntry & Node & OauthAppl The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -28366,41 +29419,65 @@ type OrgOauthAppAccessDeniedAuditEntry implements AuditEntry & Node & OauthAppli The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgOauthAppAccessDeniedAuditEntry object @@ -28426,46 +29503,73 @@ type OrgOauthAppAccessDeniedAuditEntry implements AuditEntry & Node & OauthAppli The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -28476,41 +29580,65 @@ type OrgOauthAppAccessRequestedAuditEntry implements AuditEntry & Node & OauthAp The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgOauthAppAccessRequestedAuditEntry object @@ -28536,46 +29664,73 @@ type OrgOauthAppAccessRequestedAuditEntry implements AuditEntry & Node & OauthAp The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -28586,41 +29741,65 @@ type OrgOauthAppAccessUnblockedAuditEntry implements AuditEntry & Node & OauthAp The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgOauthAppAccessUnblockedAuditEntry object @@ -28646,46 +29825,73 @@ type OrgOauthAppAccessUnblockedAuditEntry implements AuditEntry & Node & OauthAp The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -28696,41 +29902,65 @@ type OrgRemoveBillingManagerAuditEntry implements AuditEntry & Node & Organizati The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgRemoveBillingManagerAuditEntry object @@ -28741,51 +29971,81 @@ type OrgRemoveBillingManagerAuditEntry implements AuditEntry & Node & Organizati The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The reason for the billing manager being removed. """ reason: OrgRemoveBillingManagerAuditEntryReason + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -28816,41 +30076,65 @@ type OrgRemoveMemberAuditEntry implements AuditEntry & Node & OrganizationAuditE The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgRemoveMemberAuditEntry object @@ -28861,56 +30145,89 @@ type OrgRemoveMemberAuditEntry implements AuditEntry & Node & OrganizationAuditE The types of membership the member has with the organization. """ membershipTypes: [OrgRemoveMemberAuditEntryMembershipType!] + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The reason for the member being removed. """ reason: OrgRemoveMemberAuditEntryReason + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -28992,41 +30309,65 @@ type OrgRemoveOutsideCollaboratorAuditEntry implements AuditEntry & Node & Organ The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgRemoveOutsideCollaboratorAuditEntry object @@ -29037,56 +30378,89 @@ type OrgRemoveOutsideCollaboratorAuditEntry implements AuditEntry & Node & Organ The types of membership the outside collaborator has with the organization. """ membershipTypes: [OrgRemoveOutsideCollaboratorAuditEntryMembershipType!] + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The reason for the outside collaborator being removed from the Organization. """ reason: OrgRemoveOutsideCollaboratorAuditEntryReason + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -29135,41 +30509,65 @@ type OrgRestoreMemberAuditEntry implements AuditEntry & Node & OrganizationAudit The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgRestoreMemberAuditEntry object @@ -29180,81 +30578,129 @@ type OrgRestoreMemberAuditEntry implements AuditEntry & Node & OrganizationAudit The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The number of custom email routings for the restored member. """ restoredCustomEmailRoutingsCount: Int + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The number of issue assignments for the restored member. """ restoredIssueAssignmentsCount: Int + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ Restored organization membership objects. """ restoredMemberships: [OrgRestoreMemberAuditEntryMembership!] + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The number of restored memberships. """ restoredMembershipsCount: Int + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The number of repositories of the restored member. """ restoredRepositoriesCount: Int + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The number of starred repositories for the restored member. """ restoredRepositoryStarsCount: Int + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The number of watched repositories for the restored member. """ restoredRepositoryWatchesCount: Int + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -29273,21 +30719,33 @@ type OrgRestoreMemberMembershipOrganizationAuditEntryData implements Organizatio The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -29348,61 +30806,97 @@ type OrgUnblockUserAuditEntry implements AuditEntry & Node & OrganizationAuditEn The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user being unblocked by the organization. """ blockedUser: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the blocked user. """ blockedUserName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the blocked user. """ blockedUserResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the blocked user. """ blockedUserUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgUnblockUserAuditEntry object @@ -29413,46 +30907,73 @@ type OrgUnblockUserAuditEntry implements AuditEntry & Node & OrganizationAuditEn The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -29463,41 +30984,65 @@ type OrgUpdateDefaultRepositoryPermissionAuditEntry implements AuditEntry & Node The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgUpdateDefaultRepositoryPermissionAuditEntry object @@ -29508,56 +31053,89 @@ type OrgUpdateDefaultRepositoryPermissionAuditEntry implements AuditEntry & Node The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The new base repository permission level for the organization. """ permission: OrgUpdateDefaultRepositoryPermissionAuditEntryPermission + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The former base repository permission level for the organization. """ permissionWas: OrgUpdateDefaultRepositoryPermissionAuditEntryPermission + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -29593,41 +31171,65 @@ type OrgUpdateMemberAuditEntry implements AuditEntry & Node & OrganizationAuditE The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgUpdateMemberAuditEntry object @@ -29638,56 +31240,89 @@ type OrgUpdateMemberAuditEntry implements AuditEntry & Node & OrganizationAuditE The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The new member permission level for the organization. """ permission: OrgUpdateMemberAuditEntryPermission + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The former member permission level for the organization. """ permissionWas: OrgUpdateMemberAuditEntryPermission + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -29713,46 +31348,73 @@ type OrgUpdateMemberRepositoryCreationPermissionAuditEntry implements AuditEntry The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ Can members create repositories in the organization. """ canCreateRepositories: Boolean + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgUpdateMemberRepositoryCreationPermissionAuditEntry object @@ -29763,51 +31425,81 @@ type OrgUpdateMemberRepositoryCreationPermissionAuditEntry implements AuditEntry The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The permission for visibility level of repositories for this organization. """ visibility: OrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibility + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -29863,46 +31555,73 @@ type OrgUpdateMemberRepositoryInvitationPermissionAuditEntry implements AuditEnt The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ Can outside collaborators be invited to repositories in the organization. """ canInviteOutsideCollaboratorsToRepositories: Boolean + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgUpdateMemberRepositoryInvitationPermissionAuditEntry object @@ -29913,89 +31632,84 @@ type OrgUpdateMemberRepositoryInvitationPermissionAuditEntry implements AuditEnt The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ An account on GitHub, with one or more owners, that has repositories, members and teams. """ -type Organization implements Actor & AnnouncementBannerI & MemberStatusable & Node & PackageOwner & ProfileOwner & ProjectOwner & ProjectV2Owner & ProjectV2Recent & RepositoryDiscussionAuthor & RepositoryDiscussionCommentAuthor & RepositoryOwner & Sponsorable & UniformResourceLocatable { - """ - The text of the announcement - """ - announcement: String - @deprecated( - reason: "The individual `announcementX` fields do not follow our standard GraphQL patterns. Use the `announcementBanner` object instead. Removal on 2025-04-01 UTC." - ) - +type Organization implements Actor & MemberStatusable & Node & PackageOwner & ProfileOwner & ProjectOwner & ProjectV2Owner & ProjectV2Recent & RepositoryDiscussionAuthor & RepositoryDiscussionCommentAuthor & RepositoryOwner & Sponsorable & UniformResourceLocatable { """ The announcement banner set on this organization, if any. Only visible to members of the organization's enterprise. """ announcementBanner: AnnouncementBanner - """ - The date the announcement was created - """ - announcementCreatedAt: DateTime - @deprecated( - reason: "The individual `announcementX` fields do not follow our standard GraphQL patterns. Use the `announcementBanner` object instead. Removal on 2025-04-01 UTC." - ) - - """ - The expiration date of the announcement, if any - """ - announcementExpiresAt: DateTime - @deprecated( - reason: "The individual `announcementX` fields do not follow our standard GraphQL patterns. Use the `announcementBanner` object instead. Removal on 2025-04-01 UTC." - ) - - """ - Whether the announcement can be dismissed by the user - """ - announcementUserDismissible: Boolean - @deprecated( - reason: "The individual `announcementX` fields do not follow our standard GraphQL patterns. Use the `announcementBanner` object instead. Removal on 2025-04-01 UTC." - ) - """ Determine if this repository owner has any items that can be pinned to their profile. """ @@ -30045,6 +31759,9 @@ type Organization implements Actor & AnnouncementBannerI & MemberStatusable & No """ query: String ): OrganizationAuditEntryConnection! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A URL pointing to the organization's public avatar. @@ -31552,21 +33269,33 @@ interface OrganizationAuditEntryData { The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -33473,41 +35202,65 @@ type PrivateRepositoryForkingDisableAuditEntry implements AuditEntry & Enterpris The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for this enterprise. @@ -33533,26 +35286,41 @@ type PrivateRepositoryForkingDisableAuditEntry implements AuditEntry & Enterpris The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -33578,21 +35346,33 @@ type PrivateRepositoryForkingDisableAuditEntry implements AuditEntry & Enterpris The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -33603,41 +35383,65 @@ type PrivateRepositoryForkingEnableAuditEntry implements AuditEntry & Enterprise The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for this enterprise. @@ -33663,26 +35467,41 @@ type PrivateRepositoryForkingEnableAuditEntry implements AuditEntry & Enterprise The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -33708,21 +35527,33 @@ type PrivateRepositoryForkingEnableAuditEntry implements AuditEntry & Enterprise The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -39182,8 +41013,7 @@ type PullRequestParameters { allowedMergeMethods: [PullRequestAllowedMergeMethods!] """ - This field is in beta and subject to change. Automatically request review from - Copilot for new pull requests, if the author has access to Copilot code review. + Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review. """ automaticCopilotCodeReviewEnabled: Boolean! @@ -39224,8 +41054,7 @@ input PullRequestParametersInput { allowedMergeMethods: [PullRequestAllowedMergeMethods!] """ - This argument is in beta and subject to change. Automatically request review - from Copilot for new pull requests, if the author has access to Copilot code review. + Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review. """ automaticCopilotCodeReviewEnabled: Boolean @@ -43669,41 +45498,65 @@ type RepoAccessAuditEntry implements AuditEntry & Node & OrganizationAuditEntryD The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoAccessAuditEntry object @@ -43714,26 +45567,41 @@ type RepoAccessAuditEntry implements AuditEntry & Node & OrganizationAuditEntryD The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -43759,26 +45627,41 @@ type RepoAccessAuditEntry implements AuditEntry & Node & OrganizationAuditEntryD The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The visibility of the repository """ visibility: RepoAccessAuditEntryVisibility + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -43809,41 +45692,65 @@ type RepoAddMemberAuditEntry implements AuditEntry & Node & OrganizationAuditEnt The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoAddMemberAuditEntry object @@ -43854,26 +45761,41 @@ type RepoAddMemberAuditEntry implements AuditEntry & Node & OrganizationAuditEnt The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -43899,26 +45821,41 @@ type RepoAddMemberAuditEntry implements AuditEntry & Node & OrganizationAuditEnt The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The visibility of the repository """ visibility: RepoAddMemberAuditEntryVisibility + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -43949,41 +45886,65 @@ type RepoAddTopicAuditEntry implements AuditEntry & Node & OrganizationAuditEntr The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoAddTopicAuditEntry object @@ -43994,26 +45955,41 @@ type RepoAddTopicAuditEntry implements AuditEntry & Node & OrganizationAuditEntr The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -44049,21 +46025,33 @@ type RepoAddTopicAuditEntry implements AuditEntry & Node & OrganizationAuditEntr The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -44074,41 +46062,65 @@ type RepoArchivedAuditEntry implements AuditEntry & Node & OrganizationAuditEntr The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoArchivedAuditEntry object @@ -44119,26 +46131,41 @@ type RepoArchivedAuditEntry implements AuditEntry & Node & OrganizationAuditEntr The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -44164,26 +46191,41 @@ type RepoArchivedAuditEntry implements AuditEntry & Node & OrganizationAuditEntr The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The visibility of the repository """ visibility: RepoArchivedAuditEntryVisibility + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -44214,41 +46256,65 @@ type RepoChangeMergeSettingAuditEntry implements AuditEntry & Node & Organizatio The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoChangeMergeSettingAuditEntry object @@ -44259,36 +46325,57 @@ type RepoChangeMergeSettingAuditEntry implements AuditEntry & Node & Organizatio Whether the change was to enable (true) or disable (false) the merge type """ isEnabled: Boolean + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The merge method affected by the change """ mergeType: RepoChangeMergeSettingAuditEntryMergeType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -44314,21 +46401,33 @@ type RepoChangeMergeSettingAuditEntry implements AuditEntry & Node & Organizatio The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -44359,41 +46458,65 @@ type RepoConfigDisableAnonymousGitAccessAuditEntry implements AuditEntry & Node The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoConfigDisableAnonymousGitAccessAuditEntry object @@ -44404,26 +46527,41 @@ type RepoConfigDisableAnonymousGitAccessAuditEntry implements AuditEntry & Node The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -44449,21 +46587,33 @@ type RepoConfigDisableAnonymousGitAccessAuditEntry implements AuditEntry & Node The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -44474,41 +46624,65 @@ type RepoConfigDisableCollaboratorsOnlyAuditEntry implements AuditEntry & Node & The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoConfigDisableCollaboratorsOnlyAuditEntry object @@ -44519,26 +46693,41 @@ type RepoConfigDisableCollaboratorsOnlyAuditEntry implements AuditEntry & Node & The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -44564,21 +46753,33 @@ type RepoConfigDisableCollaboratorsOnlyAuditEntry implements AuditEntry & Node & The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -44589,41 +46790,65 @@ type RepoConfigDisableContributorsOnlyAuditEntry implements AuditEntry & Node & The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoConfigDisableContributorsOnlyAuditEntry object @@ -44634,26 +46859,41 @@ type RepoConfigDisableContributorsOnlyAuditEntry implements AuditEntry & Node & The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -44679,21 +46919,33 @@ type RepoConfigDisableContributorsOnlyAuditEntry implements AuditEntry & Node & The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -44704,41 +46956,65 @@ type RepoConfigDisableSockpuppetDisallowedAuditEntry implements AuditEntry & Nod The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoConfigDisableSockpuppetDisallowedAuditEntry object @@ -44749,26 +47025,41 @@ type RepoConfigDisableSockpuppetDisallowedAuditEntry implements AuditEntry & Nod The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -44794,21 +47085,33 @@ type RepoConfigDisableSockpuppetDisallowedAuditEntry implements AuditEntry & Nod The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -44819,41 +47122,65 @@ type RepoConfigEnableAnonymousGitAccessAuditEntry implements AuditEntry & Node & The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoConfigEnableAnonymousGitAccessAuditEntry object @@ -44864,26 +47191,41 @@ type RepoConfigEnableAnonymousGitAccessAuditEntry implements AuditEntry & Node & The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -44909,21 +47251,33 @@ type RepoConfigEnableAnonymousGitAccessAuditEntry implements AuditEntry & Node & The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -44934,41 +47288,65 @@ type RepoConfigEnableCollaboratorsOnlyAuditEntry implements AuditEntry & Node & The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoConfigEnableCollaboratorsOnlyAuditEntry object @@ -44979,26 +47357,41 @@ type RepoConfigEnableCollaboratorsOnlyAuditEntry implements AuditEntry & Node & The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -45024,21 +47417,33 @@ type RepoConfigEnableCollaboratorsOnlyAuditEntry implements AuditEntry & Node & The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -45049,41 +47454,65 @@ type RepoConfigEnableContributorsOnlyAuditEntry implements AuditEntry & Node & O The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoConfigEnableContributorsOnlyAuditEntry object @@ -45094,26 +47523,41 @@ type RepoConfigEnableContributorsOnlyAuditEntry implements AuditEntry & Node & O The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -45139,21 +47583,33 @@ type RepoConfigEnableContributorsOnlyAuditEntry implements AuditEntry & Node & O The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -45164,41 +47620,65 @@ type RepoConfigEnableSockpuppetDisallowedAuditEntry implements AuditEntry & Node The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoConfigEnableSockpuppetDisallowedAuditEntry object @@ -45209,26 +47689,41 @@ type RepoConfigEnableSockpuppetDisallowedAuditEntry implements AuditEntry & Node The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -45254,21 +47749,33 @@ type RepoConfigEnableSockpuppetDisallowedAuditEntry implements AuditEntry & Node The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -45279,41 +47786,65 @@ type RepoConfigLockAnonymousGitAccessAuditEntry implements AuditEntry & Node & O The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoConfigLockAnonymousGitAccessAuditEntry object @@ -45324,26 +47855,41 @@ type RepoConfigLockAnonymousGitAccessAuditEntry implements AuditEntry & Node & O The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -45369,21 +47915,33 @@ type RepoConfigLockAnonymousGitAccessAuditEntry implements AuditEntry & Node & O The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -45394,41 +47952,65 @@ type RepoConfigUnlockAnonymousGitAccessAuditEntry implements AuditEntry & Node & The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoConfigUnlockAnonymousGitAccessAuditEntry object @@ -45439,26 +48021,41 @@ type RepoConfigUnlockAnonymousGitAccessAuditEntry implements AuditEntry & Node & The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -45484,21 +48081,33 @@ type RepoConfigUnlockAnonymousGitAccessAuditEntry implements AuditEntry & Node & The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -45509,51 +48118,81 @@ type RepoCreateAuditEntry implements AuditEntry & Node & OrganizationAuditEntryD The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the parent repository for this forked repository. """ forkParentName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the root repository for this network. """ forkSourceName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoCreateAuditEntry object @@ -45564,26 +48203,41 @@ type RepoCreateAuditEntry implements AuditEntry & Node & OrganizationAuditEntryD The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -45609,26 +48263,41 @@ type RepoCreateAuditEntry implements AuditEntry & Node & OrganizationAuditEntryD The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The visibility of the repository """ visibility: RepoCreateAuditEntryVisibility + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -45659,41 +48328,65 @@ type RepoDestroyAuditEntry implements AuditEntry & Node & OrganizationAuditEntry The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoDestroyAuditEntry object @@ -45704,26 +48397,41 @@ type RepoDestroyAuditEntry implements AuditEntry & Node & OrganizationAuditEntry The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -45749,26 +48457,41 @@ type RepoDestroyAuditEntry implements AuditEntry & Node & OrganizationAuditEntry The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The visibility of the repository """ visibility: RepoDestroyAuditEntryVisibility + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -45799,41 +48522,65 @@ type RepoRemoveMemberAuditEntry implements AuditEntry & Node & OrganizationAudit The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoRemoveMemberAuditEntry object @@ -45844,26 +48591,41 @@ type RepoRemoveMemberAuditEntry implements AuditEntry & Node & OrganizationAudit The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -45889,26 +48651,41 @@ type RepoRemoveMemberAuditEntry implements AuditEntry & Node & OrganizationAudit The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The visibility of the repository """ visibility: RepoRemoveMemberAuditEntryVisibility + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -45939,41 +48716,65 @@ type RepoRemoveTopicAuditEntry implements AuditEntry & Node & OrganizationAuditE The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoRemoveTopicAuditEntry object @@ -45984,26 +48785,41 @@ type RepoRemoveTopicAuditEntry implements AuditEntry & Node & OrganizationAuditE The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -46039,21 +48855,33 @@ type RepoRemoveTopicAuditEntry implements AuditEntry & Node & OrganizationAuditE The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -49824,41 +52652,65 @@ type RepositoryVisibilityChangeDisableAuditEntry implements AuditEntry & Enterpr The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for this enterprise. @@ -49884,46 +52736,73 @@ type RepositoryVisibilityChangeDisableAuditEntry implements AuditEntry & Enterpr The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -49934,41 +52813,65 @@ type RepositoryVisibilityChangeEnableAuditEntry implements AuditEntry & Enterpri The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for this enterprise. @@ -49994,46 +52897,73 @@ type RepositoryVisibilityChangeEnableAuditEntry implements AuditEntry & Enterpri The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -50308,7 +53238,7 @@ input RequestReviewsInput { """ The Node IDs of the user to request. """ - userIds: [ID!] @possibleTypes(concreteTypes: ["User"]) + userIds: [ID!] @possibleTypes(concreteTypes: ["Bot", "User"]) } """ @@ -56828,41 +59758,65 @@ type TeamAddMemberAuditEntry implements AuditEntry & Node & OrganizationAuditEnt The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the TeamAddMemberAuditEntry object @@ -56873,31 +59827,49 @@ type TeamAddMemberAuditEntry implements AuditEntry & Node & OrganizationAuditEnt Whether the team was mapped to an LDAP Group. """ isLdapMapped: Boolean + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The team associated with the action @@ -56923,21 +59895,33 @@ type TeamAddMemberAuditEntry implements AuditEntry & Node & OrganizationAuditEnt The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -56948,41 +59932,65 @@ type TeamAddRepositoryAuditEntry implements AuditEntry & Node & OrganizationAudi The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the TeamAddRepositoryAuditEntry object @@ -56993,31 +60001,49 @@ type TeamAddRepositoryAuditEntry implements AuditEntry & Node & OrganizationAudi Whether the team was mapped to an LDAP Group. """ isLdapMapped: Boolean + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -57063,21 +60089,33 @@ type TeamAddRepositoryAuditEntry implements AuditEntry & Node & OrganizationAudi The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -57113,41 +60151,65 @@ type TeamChangeParentTeamAuditEntry implements AuditEntry & Node & OrganizationA The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the TeamChangeParentTeamAuditEntry object @@ -57158,71 +60220,113 @@ type TeamChangeParentTeamAuditEntry implements AuditEntry & Node & OrganizationA Whether the team was mapped to an LDAP Group. """ isLdapMapped: Boolean + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The new parent team. """ parentTeam: Team + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the new parent team """ parentTeamName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the former parent team """ parentTeamNameWas: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the parent team """ parentTeamResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the parent team """ parentTeamUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The former parent team. """ parentTeamWas: Team + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the previous parent team """ parentTeamWasResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the previous parent team """ parentTeamWasUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The team associated with the action @@ -57248,21 +60352,33 @@ type TeamChangeParentTeamAuditEntry implements AuditEntry & Node & OrganizationA The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -58126,41 +61242,65 @@ type TeamRemoveMemberAuditEntry implements AuditEntry & Node & OrganizationAudit The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the TeamRemoveMemberAuditEntry object @@ -58171,31 +61311,49 @@ type TeamRemoveMemberAuditEntry implements AuditEntry & Node & OrganizationAudit Whether the team was mapped to an LDAP Group. """ isLdapMapped: Boolean + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The team associated with the action @@ -58221,21 +61379,33 @@ type TeamRemoveMemberAuditEntry implements AuditEntry & Node & OrganizationAudit The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -58246,41 +61416,65 @@ type TeamRemoveRepositoryAuditEntry implements AuditEntry & Node & OrganizationA The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the TeamRemoveRepositoryAuditEntry object @@ -58291,31 +61485,49 @@ type TeamRemoveRepositoryAuditEntry implements AuditEntry & Node & OrganizationA Whether the team was mapped to an LDAP Group. """ isLdapMapped: Boolean + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -58361,21 +61573,33 @@ type TeamRemoveRepositoryAuditEntry implements AuditEntry & Node & OrganizationA The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -61301,15 +64525,6 @@ input UpdateIssueTypeInput { """ isEnabled: Boolean - """ - Whether or not the issue type is restricted to issues in private repositories - - **Upcoming Change on 2025-04-01 UTC** - **Description:** `isPrivate` will be removed. - **Reason:** Private issue types are being deprecated and can no longer be created. - """ - isPrivate: Boolean - """ The ID of the issue type to update """ diff --git a/src/graphql/data/fpt/schema.json b/src/graphql/data/fpt/schema.json index 1204d85e0a45..11cb3af8e675 100644 --- a/src/graphql/data/fpt/schema.json +++ b/src/graphql/data/fpt/schema.json @@ -21525,11 +21525,6 @@ "href": "/graphql/reference/objects#enterprise", "description": "

An account to manage multiple organizations with consolidated policy and billing.

", "implements": [ - { - "name": "AnnouncementBannerI", - "id": "announcementbanneri", - "href": "/graphql/reference/interfaces#announcementbanneri" - }, { "name": "Node", "id": "node", @@ -21537,16 +21532,6 @@ } ], "fields": [ - { - "name": "announcement", - "description": "

The text of the announcement.

", - "type": "String", - "id": "string", - "kind": "scalars", - "href": "/graphql/reference/scalars#string", - "isDeprecated": true, - "deprecationReason": "

The individual announcementX fields do not follow our standard GraphQL patterns. Use the announcementBanner object instead. Removal on 2025-04-01 UTC.

" - }, { "name": "announcementBanner", "description": "

The announcement banner set on this enterprise, if any. Only visible to members of the enterprise.

", @@ -21555,36 +21540,6 @@ "kind": "objects", "href": "/graphql/reference/objects#announcementbanner" }, - { - "name": "announcementCreatedAt", - "description": "

The date the announcement was created.

", - "type": "DateTime", - "id": "datetime", - "kind": "scalars", - "href": "/graphql/reference/scalars#datetime", - "isDeprecated": true, - "deprecationReason": "

The individual announcementX fields do not follow our standard GraphQL patterns. Use the announcementBanner object instead. Removal on 2025-04-01 UTC.

" - }, - { - "name": "announcementExpiresAt", - "description": "

The expiration date of the announcement, if any.

", - "type": "DateTime", - "id": "datetime", - "kind": "scalars", - "href": "/graphql/reference/scalars#datetime", - "isDeprecated": true, - "deprecationReason": "

The individual announcementX fields do not follow our standard GraphQL patterns. Use the announcementBanner object instead. Removal on 2025-04-01 UTC.

" - }, - { - "name": "announcementUserDismissible", - "description": "

Whether the announcement can be dismissed by the user.

", - "type": "Boolean", - "id": "boolean", - "kind": "scalars", - "href": "/graphql/reference/scalars#boolean", - "isDeprecated": true, - "deprecationReason": "

The individual announcementX fields do not follow our standard GraphQL patterns. Use the announcementBanner object instead. Removal on 2025-04-01 UTC.

" - }, { "name": "avatarUrl", "description": "

A URL pointing to the enterprise's public avatar.

", @@ -33358,7 +33313,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -33366,7 +33323,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -33374,7 +33333,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -33382,7 +33343,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -33390,7 +33353,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -33398,7 +33363,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -33406,7 +33373,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -33414,7 +33383,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "enterpriseResourcePath", @@ -33454,7 +33425,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -33462,7 +33435,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -33470,7 +33445,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -33478,7 +33455,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -33486,7 +33465,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -33494,7 +33475,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -33502,7 +33485,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -33510,7 +33495,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -33518,7 +33505,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -33557,7 +33546,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -33565,7 +33556,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -33573,7 +33566,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -33581,7 +33576,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -33589,7 +33586,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -33597,7 +33596,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -33605,7 +33606,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -33613,7 +33616,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "enterpriseResourcePath", @@ -33653,7 +33658,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -33661,7 +33668,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -33669,7 +33678,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -33677,7 +33688,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -33685,7 +33698,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -33693,7 +33708,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -33701,7 +33718,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -33709,7 +33728,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -33717,7 +33738,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -33756,7 +33779,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -33764,7 +33789,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -33772,7 +33799,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -33780,7 +33809,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -33788,7 +33819,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -33796,7 +33829,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -33804,7 +33839,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -33812,7 +33849,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "enterpriseResourcePath", @@ -33852,7 +33891,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -33860,7 +33901,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -33868,7 +33911,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -33876,7 +33921,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -33884,7 +33931,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -33892,7 +33941,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -33900,7 +33951,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -33908,7 +33961,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -33916,7 +33971,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -35266,7 +35323,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -35274,7 +35333,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -35282,7 +35343,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -35290,7 +35353,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -35298,7 +35363,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -35306,7 +35373,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -35314,7 +35383,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "applicationUrl", @@ -35322,7 +35393,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "callbackUrl", @@ -35330,7 +35403,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -35338,7 +35413,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -35378,7 +35455,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -35386,7 +35465,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -35394,7 +35475,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -35402,7 +35485,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -35410,7 +35495,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "rateLimit", @@ -35418,7 +35505,9 @@ "type": "Int", "id": "int", "kind": "scalars", - "href": "/graphql/reference/scalars#int" + "href": "/graphql/reference/scalars#int", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "state", @@ -35426,7 +35515,9 @@ "type": "OauthApplicationCreateAuditEntryState", "id": "oauthapplicationcreateauditentrystate", "kind": "enums", - "href": "/graphql/reference/enums#oauthapplicationcreateauditentrystate" + "href": "/graphql/reference/enums#oauthapplicationcreateauditentrystate", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -35434,7 +35525,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -35442,7 +35535,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -35450,7 +35545,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -35458,7 +35555,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -35492,7 +35591,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -35500,7 +35601,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -35508,7 +35611,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -35516,7 +35621,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -35524,7 +35631,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -35532,7 +35641,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -35540,7 +35651,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -35548,7 +35661,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -35564,7 +35679,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "operationType", @@ -35572,7 +35689,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -35580,7 +35699,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -35588,7 +35709,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -35596,7 +35719,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -35604,7 +35729,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -35612,7 +35739,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -35620,7 +35749,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -35628,7 +35759,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -35636,7 +35769,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -35670,7 +35805,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -35678,7 +35815,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -35686,7 +35825,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -35694,7 +35835,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -35702,7 +35845,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -35710,7 +35855,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -35718,7 +35865,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -35726,7 +35875,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -35742,7 +35893,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -35750,7 +35903,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -35758,7 +35913,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -35766,7 +35923,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -35774,7 +35933,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "permission", @@ -35782,7 +35943,9 @@ "type": "OrgAddMemberAuditEntryPermission", "id": "orgaddmemberauditentrypermission", "kind": "enums", - "href": "/graphql/reference/enums#orgaddmemberauditentrypermission" + "href": "/graphql/reference/enums#orgaddmemberauditentrypermission", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -35790,7 +35953,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -35798,7 +35963,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -35806,7 +35973,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -35814,7 +35983,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -35848,7 +36019,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -35856,7 +36029,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -35864,7 +36039,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -35872,7 +36049,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -35880,7 +36059,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -35888,7 +36069,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -35896,7 +36079,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "blockedUser", @@ -35904,7 +36089,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "blockedUserName", @@ -35912,7 +36099,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "blockedUserResourcePath", @@ -35920,7 +36109,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "blockedUserUrl", @@ -35928,7 +36119,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -35936,7 +36129,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -35952,7 +36147,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -35960,7 +36157,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -35968,7 +36167,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -35976,7 +36177,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -35984,7 +36187,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -35992,7 +36197,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -36000,7 +36207,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -36008,7 +36217,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -36016,7 +36227,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -36050,7 +36263,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -36058,7 +36273,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -36066,7 +36283,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -36074,7 +36293,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -36082,7 +36303,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -36090,7 +36313,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -36098,7 +36323,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -36106,7 +36333,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -36122,7 +36351,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -36130,7 +36361,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -36138,7 +36371,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -36146,7 +36381,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -36154,7 +36391,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -36162,7 +36401,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -36170,7 +36411,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -36178,7 +36421,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -36186,7 +36431,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -36220,7 +36467,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -36228,7 +36477,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -36236,7 +36487,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -36244,7 +36497,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -36252,7 +36507,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -36260,7 +36517,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -36268,7 +36527,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -36276,7 +36537,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -36292,7 +36555,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -36300,7 +36565,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -36308,7 +36575,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -36316,7 +36585,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -36324,7 +36595,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -36332,7 +36605,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -36340,7 +36615,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -36348,7 +36625,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -36356,7 +36635,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -36390,7 +36671,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -36398,7 +36681,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -36406,7 +36691,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -36414,7 +36701,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -36422,7 +36711,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -36430,7 +36721,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -36438,7 +36731,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "billingPlan", @@ -36446,7 +36741,9 @@ "type": "OrgCreateAuditEntryBillingPlan", "id": "orgcreateauditentrybillingplan", "kind": "enums", - "href": "/graphql/reference/enums#orgcreateauditentrybillingplan" + "href": "/graphql/reference/enums#orgcreateauditentrybillingplan", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -36454,7 +36751,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -36470,7 +36769,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -36478,7 +36779,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -36486,7 +36789,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -36494,7 +36799,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -36502,7 +36809,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -36510,7 +36819,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -36518,7 +36829,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -36526,7 +36839,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -36534,7 +36849,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -36568,7 +36885,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -36576,7 +36895,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -36584,7 +36905,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -36592,7 +36915,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -36600,7 +36925,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -36608,7 +36935,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -36616,7 +36945,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -36624,7 +36955,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -36640,7 +36973,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -36648,7 +36983,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -36656,7 +36993,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -36664,7 +37003,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -36672,7 +37013,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -36680,7 +37023,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -36688,7 +37033,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -36696,7 +37043,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -36704,7 +37053,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -36738,7 +37089,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -36746,7 +37099,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -36754,7 +37109,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -36762,7 +37119,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -36770,7 +37129,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -36778,7 +37139,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -36786,7 +37149,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -36794,7 +37159,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "digestMethodUrl", @@ -36802,7 +37169,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -36818,7 +37187,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "operationType", @@ -36826,7 +37197,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -36834,7 +37207,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -36842,7 +37217,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -36850,7 +37227,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -36858,7 +37237,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "signatureMethodUrl", @@ -36866,7 +37247,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "singleSignOnUrl", @@ -36874,7 +37257,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -36882,7 +37267,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -36890,7 +37277,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -36898,7 +37287,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -36906,7 +37297,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -36940,7 +37333,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -36948,7 +37343,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -36956,7 +37353,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -36964,7 +37363,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -36972,7 +37373,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -36980,7 +37383,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -36988,7 +37393,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -36996,7 +37403,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -37012,7 +37421,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -37020,7 +37431,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -37028,7 +37441,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -37036,7 +37451,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -37044,7 +37461,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -37052,7 +37471,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -37060,7 +37481,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -37068,7 +37491,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -37076,7 +37501,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -37110,7 +37537,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -37118,7 +37547,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -37126,7 +37557,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -37134,7 +37567,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -37142,7 +37577,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -37150,7 +37587,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -37158,7 +37597,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -37166,7 +37607,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -37182,7 +37625,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -37190,7 +37635,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -37198,7 +37645,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -37206,7 +37655,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -37214,7 +37665,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -37222,7 +37675,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -37230,7 +37685,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -37238,7 +37695,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -37246,7 +37705,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -37280,7 +37741,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -37288,7 +37751,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -37296,7 +37761,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -37304,7 +37771,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -37312,7 +37781,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -37320,7 +37791,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -37328,7 +37801,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -37336,7 +37811,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "digestMethodUrl", @@ -37344,7 +37821,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -37360,7 +37839,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "operationType", @@ -37368,7 +37849,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -37376,7 +37859,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -37384,7 +37869,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -37392,7 +37879,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -37400,7 +37889,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "signatureMethodUrl", @@ -37408,7 +37899,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "singleSignOnUrl", @@ -37416,7 +37909,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -37424,7 +37919,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -37432,7 +37929,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -37440,7 +37939,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -37448,7 +37949,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -37482,7 +37985,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -37490,7 +37995,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -37498,7 +38005,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -37506,7 +38015,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -37514,7 +38025,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -37522,7 +38035,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -37530,7 +38045,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -37538,7 +38055,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -37554,7 +38073,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -37562,7 +38083,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -37570,7 +38093,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -37578,7 +38103,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -37586,7 +38113,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -37594,7 +38123,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -37602,7 +38133,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -37610,7 +38143,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -37618,7 +38153,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -37652,7 +38189,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -37660,7 +38199,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -37668,7 +38209,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -37676,7 +38219,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -37684,7 +38229,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -37692,7 +38239,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -37700,7 +38249,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -37708,7 +38259,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "email", @@ -37716,7 +38269,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -37732,7 +38287,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -37740,7 +38297,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationInvitation", @@ -37748,7 +38307,9 @@ "type": "OrganizationInvitation", "id": "organizationinvitation", "kind": "objects", - "href": "/graphql/reference/objects#organizationinvitation" + "href": "/graphql/reference/objects#organizationinvitation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -37756,7 +38317,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -37764,7 +38327,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -37772,7 +38337,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -37780,7 +38347,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -37788,7 +38357,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -37796,7 +38367,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -37804,7 +38377,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -37843,7 +38418,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -37851,7 +38428,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -37859,7 +38438,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -37867,7 +38448,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -37875,7 +38458,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -37883,7 +38468,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -37891,7 +38478,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -37899,7 +38488,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "enterpriseResourcePath", @@ -37939,7 +38530,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -37947,7 +38540,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -37955,7 +38550,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -37963,7 +38560,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -37971,7 +38570,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -37979,7 +38580,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -37987,7 +38590,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -37995,7 +38600,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -38003,7 +38610,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -38042,7 +38651,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -38050,7 +38661,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -38058,7 +38671,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -38066,7 +38681,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -38074,7 +38691,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -38082,7 +38701,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -38090,7 +38711,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -38098,7 +38721,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -38138,7 +38763,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -38146,7 +38773,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -38154,7 +38783,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -38162,7 +38793,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -38170,7 +38803,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -38178,7 +38813,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -38186,7 +38823,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -38194,7 +38833,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -38202,7 +38843,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -38241,7 +38884,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -38249,7 +38894,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -38257,7 +38904,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -38265,7 +38914,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -38273,7 +38924,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -38281,7 +38934,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -38289,7 +38944,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -38297,7 +38954,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -38337,7 +38996,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -38345,7 +39006,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -38353,7 +39016,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -38361,7 +39026,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -38369,7 +39036,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -38377,7 +39046,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -38385,7 +39056,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -38393,7 +39066,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -38401,7 +39076,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -38440,7 +39117,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -38448,7 +39127,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -38456,7 +39137,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -38464,7 +39147,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -38472,7 +39157,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -38480,7 +39167,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -38488,7 +39177,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -38496,7 +39187,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -38536,7 +39229,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -38544,7 +39239,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -38552,7 +39249,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -38560,7 +39259,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -38568,7 +39269,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -38576,7 +39279,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -38584,7 +39289,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -38592,7 +39299,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -38600,7 +39309,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -38639,7 +39350,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -38647,7 +39360,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -38655,7 +39370,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -38663,7 +39380,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -38671,7 +39390,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -38679,7 +39400,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -38687,7 +39410,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -38695,7 +39420,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -38735,7 +39462,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -38743,7 +39472,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -38751,7 +39482,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -38759,7 +39492,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -38767,7 +39502,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -38775,7 +39512,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -38783,7 +39522,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -38791,7 +39532,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -38799,7 +39542,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -38838,7 +39583,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -38846,7 +39593,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -38854,7 +39603,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -38862,7 +39613,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -38870,7 +39623,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -38878,7 +39633,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -38886,7 +39643,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -38894,7 +39653,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -38934,7 +39695,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -38942,7 +39705,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -38950,7 +39715,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -38958,7 +39725,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -38966,7 +39735,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -38974,7 +39745,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -38982,7 +39755,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -38990,7 +39765,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -38998,7 +39775,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -39032,7 +39811,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -39040,7 +39821,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -39048,7 +39831,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -39056,7 +39841,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -39064,7 +39851,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -39072,7 +39861,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -39080,7 +39871,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -39088,7 +39881,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -39104,7 +39899,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -39112,7 +39909,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -39120,7 +39919,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -39128,7 +39929,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -39136,7 +39939,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "reason", @@ -39144,7 +39949,9 @@ "type": "OrgRemoveBillingManagerAuditEntryReason", "id": "orgremovebillingmanagerauditentryreason", "kind": "enums", - "href": "/graphql/reference/enums#orgremovebillingmanagerauditentryreason" + "href": "/graphql/reference/enums#orgremovebillingmanagerauditentryreason", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -39152,7 +39959,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -39160,7 +39969,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -39168,7 +39979,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -39176,7 +39989,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -39210,7 +40025,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -39218,7 +40035,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -39226,7 +40045,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -39234,7 +40055,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -39242,7 +40065,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -39250,7 +40075,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -39258,7 +40085,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -39266,7 +40095,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -39282,7 +40113,9 @@ "type": "[OrgRemoveMemberAuditEntryMembershipType!]", "id": "orgremovememberauditentrymembershiptype", "kind": "enums", - "href": "/graphql/reference/enums#orgremovememberauditentrymembershiptype" + "href": "/graphql/reference/enums#orgremovememberauditentrymembershiptype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "operationType", @@ -39290,7 +40123,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -39298,7 +40133,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -39306,7 +40143,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -39314,7 +40153,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -39322,7 +40163,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "reason", @@ -39330,7 +40173,9 @@ "type": "OrgRemoveMemberAuditEntryReason", "id": "orgremovememberauditentryreason", "kind": "enums", - "href": "/graphql/reference/enums#orgremovememberauditentryreason" + "href": "/graphql/reference/enums#orgremovememberauditentryreason", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -39338,7 +40183,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -39346,7 +40193,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -39354,7 +40203,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -39362,7 +40213,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -39396,7 +40249,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -39404,7 +40259,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -39412,7 +40269,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -39420,7 +40279,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -39428,7 +40289,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -39436,7 +40299,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -39444,7 +40309,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -39452,7 +40319,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -39468,7 +40337,9 @@ "type": "[OrgRemoveOutsideCollaboratorAuditEntryMembershipType!]", "id": "orgremoveoutsidecollaboratorauditentrymembershiptype", "kind": "enums", - "href": "/graphql/reference/enums#orgremoveoutsidecollaboratorauditentrymembershiptype" + "href": "/graphql/reference/enums#orgremoveoutsidecollaboratorauditentrymembershiptype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "operationType", @@ -39476,7 +40347,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -39484,7 +40357,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -39492,7 +40367,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -39500,7 +40377,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -39508,7 +40387,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "reason", @@ -39516,7 +40397,9 @@ "type": "OrgRemoveOutsideCollaboratorAuditEntryReason", "id": "orgremoveoutsidecollaboratorauditentryreason", "kind": "enums", - "href": "/graphql/reference/enums#orgremoveoutsidecollaboratorauditentryreason" + "href": "/graphql/reference/enums#orgremoveoutsidecollaboratorauditentryreason", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -39524,7 +40407,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -39532,7 +40417,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -39540,7 +40427,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -39548,7 +40437,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -39582,7 +40473,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -39590,7 +40483,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -39598,7 +40493,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -39606,7 +40503,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -39614,7 +40513,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -39622,7 +40523,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -39630,7 +40533,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -39638,7 +40543,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -39654,7 +40561,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -39662,7 +40571,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -39670,7 +40581,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -39678,7 +40591,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -39686,7 +40601,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "restoredCustomEmailRoutingsCount", @@ -39694,7 +40611,9 @@ "type": "Int", "id": "int", "kind": "scalars", - "href": "/graphql/reference/scalars#int" + "href": "/graphql/reference/scalars#int", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "restoredIssueAssignmentsCount", @@ -39702,7 +40621,9 @@ "type": "Int", "id": "int", "kind": "scalars", - "href": "/graphql/reference/scalars#int" + "href": "/graphql/reference/scalars#int", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "restoredMemberships", @@ -39710,7 +40631,9 @@ "type": "[OrgRestoreMemberAuditEntryMembership!]", "id": "orgrestorememberauditentrymembership", "kind": "unions", - "href": "/graphql/reference/unions#orgrestorememberauditentrymembership" + "href": "/graphql/reference/unions#orgrestorememberauditentrymembership", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "restoredMembershipsCount", @@ -39718,7 +40641,9 @@ "type": "Int", "id": "int", "kind": "scalars", - "href": "/graphql/reference/scalars#int" + "href": "/graphql/reference/scalars#int", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "restoredRepositoriesCount", @@ -39726,7 +40651,9 @@ "type": "Int", "id": "int", "kind": "scalars", - "href": "/graphql/reference/scalars#int" + "href": "/graphql/reference/scalars#int", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "restoredRepositoryStarsCount", @@ -39734,7 +40661,9 @@ "type": "Int", "id": "int", "kind": "scalars", - "href": "/graphql/reference/scalars#int" + "href": "/graphql/reference/scalars#int", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "restoredRepositoryWatchesCount", @@ -39742,7 +40671,9 @@ "type": "Int", "id": "int", "kind": "scalars", - "href": "/graphql/reference/scalars#int" + "href": "/graphql/reference/scalars#int", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -39750,7 +40681,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -39758,7 +40691,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -39766,7 +40701,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -39774,7 +40711,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -39798,7 +40737,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -39806,7 +40747,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -39814,7 +40757,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -39822,7 +40767,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -39952,7 +40899,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -39960,7 +40909,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -39968,7 +40919,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -39976,7 +40929,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -39984,7 +40939,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -39992,7 +40949,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -40000,7 +40959,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "blockedUser", @@ -40008,7 +40969,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "blockedUserName", @@ -40016,7 +40979,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "blockedUserResourcePath", @@ -40024,7 +40989,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "blockedUserUrl", @@ -40032,7 +40999,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -40040,7 +41009,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -40056,7 +41027,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -40064,7 +41037,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -40072,7 +41047,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -40080,7 +41057,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -40088,7 +41067,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -40096,7 +41077,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -40104,7 +41087,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -40112,7 +41097,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -40120,7 +41107,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -40154,7 +41143,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -40162,7 +41153,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -40170,7 +41163,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -40178,7 +41173,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -40186,7 +41183,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -40194,7 +41193,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -40202,7 +41203,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -40210,7 +41213,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -40226,7 +41231,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -40234,7 +41241,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -40242,7 +41251,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -40250,7 +41261,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -40258,7 +41271,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "permission", @@ -40266,7 +41281,9 @@ "type": "OrgUpdateDefaultRepositoryPermissionAuditEntryPermission", "id": "orgupdatedefaultrepositorypermissionauditentrypermission", "kind": "enums", - "href": "/graphql/reference/enums#orgupdatedefaultrepositorypermissionauditentrypermission" + "href": "/graphql/reference/enums#orgupdatedefaultrepositorypermissionauditentrypermission", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "permissionWas", @@ -40274,7 +41291,9 @@ "type": "OrgUpdateDefaultRepositoryPermissionAuditEntryPermission", "id": "orgupdatedefaultrepositorypermissionauditentrypermission", "kind": "enums", - "href": "/graphql/reference/enums#orgupdatedefaultrepositorypermissionauditentrypermission" + "href": "/graphql/reference/enums#orgupdatedefaultrepositorypermissionauditentrypermission", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -40282,7 +41301,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -40290,7 +41311,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -40298,7 +41321,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -40306,7 +41331,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -40340,7 +41367,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -40348,7 +41377,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -40356,7 +41387,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -40364,7 +41397,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -40372,7 +41407,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -40380,7 +41417,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -40388,7 +41427,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -40396,7 +41437,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -40412,7 +41455,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -40420,7 +41465,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -40428,7 +41475,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -40436,7 +41485,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -40444,7 +41495,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "permission", @@ -40452,7 +41505,9 @@ "type": "OrgUpdateMemberAuditEntryPermission", "id": "orgupdatememberauditentrypermission", "kind": "enums", - "href": "/graphql/reference/enums#orgupdatememberauditentrypermission" + "href": "/graphql/reference/enums#orgupdatememberauditentrypermission", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "permissionWas", @@ -40460,7 +41515,9 @@ "type": "OrgUpdateMemberAuditEntryPermission", "id": "orgupdatememberauditentrypermission", "kind": "enums", - "href": "/graphql/reference/enums#orgupdatememberauditentrypermission" + "href": "/graphql/reference/enums#orgupdatememberauditentrypermission", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -40468,7 +41525,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -40476,7 +41535,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -40484,7 +41545,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -40492,7 +41555,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -40526,7 +41591,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -40534,7 +41601,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -40542,7 +41611,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -40550,7 +41621,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -40558,7 +41631,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -40566,7 +41641,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -40574,7 +41651,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "canCreateRepositories", @@ -40582,7 +41661,9 @@ "type": "Boolean", "id": "boolean", "kind": "scalars", - "href": "/graphql/reference/scalars#boolean" + "href": "/graphql/reference/scalars#boolean", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -40590,7 +41671,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -40606,7 +41689,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -40614,7 +41699,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -40622,7 +41709,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -40630,7 +41719,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -40638,7 +41729,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -40646,7 +41739,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -40654,7 +41749,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -40662,7 +41759,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -40670,7 +41769,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "visibility", @@ -40678,7 +41779,9 @@ "type": "OrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibility", "id": "orgupdatememberrepositorycreationpermissionauditentryvisibility", "kind": "enums", - "href": "/graphql/reference/enums#orgupdatememberrepositorycreationpermissionauditentryvisibility" + "href": "/graphql/reference/enums#orgupdatememberrepositorycreationpermissionauditentryvisibility", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -40712,7 +41815,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -40720,7 +41825,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -40728,7 +41835,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -40736,7 +41845,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -40744,7 +41855,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -40752,7 +41865,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -40760,7 +41875,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "canInviteOutsideCollaboratorsToRepositories", @@ -40768,7 +41885,9 @@ "type": "Boolean", "id": "boolean", "kind": "scalars", - "href": "/graphql/reference/scalars#boolean" + "href": "/graphql/reference/scalars#boolean", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -40776,7 +41895,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -40792,7 +41913,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -40800,7 +41923,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -40808,7 +41933,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -40816,7 +41943,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -40824,7 +41953,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -40832,7 +41963,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -40840,7 +41973,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -40848,7 +41983,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -40856,7 +41993,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -40872,11 +42011,6 @@ "id": "actor", "href": "/graphql/reference/interfaces#actor" }, - { - "name": "AnnouncementBannerI", - "id": "announcementbanneri", - "href": "/graphql/reference/interfaces#announcementbanneri" - }, { "name": "MemberStatusable", "id": "memberstatusable", @@ -40939,16 +42073,6 @@ } ], "fields": [ - { - "name": "announcement", - "description": "

The text of the announcement.

", - "type": "String", - "id": "string", - "kind": "scalars", - "href": "/graphql/reference/scalars#string", - "isDeprecated": true, - "deprecationReason": "

The individual announcementX fields do not follow our standard GraphQL patterns. Use the announcementBanner object instead. Removal on 2025-04-01 UTC.

" - }, { "name": "announcementBanner", "description": "

The announcement banner set on this organization, if any. Only visible to members of the organization's enterprise.

", @@ -40957,36 +42081,6 @@ "kind": "objects", "href": "/graphql/reference/objects#announcementbanner" }, - { - "name": "announcementCreatedAt", - "description": "

The date the announcement was created.

", - "type": "DateTime", - "id": "datetime", - "kind": "scalars", - "href": "/graphql/reference/scalars#datetime", - "isDeprecated": true, - "deprecationReason": "

The individual announcementX fields do not follow our standard GraphQL patterns. Use the announcementBanner object instead. Removal on 2025-04-01 UTC.

" - }, - { - "name": "announcementExpiresAt", - "description": "

The expiration date of the announcement, if any.

", - "type": "DateTime", - "id": "datetime", - "kind": "scalars", - "href": "/graphql/reference/scalars#datetime", - "isDeprecated": true, - "deprecationReason": "

The individual announcementX fields do not follow our standard GraphQL patterns. Use the announcementBanner object instead. Removal on 2025-04-01 UTC.

" - }, - { - "name": "announcementUserDismissible", - "description": "

Whether the announcement can be dismissed by the user.

", - "type": "Boolean", - "id": "boolean", - "kind": "scalars", - "href": "/graphql/reference/scalars#boolean", - "isDeprecated": true, - "deprecationReason": "

The individual announcementX fields do not follow our standard GraphQL patterns. Use the announcementBanner object instead. Removal on 2025-04-01 UTC.

" - }, { "name": "anyPinnableItems", "description": "

Determine if this repository owner has any items that can be pinned to their profile.

", @@ -41083,7 +42177,9 @@ "href": "/graphql/reference/scalars#string" } } - ] + ], + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "avatarUrl", @@ -46072,7 +47168,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -46080,7 +47178,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -46088,7 +47188,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -46096,7 +47198,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -46104,7 +47208,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -46112,7 +47218,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -46120,7 +47228,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -46128,7 +47238,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "enterpriseResourcePath", @@ -46168,7 +47280,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -46176,7 +47290,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -46184,7 +47300,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -46192,7 +47310,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -46200,7 +47320,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -46240,7 +47362,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -46248,7 +47372,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -46256,7 +47382,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -46264,7 +47392,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -46308,7 +47438,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -46316,7 +47448,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -46324,7 +47458,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -46332,7 +47468,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -46340,7 +47478,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -46348,7 +47488,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -46356,7 +47498,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -46364,7 +47508,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "enterpriseResourcePath", @@ -46404,7 +47550,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -46412,7 +47560,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -46420,7 +47570,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -46428,7 +47580,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -46436,7 +47590,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -46476,7 +47632,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -46484,7 +47642,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -46492,7 +47652,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -46500,7 +47662,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -53766,7 +54930,7 @@ }, { "name": "automaticCopilotCodeReviewEnabled", - "description": "

This field is in beta and subject to change. Automatically request review from\nCopilot for new pull requests, if the author has access to Copilot code review.

", + "description": "

Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.

", "type": "Boolean!", "id": "boolean", "kind": "scalars", @@ -57974,7 +59138,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -57982,7 +59148,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -57990,7 +59158,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -57998,7 +59168,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -58006,7 +59178,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -58014,7 +59188,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -58022,7 +59198,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -58030,7 +59208,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -58046,7 +59226,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -58054,7 +59236,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -58062,7 +59246,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -58070,7 +59256,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -58078,7 +59266,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -58118,7 +59308,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -58126,7 +59318,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -58134,7 +59328,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -58142,7 +59338,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "visibility", @@ -58150,7 +59348,9 @@ "type": "RepoAccessAuditEntryVisibility", "id": "repoaccessauditentryvisibility", "kind": "enums", - "href": "/graphql/reference/enums#repoaccessauditentryvisibility" + "href": "/graphql/reference/enums#repoaccessauditentryvisibility", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -58189,7 +59389,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -58197,7 +59399,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -58205,7 +59409,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -58213,7 +59419,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -58221,7 +59429,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -58229,7 +59439,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -58237,7 +59449,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -58245,7 +59459,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -58261,7 +59477,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -58269,7 +59487,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -58277,7 +59497,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -58285,7 +59507,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -58293,7 +59517,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -58333,7 +59559,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -58341,7 +59569,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -58349,7 +59579,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -58357,7 +59589,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "visibility", @@ -58365,7 +59599,9 @@ "type": "RepoAddMemberAuditEntryVisibility", "id": "repoaddmemberauditentryvisibility", "kind": "enums", - "href": "/graphql/reference/enums#repoaddmemberauditentryvisibility" + "href": "/graphql/reference/enums#repoaddmemberauditentryvisibility", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -58409,7 +59645,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -58417,7 +59655,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -58425,7 +59665,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -58433,7 +59675,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -58441,7 +59685,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -58449,7 +59695,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -58457,7 +59705,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -58465,7 +59715,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -58481,7 +59733,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -58489,7 +59743,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -58497,7 +59753,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -58505,7 +59763,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -58513,7 +59773,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -58569,7 +59831,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -58577,7 +59841,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -58585,7 +59851,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -58593,7 +59861,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -58632,7 +59902,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -58640,7 +59912,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -58648,7 +59922,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -58656,7 +59932,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -58664,7 +59942,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -58672,7 +59952,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -58680,7 +59962,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -58688,7 +59972,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -58704,7 +59990,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -58712,7 +60000,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -58720,7 +60010,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -58728,7 +60020,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -58736,7 +60030,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -58776,7 +60072,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -58784,7 +60082,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -58792,7 +60092,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -58800,7 +60102,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "visibility", @@ -58808,7 +60112,9 @@ "type": "RepoArchivedAuditEntryVisibility", "id": "repoarchivedauditentryvisibility", "kind": "enums", - "href": "/graphql/reference/enums#repoarchivedauditentryvisibility" + "href": "/graphql/reference/enums#repoarchivedauditentryvisibility", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -58847,7 +60153,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -58855,7 +60163,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -58863,7 +60173,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -58871,7 +60183,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -58879,7 +60193,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -58887,7 +60203,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -58895,7 +60213,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -58903,7 +60223,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -58919,7 +60241,9 @@ "type": "Boolean", "id": "boolean", "kind": "scalars", - "href": "/graphql/reference/scalars#boolean" + "href": "/graphql/reference/scalars#boolean", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "mergeType", @@ -58927,7 +60251,9 @@ "type": "RepoChangeMergeSettingAuditEntryMergeType", "id": "repochangemergesettingauditentrymergetype", "kind": "enums", - "href": "/graphql/reference/enums#repochangemergesettingauditentrymergetype" + "href": "/graphql/reference/enums#repochangemergesettingauditentrymergetype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "operationType", @@ -58935,7 +60261,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -58943,7 +60271,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -58951,7 +60281,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -58959,7 +60291,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -58967,7 +60301,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -59007,7 +60343,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -59015,7 +60353,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -59023,7 +60363,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -59031,7 +60373,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -59070,7 +60414,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -59078,7 +60424,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -59086,7 +60434,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -59094,7 +60444,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -59102,7 +60454,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -59110,7 +60464,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -59118,7 +60474,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -59126,7 +60484,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -59142,7 +60502,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -59150,7 +60512,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -59158,7 +60522,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -59166,7 +60532,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -59174,7 +60542,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -59214,7 +60584,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -59222,7 +60594,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -59230,7 +60604,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -59238,7 +60614,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -59277,7 +60655,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -59285,7 +60665,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -59293,7 +60675,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -59301,7 +60685,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -59309,7 +60695,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -59317,7 +60705,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -59325,7 +60715,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -59333,7 +60725,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -59349,7 +60743,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -59357,7 +60753,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -59365,7 +60763,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -59373,7 +60773,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -59381,7 +60783,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -59421,7 +60825,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -59429,7 +60835,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -59437,7 +60845,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -59445,7 +60855,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -59484,7 +60896,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -59492,7 +60906,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -59500,7 +60916,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -59508,7 +60926,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -59516,7 +60936,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -59524,7 +60946,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -59532,7 +60956,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -59540,7 +60966,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -59556,7 +60984,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -59564,7 +60994,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -59572,7 +61004,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -59580,7 +61014,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -59588,7 +61024,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -59628,7 +61066,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -59636,7 +61076,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -59644,7 +61086,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -59652,7 +61096,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -59691,7 +61137,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -59699,7 +61147,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -59707,7 +61157,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -59715,7 +61167,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -59723,7 +61177,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -59731,7 +61187,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -59739,7 +61197,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -59747,7 +61207,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -59763,7 +61225,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -59771,7 +61235,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -59779,7 +61245,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -59787,7 +61255,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -59795,7 +61265,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -59835,7 +61307,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -59843,7 +61317,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -59851,7 +61327,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -59859,7 +61337,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -59898,7 +61378,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -59906,7 +61388,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -59914,7 +61398,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -59922,7 +61408,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -59930,7 +61418,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -59938,7 +61428,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -59946,7 +61438,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -59954,7 +61448,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -59970,7 +61466,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -59978,7 +61476,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -59986,7 +61486,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -59994,7 +61496,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -60002,7 +61506,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -60042,7 +61548,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -60050,7 +61558,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -60058,7 +61568,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -60066,7 +61578,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -60105,7 +61619,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -60113,7 +61629,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -60121,7 +61639,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -60129,7 +61649,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -60137,7 +61659,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -60145,7 +61669,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -60153,7 +61679,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -60161,7 +61689,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -60177,7 +61707,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -60185,7 +61717,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -60193,7 +61727,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -60201,7 +61737,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -60209,7 +61747,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -60249,7 +61789,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -60257,7 +61799,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -60265,7 +61809,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -60273,7 +61819,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -60312,7 +61860,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -60320,7 +61870,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -60328,7 +61880,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -60336,7 +61890,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -60344,7 +61900,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -60352,7 +61910,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -60360,7 +61920,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -60368,7 +61930,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -60384,7 +61948,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -60392,7 +61958,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -60400,7 +61968,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -60408,7 +61978,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -60416,7 +61988,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -60456,7 +62030,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -60464,7 +62040,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -60472,7 +62050,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -60480,7 +62060,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -60519,7 +62101,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -60527,7 +62111,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -60535,7 +62121,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -60543,7 +62131,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -60551,7 +62141,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -60559,7 +62151,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -60567,7 +62161,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -60575,7 +62171,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -60591,7 +62189,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -60599,7 +62199,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -60607,7 +62209,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -60615,7 +62219,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -60623,7 +62229,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -60663,7 +62271,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -60671,7 +62281,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -60679,7 +62291,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -60687,7 +62301,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -60726,7 +62342,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -60734,7 +62352,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -60742,7 +62362,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -60750,7 +62372,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -60758,7 +62382,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -60766,7 +62392,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -60774,7 +62402,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -60782,7 +62412,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -60798,7 +62430,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -60806,7 +62440,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -60814,7 +62450,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -60822,7 +62460,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -60830,7 +62470,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -60870,7 +62512,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -60878,7 +62522,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -60886,7 +62532,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -60894,7 +62542,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -60933,7 +62583,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -60941,7 +62593,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -60949,7 +62603,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -60957,7 +62613,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -60965,7 +62623,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -60973,7 +62633,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -60981,7 +62643,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -60989,7 +62653,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -61005,7 +62671,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -61013,7 +62681,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -61021,7 +62691,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -61029,7 +62701,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -61037,7 +62711,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -61077,7 +62753,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -61085,7 +62763,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -61093,7 +62773,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -61101,7 +62783,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -61140,7 +62824,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -61148,7 +62834,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -61156,7 +62844,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -61164,7 +62854,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -61172,7 +62864,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -61180,7 +62874,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -61188,7 +62884,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -61196,7 +62894,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "forkParentName", @@ -61204,7 +62904,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "forkSourceName", @@ -61212,7 +62914,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -61228,7 +62932,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -61236,7 +62942,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -61244,7 +62952,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -61252,7 +62962,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -61260,7 +62972,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -61300,7 +63014,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -61308,7 +63024,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -61316,7 +63034,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -61324,7 +63044,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "visibility", @@ -61332,7 +63054,9 @@ "type": "RepoCreateAuditEntryVisibility", "id": "repocreateauditentryvisibility", "kind": "enums", - "href": "/graphql/reference/enums#repocreateauditentryvisibility" + "href": "/graphql/reference/enums#repocreateauditentryvisibility", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -61371,7 +63095,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -61379,7 +63105,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -61387,7 +63115,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -61395,7 +63125,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -61403,7 +63135,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -61411,7 +63145,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -61419,7 +63155,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -61427,7 +63165,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -61443,7 +63183,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -61451,7 +63193,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -61459,7 +63203,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -61467,7 +63213,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -61475,7 +63223,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -61515,7 +63265,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -61523,7 +63275,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -61531,7 +63285,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -61539,7 +63295,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "visibility", @@ -61547,7 +63305,9 @@ "type": "RepoDestroyAuditEntryVisibility", "id": "repodestroyauditentryvisibility", "kind": "enums", - "href": "/graphql/reference/enums#repodestroyauditentryvisibility" + "href": "/graphql/reference/enums#repodestroyauditentryvisibility", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -61586,7 +63346,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -61594,7 +63356,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -61602,7 +63366,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -61610,7 +63376,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -61618,7 +63386,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -61626,7 +63396,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -61634,7 +63406,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -61642,7 +63416,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -61658,7 +63434,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -61666,7 +63444,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -61674,7 +63454,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -61682,7 +63464,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -61690,7 +63474,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -61730,7 +63516,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -61738,7 +63526,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -61746,7 +63536,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -61754,7 +63546,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "visibility", @@ -61762,7 +63556,9 @@ "type": "RepoRemoveMemberAuditEntryVisibility", "id": "reporemovememberauditentryvisibility", "kind": "enums", - "href": "/graphql/reference/enums#reporemovememberauditentryvisibility" + "href": "/graphql/reference/enums#reporemovememberauditentryvisibility", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -61806,7 +63602,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -61814,7 +63612,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -61822,7 +63622,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -61830,7 +63632,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -61838,7 +63642,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -61846,7 +63652,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -61854,7 +63662,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -61862,7 +63672,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -61878,7 +63690,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -61886,7 +63700,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -61894,7 +63710,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -61902,7 +63720,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -61910,7 +63730,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -61966,7 +63788,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -61974,7 +63798,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -61982,7 +63808,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -61990,7 +63818,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -66853,7 +68683,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -66861,7 +68693,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -66869,7 +68703,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -66877,7 +68713,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -66885,7 +68723,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -66893,7 +68733,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -66901,7 +68743,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -66909,7 +68753,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "enterpriseResourcePath", @@ -66949,7 +68795,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -66957,7 +68805,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -66965,7 +68815,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -66973,7 +68825,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -66981,7 +68835,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -66989,7 +68845,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -66997,7 +68855,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -67005,7 +68865,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -67013,7 +68875,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -67052,7 +68916,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -67060,7 +68926,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -67068,7 +68936,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -67076,7 +68946,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -67084,7 +68956,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -67092,7 +68966,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -67100,7 +68976,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -67108,7 +68986,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "enterpriseResourcePath", @@ -67148,7 +69028,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -67156,7 +69038,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -67164,7 +69048,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -67172,7 +69058,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -67180,7 +69068,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -67188,7 +69078,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -67196,7 +69088,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -67204,7 +69098,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -67212,7 +69108,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -72814,7 +74712,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -72822,7 +74722,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -72830,7 +74732,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -72838,7 +74742,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -72846,7 +74752,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -72854,7 +74762,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -72862,7 +74772,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -72870,7 +74782,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -72886,7 +74800,9 @@ "type": "Boolean", "id": "boolean", "kind": "scalars", - "href": "/graphql/reference/scalars#boolean" + "href": "/graphql/reference/scalars#boolean", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "operationType", @@ -72894,7 +74810,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -72902,7 +74820,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -72910,7 +74830,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -72918,7 +74840,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -72926,7 +74850,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "team", @@ -72966,7 +74892,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -72974,7 +74902,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -72982,7 +74912,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -72990,7 +74922,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -73034,7 +74968,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -73042,7 +74978,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -73050,7 +74988,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -73058,7 +74998,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -73066,7 +75008,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -73074,7 +75018,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -73082,7 +75028,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -73090,7 +75038,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -73106,7 +75056,9 @@ "type": "Boolean", "id": "boolean", "kind": "scalars", - "href": "/graphql/reference/scalars#boolean" + "href": "/graphql/reference/scalars#boolean", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "operationType", @@ -73114,7 +75066,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -73122,7 +75076,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -73130,7 +75086,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -73138,7 +75096,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -73146,7 +75106,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -73218,7 +75180,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -73226,7 +75190,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -73234,7 +75200,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -73242,7 +75210,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -73281,7 +75251,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -73289,7 +75261,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -73297,7 +75271,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -73305,7 +75281,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -73313,7 +75291,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -73321,7 +75301,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -73329,7 +75311,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -73337,7 +75321,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -73353,7 +75339,9 @@ "type": "Boolean", "id": "boolean", "kind": "scalars", - "href": "/graphql/reference/scalars#boolean" + "href": "/graphql/reference/scalars#boolean", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "operationType", @@ -73361,7 +75349,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -73369,7 +75359,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -73377,7 +75369,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -73385,7 +75379,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -73393,7 +75389,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "parentTeam", @@ -73401,7 +75399,9 @@ "type": "Team", "id": "team", "kind": "objects", - "href": "/graphql/reference/objects#team" + "href": "/graphql/reference/objects#team", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "parentTeamName", @@ -73409,7 +75409,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "parentTeamNameWas", @@ -73417,7 +75419,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "parentTeamResourcePath", @@ -73425,7 +75429,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "parentTeamUrl", @@ -73433,7 +75439,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "parentTeamWas", @@ -73441,7 +75449,9 @@ "type": "Team", "id": "team", "kind": "objects", - "href": "/graphql/reference/objects#team" + "href": "/graphql/reference/objects#team", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "parentTeamWasResourcePath", @@ -73449,7 +75459,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "parentTeamWasUrl", @@ -73457,7 +75469,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "team", @@ -73497,7 +75511,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -73505,7 +75521,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -73513,7 +75531,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -73521,7 +75541,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -74757,7 +76779,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -74765,7 +76789,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -74773,7 +76799,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -74781,7 +76809,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -74789,7 +76819,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -74797,7 +76829,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -74805,7 +76839,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -74813,7 +76849,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -74829,7 +76867,9 @@ "type": "Boolean", "id": "boolean", "kind": "scalars", - "href": "/graphql/reference/scalars#boolean" + "href": "/graphql/reference/scalars#boolean", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "operationType", @@ -74837,7 +76877,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -74845,7 +76887,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -74853,7 +76897,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -74861,7 +76907,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -74869,7 +76917,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "team", @@ -74909,7 +76959,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -74917,7 +76969,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -74925,7 +76979,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -74933,7 +76989,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -74977,7 +77035,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -74985,7 +77045,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -74993,7 +77055,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -75001,7 +77065,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -75009,7 +77075,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -75017,7 +77085,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -75025,7 +77095,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -75033,7 +77105,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -75049,7 +77123,9 @@ "type": "Boolean", "id": "boolean", "kind": "scalars", - "href": "/graphql/reference/scalars#boolean" + "href": "/graphql/reference/scalars#boolean", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "operationType", @@ -75057,7 +77133,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -75065,7 +77143,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -75073,7 +77153,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -75081,7 +77163,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -75089,7 +77173,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -75161,7 +77247,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -75169,7 +77257,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -75177,7 +77267,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -75185,7 +77277,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -81318,55 +83412,6 @@ } ] }, - { - "name": "AnnouncementBannerI", - "kind": "interfaces", - "id": "announcementbanneri", - "href": "/graphql/reference/interfaces#announcementbanneri", - "description": "

Represents an announcement banner.

", - "fields": [ - { - "name": "announcement", - "description": "

The text of the announcement.

", - "type": "String", - "id": "string", - "kind": "scalars", - "href": "/graphql/reference/scalars#string", - "isDeprecated": true, - "deprecationReason": "

The individual announcementX fields do not follow our standard GraphQL patterns. Use the announcementBanner object instead. Removal on 2025-04-01 UTC.

" - }, - { - "name": "announcementCreatedAt", - "description": "

The date the announcement was created.

", - "type": "DateTime", - "id": "datetime", - "kind": "scalars", - "href": "/graphql/reference/scalars#datetime", - "isDeprecated": true, - "deprecationReason": "

The individual announcementX fields do not follow our standard GraphQL patterns. Use the announcementBanner object instead. Removal on 2025-04-01 UTC.

" - }, - { - "name": "announcementExpiresAt", - "description": "

The expiration date of the announcement, if any.

", - "type": "DateTime", - "id": "datetime", - "kind": "scalars", - "href": "/graphql/reference/scalars#datetime", - "isDeprecated": true, - "deprecationReason": "

The individual announcementX fields do not follow our standard GraphQL patterns. Use the announcementBanner object instead. Removal on 2025-04-01 UTC.

" - }, - { - "name": "announcementUserDismissible", - "description": "

Whether the announcement can be dismissed by the user.

", - "type": "Boolean", - "id": "boolean", - "kind": "scalars", - "href": "/graphql/reference/scalars#boolean", - "isDeprecated": true, - "deprecationReason": "

The individual announcementX fields do not follow our standard GraphQL patterns. Use the announcementBanner object instead. Removal on 2025-04-01 UTC.

" - } - ] - }, { "name": "Assignable", "kind": "interfaces", @@ -81439,7 +83484,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -81447,7 +83494,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -81455,7 +83504,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -81463,7 +83514,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -81471,7 +83524,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -81479,7 +83534,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -81487,7 +83544,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -81495,7 +83554,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "operationType", @@ -81503,7 +83564,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -81511,7 +83574,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -81519,7 +83584,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -81527,7 +83594,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -81535,7 +83604,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -82369,7 +84440,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -82377,7 +84450,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -82385,7 +84460,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -82393,7 +84470,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -97398,7 +99477,7 @@ "inputFields": [ { "name": "assigneeIds", - "description": "

The Node ID for the user assignee for this issue.

", + "description": "

The Node ID of assignees for this issue.

", "type": "[ID!]", "id": "id", "kind": "scalars", @@ -97532,14 +99611,6 @@ "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, - { - "name": "isPrivate", - "description": "

Whether or not the issue type is restricted to issues in private repositories

\n

Upcoming Change on 2025-04-01 UTC\nDescription: isPrivate will be removed.\nReason: Private issue types are being deprecated and can no longer be created.

", - "type": "Boolean", - "id": "boolean", - "kind": "scalars", - "href": "/graphql/reference/scalars#boolean" - }, { "name": "name", "description": "

Name of the new issue type.

", @@ -100610,6 +102681,14 @@ "kind": "enums", "href": "/graphql/reference/enums#issuestate" }, + { + "name": "type", + "description": "

List issues filtered by the type given, only supported by searches on repositories.

", + "type": "String", + "id": "string", + "kind": "scalars", + "href": "/graphql/reference/scalars#string" + }, { "name": "viewerSubscribed", "description": "

List issues subscribed to by viewer.

", @@ -102126,7 +104205,7 @@ }, { "name": "automaticCopilotCodeReviewEnabled", - "description": "

This argument is in beta and subject to change. Automatically request review\nfrom Copilot for new pull requests, if the author has access to Copilot code review.

", + "description": "

Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.

", "type": "Boolean", "id": "boolean", "kind": "scalars", @@ -106733,14 +108812,6 @@ "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, - { - "name": "isPrivate", - "description": "

Whether or not the issue type is restricted to issues in private repositories

\n

Upcoming Change on 2025-04-01 UTC\nDescription: isPrivate will be removed.\nReason: Private issue types are being deprecated and can no longer be created.

", - "type": "Boolean", - "id": "boolean", - "kind": "scalars", - "href": "/graphql/reference/scalars#boolean" - }, { "name": "issueTypeId", "description": "

The ID of the issue type to update.

", diff --git a/src/graphql/data/fpt/upcoming-changes.json b/src/graphql/data/fpt/upcoming-changes.json index 273c5726d2a8..5b69c55304b0 100644 --- a/src/graphql/data/fpt/upcoming-changes.json +++ b/src/graphql/data/fpt/upcoming-changes.json @@ -1,4 +1,8878 @@ { + "2026-04-01": [ + { + "location": "TeamRemoveRepositoryAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveRepositoryAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveRepositoryAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveRepositoryAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveRepositoryAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveRepositoryAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveRepositoryAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveRepositoryAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveRepositoryAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveRepositoryAuditEntry.isLdapMapped", + "description": "

isLdapMapped will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveRepositoryAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveRepositoryAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveRepositoryAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveRepositoryAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveRepositoryAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveRepositoryAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveRepositoryAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveRepositoryAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveMemberAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveMemberAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveMemberAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveMemberAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveMemberAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveMemberAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveMemberAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveMemberAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveMemberAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveMemberAuditEntry.isLdapMapped", + "description": "

isLdapMapped will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveMemberAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveMemberAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveMemberAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveMemberAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveMemberAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveMemberAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveMemberAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveMemberAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.parentTeamWasUrl", + "description": "

parentTeamWasUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.parentTeamWasResourcePath", + "description": "

parentTeamWasResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.parentTeamWas", + "description": "

parentTeamWas will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.parentTeamUrl", + "description": "

parentTeamUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.parentTeamResourcePath", + "description": "

parentTeamResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.parentTeamNameWas", + "description": "

parentTeamNameWas will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.parentTeamName", + "description": "

parentTeamName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.parentTeam", + "description": "

parentTeam will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.isLdapMapped", + "description": "

isLdapMapped will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddRepositoryAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddRepositoryAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddRepositoryAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddRepositoryAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddRepositoryAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddRepositoryAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddRepositoryAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddRepositoryAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddRepositoryAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddRepositoryAuditEntry.isLdapMapped", + "description": "

isLdapMapped will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddRepositoryAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddRepositoryAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddRepositoryAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddRepositoryAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddRepositoryAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddRepositoryAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddRepositoryAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddRepositoryAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddMemberAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddMemberAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddMemberAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddMemberAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddMemberAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddMemberAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddMemberAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddMemberAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddMemberAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddMemberAuditEntry.isLdapMapped", + "description": "

isLdapMapped will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddMemberAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddMemberAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddMemberAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddMemberAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddMemberAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddMemberAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddMemberAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddMemberAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeEnableAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeEnableAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeEnableAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeEnableAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeEnableAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeEnableAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeEnableAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeEnableAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeEnableAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeEnableAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeEnableAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeEnableAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeEnableAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeEnableAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeEnableAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeEnableAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeEnableAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeDisableAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeDisableAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeDisableAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeDisableAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeDisableAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeDisableAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeDisableAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeDisableAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeDisableAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeDisableAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeDisableAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeDisableAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeDisableAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeDisableAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeDisableAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeDisableAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeDisableAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveTopicAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveTopicAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveTopicAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveTopicAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveTopicAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveTopicAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveTopicAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveTopicAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveTopicAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveTopicAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveTopicAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveTopicAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveTopicAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveTopicAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveTopicAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveTopicAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveTopicAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveMemberAuditEntry.visibility", + "description": "

visibility will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveMemberAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveMemberAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveMemberAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveMemberAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveMemberAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveMemberAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveMemberAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveMemberAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveMemberAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveMemberAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveMemberAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveMemberAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveMemberAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveMemberAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveMemberAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveMemberAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveMemberAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoDestroyAuditEntry.visibility", + "description": "

visibility will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoDestroyAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoDestroyAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoDestroyAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoDestroyAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoDestroyAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoDestroyAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoDestroyAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoDestroyAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoDestroyAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoDestroyAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoDestroyAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoDestroyAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoDestroyAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoDestroyAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoDestroyAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoDestroyAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoDestroyAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.visibility", + "description": "

visibility will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.forkSourceName", + "description": "

forkSourceName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.forkParentName", + "description": "

forkParentName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigUnlockAnonymousGitAccessAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigUnlockAnonymousGitAccessAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigUnlockAnonymousGitAccessAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigUnlockAnonymousGitAccessAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigUnlockAnonymousGitAccessAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigUnlockAnonymousGitAccessAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigUnlockAnonymousGitAccessAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigUnlockAnonymousGitAccessAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigUnlockAnonymousGitAccessAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigUnlockAnonymousGitAccessAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigUnlockAnonymousGitAccessAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigUnlockAnonymousGitAccessAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigUnlockAnonymousGitAccessAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigUnlockAnonymousGitAccessAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigUnlockAnonymousGitAccessAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigUnlockAnonymousGitAccessAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigUnlockAnonymousGitAccessAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigLockAnonymousGitAccessAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigLockAnonymousGitAccessAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigLockAnonymousGitAccessAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigLockAnonymousGitAccessAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigLockAnonymousGitAccessAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigLockAnonymousGitAccessAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigLockAnonymousGitAccessAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigLockAnonymousGitAccessAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigLockAnonymousGitAccessAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigLockAnonymousGitAccessAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigLockAnonymousGitAccessAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigLockAnonymousGitAccessAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigLockAnonymousGitAccessAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigLockAnonymousGitAccessAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigLockAnonymousGitAccessAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigLockAnonymousGitAccessAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigLockAnonymousGitAccessAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableSockpuppetDisallowedAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableSockpuppetDisallowedAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableSockpuppetDisallowedAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableSockpuppetDisallowedAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableSockpuppetDisallowedAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableSockpuppetDisallowedAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableSockpuppetDisallowedAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableSockpuppetDisallowedAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableSockpuppetDisallowedAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableSockpuppetDisallowedAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableSockpuppetDisallowedAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableSockpuppetDisallowedAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableSockpuppetDisallowedAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableSockpuppetDisallowedAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableSockpuppetDisallowedAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableSockpuppetDisallowedAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableSockpuppetDisallowedAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableContributorsOnlyAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableContributorsOnlyAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableContributorsOnlyAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableContributorsOnlyAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableContributorsOnlyAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableContributorsOnlyAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableContributorsOnlyAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableContributorsOnlyAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableContributorsOnlyAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableContributorsOnlyAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableContributorsOnlyAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableContributorsOnlyAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableContributorsOnlyAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableContributorsOnlyAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableContributorsOnlyAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableContributorsOnlyAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableContributorsOnlyAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableCollaboratorsOnlyAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableCollaboratorsOnlyAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableCollaboratorsOnlyAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableCollaboratorsOnlyAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableCollaboratorsOnlyAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableCollaboratorsOnlyAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableCollaboratorsOnlyAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableCollaboratorsOnlyAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableCollaboratorsOnlyAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableCollaboratorsOnlyAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableCollaboratorsOnlyAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableCollaboratorsOnlyAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableCollaboratorsOnlyAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableCollaboratorsOnlyAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableCollaboratorsOnlyAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableCollaboratorsOnlyAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableCollaboratorsOnlyAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableAnonymousGitAccessAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableAnonymousGitAccessAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableAnonymousGitAccessAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableAnonymousGitAccessAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableAnonymousGitAccessAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableAnonymousGitAccessAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableAnonymousGitAccessAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableAnonymousGitAccessAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableAnonymousGitAccessAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableAnonymousGitAccessAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableAnonymousGitAccessAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableAnonymousGitAccessAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableAnonymousGitAccessAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableAnonymousGitAccessAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableAnonymousGitAccessAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableAnonymousGitAccessAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableAnonymousGitAccessAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableSockpuppetDisallowedAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableSockpuppetDisallowedAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableSockpuppetDisallowedAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableSockpuppetDisallowedAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableSockpuppetDisallowedAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableSockpuppetDisallowedAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableSockpuppetDisallowedAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableSockpuppetDisallowedAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableSockpuppetDisallowedAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableSockpuppetDisallowedAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableSockpuppetDisallowedAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableSockpuppetDisallowedAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableSockpuppetDisallowedAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableSockpuppetDisallowedAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableSockpuppetDisallowedAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableSockpuppetDisallowedAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableSockpuppetDisallowedAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableContributorsOnlyAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableContributorsOnlyAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableContributorsOnlyAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableContributorsOnlyAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableContributorsOnlyAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableContributorsOnlyAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableContributorsOnlyAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableContributorsOnlyAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableContributorsOnlyAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableContributorsOnlyAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableContributorsOnlyAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableContributorsOnlyAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableContributorsOnlyAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableContributorsOnlyAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableContributorsOnlyAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableContributorsOnlyAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableContributorsOnlyAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableCollaboratorsOnlyAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableCollaboratorsOnlyAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableCollaboratorsOnlyAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableCollaboratorsOnlyAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableCollaboratorsOnlyAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableCollaboratorsOnlyAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableCollaboratorsOnlyAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableCollaboratorsOnlyAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableCollaboratorsOnlyAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableCollaboratorsOnlyAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableCollaboratorsOnlyAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableCollaboratorsOnlyAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableCollaboratorsOnlyAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableCollaboratorsOnlyAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableCollaboratorsOnlyAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableCollaboratorsOnlyAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableCollaboratorsOnlyAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableAnonymousGitAccessAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableAnonymousGitAccessAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableAnonymousGitAccessAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableAnonymousGitAccessAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableAnonymousGitAccessAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableAnonymousGitAccessAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableAnonymousGitAccessAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableAnonymousGitAccessAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableAnonymousGitAccessAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableAnonymousGitAccessAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableAnonymousGitAccessAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableAnonymousGitAccessAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableAnonymousGitAccessAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableAnonymousGitAccessAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableAnonymousGitAccessAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableAnonymousGitAccessAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableAnonymousGitAccessAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.mergeType", + "description": "

mergeType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.isEnabled", + "description": "

isEnabled will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoArchivedAuditEntry.visibility", + "description": "

visibility will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoArchivedAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoArchivedAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoArchivedAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoArchivedAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoArchivedAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoArchivedAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoArchivedAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoArchivedAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoArchivedAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoArchivedAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoArchivedAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoArchivedAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoArchivedAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoArchivedAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoArchivedAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoArchivedAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoArchivedAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddTopicAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddTopicAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddTopicAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddTopicAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddTopicAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddTopicAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddTopicAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddTopicAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddTopicAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddTopicAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddTopicAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddTopicAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddTopicAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddTopicAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddTopicAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddTopicAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddTopicAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddMemberAuditEntry.visibility", + "description": "

visibility will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddMemberAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddMemberAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddMemberAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddMemberAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddMemberAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddMemberAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddMemberAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddMemberAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddMemberAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddMemberAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddMemberAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddMemberAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddMemberAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddMemberAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddMemberAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddMemberAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddMemberAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAccessAuditEntry.visibility", + "description": "

visibility will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAccessAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAccessAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAccessAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAccessAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAccessAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAccessAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAccessAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAccessAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAccessAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAccessAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAccessAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAccessAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAccessAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAccessAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAccessAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAccessAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAccessAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingEnableAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingEnableAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingEnableAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingEnableAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingEnableAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingEnableAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingEnableAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingEnableAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingEnableAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingEnableAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingEnableAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingEnableAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingEnableAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingEnableAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingEnableAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingEnableAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingEnableAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingDisableAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingDisableAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingDisableAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingDisableAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingDisableAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingDisableAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingDisableAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingDisableAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingDisableAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingDisableAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingDisableAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingDisableAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingDisableAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingDisableAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingDisableAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingDisableAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingDisableAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrganizationAuditEntryData.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrganizationAuditEntryData.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrganizationAuditEntryData.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrganizationAuditEntryData.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "Organization.auditLog", + "description": "

auditLog will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.canInviteOutsideCollaboratorsToRepositories", + "description": "

canInviteOutsideCollaboratorsToRepositories will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.visibility", + "description": "

visibility will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.canCreateRepositories", + "description": "

canCreateRepositories will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.permissionWas", + "description": "

permissionWas will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.permission", + "description": "

permission will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.permissionWas", + "description": "

permissionWas will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.permission", + "description": "

permission will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.blockedUserUrl", + "description": "

blockedUserUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.blockedUserResourcePath", + "description": "

blockedUserResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.blockedUserName", + "description": "

blockedUserName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.blockedUser", + "description": "

blockedUser will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberMembershipOrganizationAuditEntryData.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberMembershipOrganizationAuditEntryData.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberMembershipOrganizationAuditEntryData.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberMembershipOrganizationAuditEntryData.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.restoredRepositoryWatchesCount", + "description": "

restoredRepositoryWatchesCount will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.restoredRepositoryStarsCount", + "description": "

restoredRepositoryStarsCount will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.restoredRepositoriesCount", + "description": "

restoredRepositoriesCount will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.restoredMembershipsCount", + "description": "

restoredMembershipsCount will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.restoredMemberships", + "description": "

restoredMemberships will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.restoredIssueAssignmentsCount", + "description": "

restoredIssueAssignmentsCount will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.restoredCustomEmailRoutingsCount", + "description": "

restoredCustomEmailRoutingsCount will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.reason", + "description": "

reason will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.membershipTypes", + "description": "

membershipTypes will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.reason", + "description": "

reason will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.membershipTypes", + "description": "

membershipTypes will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveBillingManagerAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveBillingManagerAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveBillingManagerAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveBillingManagerAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveBillingManagerAuditEntry.reason", + "description": "

reason will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveBillingManagerAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveBillingManagerAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveBillingManagerAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveBillingManagerAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveBillingManagerAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveBillingManagerAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveBillingManagerAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveBillingManagerAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveBillingManagerAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveBillingManagerAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveBillingManagerAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveBillingManagerAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveBillingManagerAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessUnblockedAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessUnblockedAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessUnblockedAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessUnblockedAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessUnblockedAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessUnblockedAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessUnblockedAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessUnblockedAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessUnblockedAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessUnblockedAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessUnblockedAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessUnblockedAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessUnblockedAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessUnblockedAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessUnblockedAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessUnblockedAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessUnblockedAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessRequestedAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessRequestedAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessRequestedAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessRequestedAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessRequestedAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessRequestedAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessRequestedAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessRequestedAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessRequestedAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessRequestedAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessRequestedAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessRequestedAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessRequestedAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessRequestedAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessRequestedAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessRequestedAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessRequestedAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessDeniedAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessDeniedAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessDeniedAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessDeniedAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessDeniedAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessDeniedAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessDeniedAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessDeniedAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessDeniedAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessDeniedAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessDeniedAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessDeniedAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessDeniedAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessDeniedAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessDeniedAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessDeniedAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessDeniedAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessBlockedAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessBlockedAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessBlockedAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessBlockedAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessBlockedAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessBlockedAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessBlockedAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessBlockedAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessBlockedAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessBlockedAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessBlockedAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessBlockedAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessBlockedAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessBlockedAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessBlockedAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessBlockedAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessBlockedAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessApprovedAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessApprovedAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessApprovedAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessApprovedAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessApprovedAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessApprovedAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessApprovedAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessApprovedAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessApprovedAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessApprovedAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessApprovedAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessApprovedAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessApprovedAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessApprovedAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessApprovedAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessApprovedAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessApprovedAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteToBusinessAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteToBusinessAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteToBusinessAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteToBusinessAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteToBusinessAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteToBusinessAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteToBusinessAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteToBusinessAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteToBusinessAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteToBusinessAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteToBusinessAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteToBusinessAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteToBusinessAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteToBusinessAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteToBusinessAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteToBusinessAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteToBusinessAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.organizationInvitation", + "description": "

organizationInvitation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.email", + "description": "

email will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableTwoFactorRequirementAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableTwoFactorRequirementAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableTwoFactorRequirementAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableTwoFactorRequirementAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableTwoFactorRequirementAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableTwoFactorRequirementAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableTwoFactorRequirementAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableTwoFactorRequirementAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableTwoFactorRequirementAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableTwoFactorRequirementAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableTwoFactorRequirementAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableTwoFactorRequirementAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableTwoFactorRequirementAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableTwoFactorRequirementAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableTwoFactorRequirementAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableTwoFactorRequirementAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableTwoFactorRequirementAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.singleSignOnUrl", + "description": "

singleSignOnUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.signatureMethodUrl", + "description": "

signatureMethodUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.issuerUrl", + "description": "

issuerUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.digestMethodUrl", + "description": "

digestMethodUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableOauthAppRestrictionsAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableOauthAppRestrictionsAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableOauthAppRestrictionsAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableOauthAppRestrictionsAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableOauthAppRestrictionsAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableOauthAppRestrictionsAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableOauthAppRestrictionsAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableOauthAppRestrictionsAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableOauthAppRestrictionsAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableOauthAppRestrictionsAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableOauthAppRestrictionsAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableOauthAppRestrictionsAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableOauthAppRestrictionsAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableOauthAppRestrictionsAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableOauthAppRestrictionsAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableOauthAppRestrictionsAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableOauthAppRestrictionsAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableTwoFactorRequirementAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableTwoFactorRequirementAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableTwoFactorRequirementAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableTwoFactorRequirementAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableTwoFactorRequirementAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableTwoFactorRequirementAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableTwoFactorRequirementAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableTwoFactorRequirementAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableTwoFactorRequirementAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableTwoFactorRequirementAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableTwoFactorRequirementAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableTwoFactorRequirementAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableTwoFactorRequirementAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableTwoFactorRequirementAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableTwoFactorRequirementAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableTwoFactorRequirementAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableTwoFactorRequirementAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.singleSignOnUrl", + "description": "

singleSignOnUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.signatureMethodUrl", + "description": "

signatureMethodUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.issuerUrl", + "description": "

issuerUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.digestMethodUrl", + "description": "

digestMethodUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableOauthAppRestrictionsAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableOauthAppRestrictionsAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableOauthAppRestrictionsAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableOauthAppRestrictionsAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableOauthAppRestrictionsAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableOauthAppRestrictionsAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableOauthAppRestrictionsAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableOauthAppRestrictionsAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableOauthAppRestrictionsAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableOauthAppRestrictionsAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableOauthAppRestrictionsAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableOauthAppRestrictionsAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableOauthAppRestrictionsAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableOauthAppRestrictionsAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableOauthAppRestrictionsAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableOauthAppRestrictionsAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableOauthAppRestrictionsAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgCreateAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgCreateAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgCreateAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgCreateAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgCreateAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgCreateAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgCreateAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgCreateAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgCreateAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgCreateAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgCreateAuditEntry.billingPlan", + "description": "

billingPlan will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgCreateAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgCreateAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgCreateAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgCreateAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgCreateAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgCreateAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgCreateAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigEnableCollaboratorsOnlyAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigEnableCollaboratorsOnlyAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigEnableCollaboratorsOnlyAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigEnableCollaboratorsOnlyAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigEnableCollaboratorsOnlyAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigEnableCollaboratorsOnlyAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigEnableCollaboratorsOnlyAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigEnableCollaboratorsOnlyAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigEnableCollaboratorsOnlyAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigEnableCollaboratorsOnlyAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigEnableCollaboratorsOnlyAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigEnableCollaboratorsOnlyAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigEnableCollaboratorsOnlyAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigEnableCollaboratorsOnlyAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigEnableCollaboratorsOnlyAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigEnableCollaboratorsOnlyAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigEnableCollaboratorsOnlyAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigDisableCollaboratorsOnlyAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigDisableCollaboratorsOnlyAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigDisableCollaboratorsOnlyAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigDisableCollaboratorsOnlyAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigDisableCollaboratorsOnlyAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigDisableCollaboratorsOnlyAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigDisableCollaboratorsOnlyAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigDisableCollaboratorsOnlyAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigDisableCollaboratorsOnlyAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigDisableCollaboratorsOnlyAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigDisableCollaboratorsOnlyAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigDisableCollaboratorsOnlyAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigDisableCollaboratorsOnlyAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigDisableCollaboratorsOnlyAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigDisableCollaboratorsOnlyAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigDisableCollaboratorsOnlyAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigDisableCollaboratorsOnlyAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.blockedUserUrl", + "description": "

blockedUserUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.blockedUserResourcePath", + "description": "

blockedUserResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.blockedUserName", + "description": "

blockedUserName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.blockedUser", + "description": "

blockedUser will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddMemberAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddMemberAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddMemberAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddMemberAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddMemberAuditEntry.permission", + "description": "

permission will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddMemberAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddMemberAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddMemberAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddMemberAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddMemberAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddMemberAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddMemberAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddMemberAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddMemberAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddMemberAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddMemberAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddMemberAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddMemberAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddBillingManagerAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddBillingManagerAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddBillingManagerAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddBillingManagerAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddBillingManagerAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddBillingManagerAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddBillingManagerAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddBillingManagerAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddBillingManagerAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddBillingManagerAuditEntry.invitationEmail", + "description": "

invitationEmail will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddBillingManagerAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddBillingManagerAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddBillingManagerAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddBillingManagerAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddBillingManagerAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddBillingManagerAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddBillingManagerAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddBillingManagerAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.state", + "description": "

state will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.rateLimit", + "description": "

rateLimit will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.callbackUrl", + "description": "

callbackUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.applicationUrl", + "description": "

applicationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposEnableAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposEnableAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposEnableAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposEnableAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposEnableAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposEnableAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposEnableAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposEnableAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposEnableAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposEnableAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposEnableAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposEnableAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposEnableAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposEnableAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposEnableAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposEnableAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposEnableAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposDisableAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposDisableAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposDisableAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposDisableAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposDisableAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposDisableAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposDisableAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposDisableAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposDisableAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposDisableAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposDisableAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposDisableAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposDisableAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposDisableAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposDisableAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposDisableAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposDisableAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposClearAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposClearAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposClearAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposClearAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposClearAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposClearAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposClearAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposClearAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposClearAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposClearAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposClearAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposClearAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposClearAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposClearAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposClearAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposClearAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposClearAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "AuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "AuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "AuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "AuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "AuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "AuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "AuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "AuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "AuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "AuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "AuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "AuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "AuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + } + ], "2025-10-01": [ { "location": "SecurityAdvisory.cvss", @@ -44,14 +8918,6 @@ "criticality": "breaking", "owner": "github/memex" }, - { - "location": "UpdateIssueTypeInput.isPrivate", - "description": "

isPrivate will be removed.

", - "reason": "

Private issue types are being deprecated and can no longer be created.

", - "date": "2025-04-01", - "criticality": "breaking", - "owner": "github/issues" - }, { "location": "SearchShortcutQueryProjectTerm.project", "description": "

project will be removed.

", @@ -612,38 +9478,6 @@ "criticality": "breaking", "owner": "github/memex" }, - { - "location": "Organization.announcementUserDismissible", - "description": "

announcementUserDismissible will be removed. Use the announcementBanner object instead.

", - "reason": "

The individual announcementX fields do not follow our standard GraphQL patterns.

", - "date": "2025-04-01", - "criticality": "breaking", - "owner": "vaindil" - }, - { - "location": "Organization.announcementExpiresAt", - "description": "

announcementExpiresAt will be removed. Use the announcementBanner object instead.

", - "reason": "

The individual announcementX fields do not follow our standard GraphQL patterns.

", - "date": "2025-04-01", - "criticality": "breaking", - "owner": "vaindil" - }, - { - "location": "Organization.announcementCreatedAt", - "description": "

announcementCreatedAt will be removed. Use the announcementBanner object instead.

", - "reason": "

The individual announcementX fields do not follow our standard GraphQL patterns.

", - "date": "2025-04-01", - "criticality": "breaking", - "owner": "vaindil" - }, - { - "location": "Organization.announcement", - "description": "

announcement will be removed. Use the announcementBanner object instead.

", - "reason": "

The individual announcementX fields do not follow our standard GraphQL patterns.

", - "date": "2025-04-01", - "criticality": "breaking", - "owner": "vaindil" - }, { "location": "Mutation.updateProjectColumn", "description": "

updateProjectColumn will be removed.

", @@ -852,46 +9686,6 @@ "criticality": "breaking", "owner": "authentication" }, - { - "location": "Enterprise.announcementUserDismissible", - "description": "

announcementUserDismissible will be removed. Use the announcementBanner object instead.

", - "reason": "

The individual announcementX fields do not follow our standard GraphQL patterns.

", - "date": "2025-04-01", - "criticality": "breaking", - "owner": "vaindil" - }, - { - "location": "Enterprise.announcementExpiresAt", - "description": "

announcementExpiresAt will be removed. Use the announcementBanner object instead.

", - "reason": "

The individual announcementX fields do not follow our standard GraphQL patterns.

", - "date": "2025-04-01", - "criticality": "breaking", - "owner": "vaindil" - }, - { - "location": "Enterprise.announcementCreatedAt", - "description": "

announcementCreatedAt will be removed. Use the announcementBanner object instead.

", - "reason": "

The individual announcementX fields do not follow our standard GraphQL patterns.

", - "date": "2025-04-01", - "criticality": "breaking", - "owner": "vaindil" - }, - { - "location": "Enterprise.announcement", - "description": "

announcement will be removed. Use the announcementBanner object instead.

", - "reason": "

The individual announcementX fields do not follow our standard GraphQL patterns.

", - "date": "2025-04-01", - "criticality": "breaking", - "owner": "vaindil" - }, - { - "location": "CreateIssueTypeInput.isPrivate", - "description": "

isPrivate will be removed.

", - "reason": "

Private issue types are being deprecated and can no longer be created.

", - "date": "2025-04-01", - "criticality": "breaking", - "owner": "github/issues" - }, { "location": "ConvertedNoteToIssueEvent.projectCard", "description": "

projectCard will be removed.

", @@ -908,38 +9702,6 @@ "criticality": "breaking", "owner": "github/memex" }, - { - "location": "AnnouncementBannerI.announcementUserDismissible", - "description": "

announcementUserDismissible will be removed. Use the announcementBanner object instead.

", - "reason": "

The individual announcementX fields do not follow our standard GraphQL patterns.

", - "date": "2025-04-01", - "criticality": "breaking", - "owner": "vaindil" - }, - { - "location": "AnnouncementBannerI.announcementExpiresAt", - "description": "

announcementExpiresAt will be removed. Use the announcementBanner object instead.

", - "reason": "

The individual announcementX fields do not follow our standard GraphQL patterns.

", - "date": "2025-04-01", - "criticality": "breaking", - "owner": "vaindil" - }, - { - "location": "AnnouncementBannerI.announcementCreatedAt", - "description": "

announcementCreatedAt will be removed. Use the announcementBanner object instead.

", - "reason": "

The individual announcementX fields do not follow our standard GraphQL patterns.

", - "date": "2025-04-01", - "criticality": "breaking", - "owner": "vaindil" - }, - { - "location": "AnnouncementBannerI.announcement", - "description": "

announcement will be removed. Use the announcementBanner object instead.

", - "reason": "

The individual announcementX fields do not follow our standard GraphQL patterns.

", - "date": "2025-04-01", - "criticality": "breaking", - "owner": "vaindil" - }, { "location": "AddedToProjectEvent.projectColumnName", "description": "

projectColumnName will be removed.

", diff --git a/src/graphql/data/ghec/graphql_upcoming_changes.public.yml b/src/graphql/data/ghec/graphql_upcoming_changes.public.yml index d54ae169ae9f..f8fc89d1e662 100644 --- a/src/graphql/data/ghec/graphql_upcoming_changes.public.yml +++ b/src/graphql/data/ghec/graphql_upcoming_changes.public.yml @@ -698,46 +698,6 @@ upcoming_changes: date: '2025-04-01T00:00:00+00:00' criticality: breaking owner: github/memex - - location: AnnouncementBannerI.announcement - description: - '`announcement` will be removed. Use the `announcementBanner` object - instead.' - reason: - The individual `announcementX` fields do not follow our standard GraphQL - patterns. - date: '2025-04-01T00:00:00+00:00' - criticality: breaking - owner: vaindil - - location: AnnouncementBannerI.announcementCreatedAt - description: - '`announcementCreatedAt` will be removed. Use the `announcementBanner` - object instead.' - reason: - The individual `announcementX` fields do not follow our standard GraphQL - patterns. - date: '2025-04-01T00:00:00+00:00' - criticality: breaking - owner: vaindil - - location: AnnouncementBannerI.announcementExpiresAt - description: - '`announcementExpiresAt` will be removed. Use the `announcementBanner` - object instead.' - reason: - The individual `announcementX` fields do not follow our standard GraphQL - patterns. - date: '2025-04-01T00:00:00+00:00' - criticality: breaking - owner: vaindil - - location: AnnouncementBannerI.announcementUserDismissible - description: - '`announcementUserDismissible` will be removed. Use the `announcementBanner` - object instead.' - reason: - The individual `announcementX` fields do not follow our standard GraphQL - patterns. - date: '2025-04-01T00:00:00+00:00' - criticality: breaking - owner: vaindil - location: ConvertedNoteToIssueEvent.project description: '`project` will be removed.' reason: @@ -754,52 +714,6 @@ upcoming_changes: date: '2025-04-01T00:00:00+00:00' criticality: breaking owner: github/memex - - location: CreateIssueTypeInput.isPrivate - description: '`isPrivate` will be removed.' - reason: Private issue types are being deprecated and can no longer be created. - date: '2025-04-01T00:00:00+00:00' - criticality: breaking - owner: github/issues - - location: Enterprise.announcement - description: - '`announcement` will be removed. Use the `announcementBanner` object - instead.' - reason: - The individual `announcementX` fields do not follow our standard GraphQL - patterns. - date: '2025-04-01T00:00:00+00:00' - criticality: breaking - owner: vaindil - - location: Enterprise.announcementCreatedAt - description: - '`announcementCreatedAt` will be removed. Use the `announcementBanner` - object instead.' - reason: - The individual `announcementX` fields do not follow our standard GraphQL - patterns. - date: '2025-04-01T00:00:00+00:00' - criticality: breaking - owner: vaindil - - location: Enterprise.announcementExpiresAt - description: - '`announcementExpiresAt` will be removed. Use the `announcementBanner` - object instead.' - reason: - The individual `announcementX` fields do not follow our standard GraphQL - patterns. - date: '2025-04-01T00:00:00+00:00' - criticality: breaking - owner: vaindil - - location: Enterprise.announcementUserDismissible - description: - '`announcementUserDismissible` will be removed. Use the `announcementBanner` - object instead.' - reason: - The individual `announcementX` fields do not follow our standard GraphQL - patterns. - date: '2025-04-01T00:00:00+00:00' - criticality: breaking - owner: vaindil - location: Enterprise.members.hasTwoFactorEnabled description: '`hasTwoFactorEnabled` will be removed. Use `two_factor_method_security` @@ -1006,46 +920,6 @@ upcoming_changes: date: '2025-04-01T00:00:00+00:00' criticality: breaking owner: github/memex - - location: Organization.announcement - description: - '`announcement` will be removed. Use the `announcementBanner` object - instead.' - reason: - The individual `announcementX` fields do not follow our standard GraphQL - patterns. - date: '2025-04-01T00:00:00+00:00' - criticality: breaking - owner: vaindil - - location: Organization.announcementCreatedAt - description: - '`announcementCreatedAt` will be removed. Use the `announcementBanner` - object instead.' - reason: - The individual `announcementX` fields do not follow our standard GraphQL - patterns. - date: '2025-04-01T00:00:00+00:00' - criticality: breaking - owner: vaindil - - location: Organization.announcementExpiresAt - description: - '`announcementExpiresAt` will be removed. Use the `announcementBanner` - object instead.' - reason: - The individual `announcementX` fields do not follow our standard GraphQL - patterns. - date: '2025-04-01T00:00:00+00:00' - criticality: breaking - owner: vaindil - - location: Organization.announcementUserDismissible - description: - '`announcementUserDismissible` will be removed. Use the `announcementBanner` - object instead.' - reason: - The individual `announcementX` fields do not follow our standard GraphQL - patterns. - date: '2025-04-01T00:00:00+00:00' - criticality: breaking - owner: vaindil - location: Organization.project description: '`project` will be removed.' reason: @@ -1606,12 +1480,6 @@ upcoming_changes: date: '2025-04-01T00:00:00+00:00' criticality: breaking owner: github/memex - - location: UpdateIssueTypeInput.isPrivate - description: '`isPrivate` will be removed.' - reason: Private issue types are being deprecated and can no longer be created. - date: '2025-04-01T00:00:00+00:00' - criticality: breaking - owner: github/issues - location: User.project description: '`project` will be removed.' reason: @@ -1652,3 +1520,6657 @@ upcoming_changes: date: '2025-10-01T00:00:00+00:00' criticality: breaking owner: github/advisory-database + - location: AuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: AuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: AuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: AuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: AuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: AuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: AuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: AuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: AuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: AuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: AuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: AuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: AuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposClearAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposClearAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposClearAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposClearAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposClearAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposClearAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposClearAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposClearAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposClearAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposClearAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposClearAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposClearAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposClearAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposClearAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposClearAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposClearAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposClearAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposDisableAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposDisableAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposDisableAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposDisableAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposDisableAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposDisableAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposDisableAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposDisableAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposDisableAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposDisableAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposDisableAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposDisableAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposDisableAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposDisableAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposDisableAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposDisableAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposDisableAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposEnableAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposEnableAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposEnableAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposEnableAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposEnableAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposEnableAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposEnableAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposEnableAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposEnableAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposEnableAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposEnableAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposEnableAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposEnableAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposEnableAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposEnableAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposEnableAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: MembersCanDeleteReposEnableAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.applicationUrl + description: '`applicationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.callbackUrl + description: '`callbackUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.rateLimit + description: '`rateLimit` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.state + description: '`state` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OauthApplicationCreateAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddBillingManagerAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddBillingManagerAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddBillingManagerAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddBillingManagerAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddBillingManagerAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddBillingManagerAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddBillingManagerAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddBillingManagerAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddBillingManagerAuditEntry.invitationEmail + description: '`invitationEmail` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddBillingManagerAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddBillingManagerAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddBillingManagerAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddBillingManagerAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddBillingManagerAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddBillingManagerAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddBillingManagerAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddBillingManagerAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddBillingManagerAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddMemberAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddMemberAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddMemberAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddMemberAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddMemberAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddMemberAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddMemberAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddMemberAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddMemberAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddMemberAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddMemberAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddMemberAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddMemberAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddMemberAuditEntry.permission + description: '`permission` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddMemberAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddMemberAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddMemberAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgAddMemberAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.blockedUser + description: '`blockedUser` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.blockedUserName + description: '`blockedUserName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.blockedUserResourcePath + description: '`blockedUserResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.blockedUserUrl + description: '`blockedUserUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgBlockUserAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigDisableCollaboratorsOnlyAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgConfigEnableCollaboratorsOnlyAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgCreateAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgCreateAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgCreateAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgCreateAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgCreateAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgCreateAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgCreateAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgCreateAuditEntry.billingPlan + description: '`billingPlan` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgCreateAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgCreateAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgCreateAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgCreateAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgCreateAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgCreateAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgCreateAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgCreateAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgCreateAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgCreateAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableOauthAppRestrictionsAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableOauthAppRestrictionsAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableOauthAppRestrictionsAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableOauthAppRestrictionsAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableOauthAppRestrictionsAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableOauthAppRestrictionsAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableOauthAppRestrictionsAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableOauthAppRestrictionsAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableOauthAppRestrictionsAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableOauthAppRestrictionsAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableOauthAppRestrictionsAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableOauthAppRestrictionsAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableOauthAppRestrictionsAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableOauthAppRestrictionsAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableOauthAppRestrictionsAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableOauthAppRestrictionsAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableOauthAppRestrictionsAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.digestMethodUrl + description: '`digestMethodUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.issuerUrl + description: '`issuerUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.signatureMethodUrl + description: '`signatureMethodUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.singleSignOnUrl + description: '`singleSignOnUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableSamlAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableTwoFactorRequirementAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableTwoFactorRequirementAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableTwoFactorRequirementAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableTwoFactorRequirementAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableTwoFactorRequirementAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableTwoFactorRequirementAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableTwoFactorRequirementAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableTwoFactorRequirementAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableTwoFactorRequirementAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableTwoFactorRequirementAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableTwoFactorRequirementAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableTwoFactorRequirementAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableTwoFactorRequirementAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableTwoFactorRequirementAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableTwoFactorRequirementAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableTwoFactorRequirementAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgDisableTwoFactorRequirementAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableOauthAppRestrictionsAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableOauthAppRestrictionsAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableOauthAppRestrictionsAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableOauthAppRestrictionsAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableOauthAppRestrictionsAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableOauthAppRestrictionsAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableOauthAppRestrictionsAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableOauthAppRestrictionsAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableOauthAppRestrictionsAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableOauthAppRestrictionsAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableOauthAppRestrictionsAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableOauthAppRestrictionsAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableOauthAppRestrictionsAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableOauthAppRestrictionsAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableOauthAppRestrictionsAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableOauthAppRestrictionsAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableOauthAppRestrictionsAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.digestMethodUrl + description: '`digestMethodUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.issuerUrl + description: '`issuerUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.signatureMethodUrl + description: '`signatureMethodUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.singleSignOnUrl + description: '`singleSignOnUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableSamlAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableTwoFactorRequirementAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableTwoFactorRequirementAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableTwoFactorRequirementAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableTwoFactorRequirementAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableTwoFactorRequirementAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableTwoFactorRequirementAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableTwoFactorRequirementAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableTwoFactorRequirementAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableTwoFactorRequirementAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableTwoFactorRequirementAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableTwoFactorRequirementAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableTwoFactorRequirementAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableTwoFactorRequirementAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableTwoFactorRequirementAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableTwoFactorRequirementAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableTwoFactorRequirementAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgEnableTwoFactorRequirementAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.email + description: '`email` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.organizationInvitation + description: '`organizationInvitation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteMemberAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteToBusinessAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteToBusinessAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteToBusinessAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteToBusinessAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteToBusinessAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteToBusinessAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteToBusinessAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteToBusinessAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteToBusinessAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteToBusinessAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteToBusinessAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteToBusinessAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteToBusinessAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteToBusinessAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteToBusinessAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteToBusinessAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgInviteToBusinessAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessApprovedAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessApprovedAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessApprovedAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessApprovedAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessApprovedAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessApprovedAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessApprovedAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessApprovedAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessApprovedAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessApprovedAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessApprovedAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessApprovedAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessApprovedAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessApprovedAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessApprovedAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessApprovedAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessApprovedAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessBlockedAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessBlockedAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessBlockedAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessBlockedAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessBlockedAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessBlockedAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessBlockedAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessBlockedAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessBlockedAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessBlockedAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessBlockedAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessBlockedAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessBlockedAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessBlockedAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessBlockedAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessBlockedAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessBlockedAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessDeniedAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessDeniedAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessDeniedAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessDeniedAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessDeniedAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessDeniedAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessDeniedAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessDeniedAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessDeniedAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessDeniedAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessDeniedAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessDeniedAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessDeniedAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessDeniedAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessDeniedAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessDeniedAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessDeniedAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessRequestedAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessRequestedAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessRequestedAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessRequestedAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessRequestedAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessRequestedAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessRequestedAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessRequestedAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessRequestedAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessRequestedAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessRequestedAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessRequestedAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessRequestedAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessRequestedAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessRequestedAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessRequestedAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessRequestedAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessUnblockedAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessUnblockedAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessUnblockedAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessUnblockedAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessUnblockedAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessUnblockedAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessUnblockedAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessUnblockedAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessUnblockedAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessUnblockedAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessUnblockedAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessUnblockedAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessUnblockedAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessUnblockedAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessUnblockedAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessUnblockedAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgOauthAppAccessUnblockedAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveBillingManagerAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveBillingManagerAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveBillingManagerAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveBillingManagerAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveBillingManagerAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveBillingManagerAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveBillingManagerAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveBillingManagerAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveBillingManagerAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveBillingManagerAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveBillingManagerAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveBillingManagerAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveBillingManagerAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveBillingManagerAuditEntry.reason + description: '`reason` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveBillingManagerAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveBillingManagerAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveBillingManagerAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveBillingManagerAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.membershipTypes + description: '`membershipTypes` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.reason + description: '`reason` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveMemberAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.membershipTypes + description: '`membershipTypes` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.reason + description: '`reason` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRemoveOutsideCollaboratorAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.restoredCustomEmailRoutingsCount + description: '`restoredCustomEmailRoutingsCount` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.restoredIssueAssignmentsCount + description: '`restoredIssueAssignmentsCount` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.restoredMemberships + description: '`restoredMemberships` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.restoredMembershipsCount + description: '`restoredMembershipsCount` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.restoredRepositoriesCount + description: '`restoredRepositoriesCount` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.restoredRepositoryStarsCount + description: '`restoredRepositoryStarsCount` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.restoredRepositoryWatchesCount + description: '`restoredRepositoryWatchesCount` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberMembershipOrganizationAuditEntryData.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberMembershipOrganizationAuditEntryData.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberMembershipOrganizationAuditEntryData.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgRestoreMemberMembershipOrganizationAuditEntryData.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.blockedUser + description: '`blockedUser` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.blockedUserName + description: '`blockedUserName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.blockedUserResourcePath + description: '`blockedUserResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.blockedUserUrl + description: '`blockedUserUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUnblockUserAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.permission + description: '`permission` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.permissionWas + description: '`permissionWas` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateDefaultRepositoryPermissionAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.permission + description: '`permission` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.permissionWas + description: '`permissionWas` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.canCreateRepositories + description: '`canCreateRepositories` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryCreationPermissionAuditEntry.visibility + description: '`visibility` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.canInviteOutsideCollaboratorsToRepositories + description: '`canInviteOutsideCollaboratorsToRepositories` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: Organization.auditLog + description: '`auditLog` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrganizationAuditEntryData.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrganizationAuditEntryData.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrganizationAuditEntryData.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: OrganizationAuditEntryData.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingDisableAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingDisableAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingDisableAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingDisableAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingDisableAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingDisableAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingDisableAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingDisableAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingDisableAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingDisableAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingDisableAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingDisableAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingDisableAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingDisableAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingDisableAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingDisableAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingDisableAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingEnableAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingEnableAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingEnableAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingEnableAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingEnableAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingEnableAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingEnableAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingEnableAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingEnableAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingEnableAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingEnableAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingEnableAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingEnableAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingEnableAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingEnableAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingEnableAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: PrivateRepositoryForkingEnableAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAccessAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAccessAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAccessAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAccessAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAccessAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAccessAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAccessAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAccessAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAccessAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAccessAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAccessAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAccessAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAccessAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAccessAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAccessAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAccessAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAccessAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAccessAuditEntry.visibility + description: '`visibility` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddMemberAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddMemberAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddMemberAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddMemberAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddMemberAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddMemberAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddMemberAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddMemberAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddMemberAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddMemberAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddMemberAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddMemberAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddMemberAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddMemberAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddMemberAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddMemberAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddMemberAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddMemberAuditEntry.visibility + description: '`visibility` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddTopicAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddTopicAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddTopicAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddTopicAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddTopicAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddTopicAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddTopicAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddTopicAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddTopicAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddTopicAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddTopicAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddTopicAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddTopicAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddTopicAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddTopicAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddTopicAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoAddTopicAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoArchivedAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoArchivedAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoArchivedAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoArchivedAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoArchivedAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoArchivedAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoArchivedAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoArchivedAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoArchivedAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoArchivedAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoArchivedAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoArchivedAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoArchivedAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoArchivedAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoArchivedAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoArchivedAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoArchivedAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoArchivedAuditEntry.visibility + description: '`visibility` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.isEnabled + description: '`isEnabled` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.mergeType + description: '`mergeType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoChangeMergeSettingAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableAnonymousGitAccessAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableAnonymousGitAccessAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableAnonymousGitAccessAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableAnonymousGitAccessAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableAnonymousGitAccessAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableAnonymousGitAccessAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableAnonymousGitAccessAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableAnonymousGitAccessAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableAnonymousGitAccessAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableAnonymousGitAccessAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableAnonymousGitAccessAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableAnonymousGitAccessAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableAnonymousGitAccessAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableAnonymousGitAccessAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableAnonymousGitAccessAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableAnonymousGitAccessAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableAnonymousGitAccessAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableCollaboratorsOnlyAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableContributorsOnlyAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableContributorsOnlyAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableContributorsOnlyAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableContributorsOnlyAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableContributorsOnlyAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableContributorsOnlyAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableContributorsOnlyAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableContributorsOnlyAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableContributorsOnlyAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableContributorsOnlyAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableContributorsOnlyAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableContributorsOnlyAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableContributorsOnlyAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableContributorsOnlyAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableContributorsOnlyAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableContributorsOnlyAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableContributorsOnlyAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigDisableSockpuppetDisallowedAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableAnonymousGitAccessAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableAnonymousGitAccessAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableAnonymousGitAccessAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableAnonymousGitAccessAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableAnonymousGitAccessAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableAnonymousGitAccessAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableAnonymousGitAccessAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableAnonymousGitAccessAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableAnonymousGitAccessAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableAnonymousGitAccessAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableAnonymousGitAccessAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableAnonymousGitAccessAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableAnonymousGitAccessAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableAnonymousGitAccessAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableAnonymousGitAccessAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableAnonymousGitAccessAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableAnonymousGitAccessAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableCollaboratorsOnlyAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableContributorsOnlyAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableContributorsOnlyAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableContributorsOnlyAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableContributorsOnlyAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableContributorsOnlyAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableContributorsOnlyAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableContributorsOnlyAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableContributorsOnlyAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableContributorsOnlyAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableContributorsOnlyAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableContributorsOnlyAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableContributorsOnlyAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableContributorsOnlyAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableContributorsOnlyAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableContributorsOnlyAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableContributorsOnlyAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableContributorsOnlyAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigEnableSockpuppetDisallowedAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigLockAnonymousGitAccessAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigLockAnonymousGitAccessAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigLockAnonymousGitAccessAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigLockAnonymousGitAccessAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigLockAnonymousGitAccessAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigLockAnonymousGitAccessAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigLockAnonymousGitAccessAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigLockAnonymousGitAccessAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigLockAnonymousGitAccessAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigLockAnonymousGitAccessAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigLockAnonymousGitAccessAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigLockAnonymousGitAccessAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigLockAnonymousGitAccessAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigLockAnonymousGitAccessAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigLockAnonymousGitAccessAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigLockAnonymousGitAccessAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigLockAnonymousGitAccessAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoConfigUnlockAnonymousGitAccessAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.forkParentName + description: '`forkParentName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.forkSourceName + description: '`forkSourceName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoCreateAuditEntry.visibility + description: '`visibility` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoDestroyAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoDestroyAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoDestroyAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoDestroyAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoDestroyAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoDestroyAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoDestroyAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoDestroyAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoDestroyAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoDestroyAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoDestroyAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoDestroyAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoDestroyAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoDestroyAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoDestroyAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoDestroyAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoDestroyAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoDestroyAuditEntry.visibility + description: '`visibility` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveMemberAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveMemberAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveMemberAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveMemberAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveMemberAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveMemberAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveMemberAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveMemberAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveMemberAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveMemberAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveMemberAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveMemberAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveMemberAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveMemberAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveMemberAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveMemberAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveMemberAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveMemberAuditEntry.visibility + description: '`visibility` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveTopicAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveTopicAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveTopicAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveTopicAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveTopicAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveTopicAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveTopicAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveTopicAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveTopicAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveTopicAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveTopicAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveTopicAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveTopicAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveTopicAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveTopicAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveTopicAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepoRemoveTopicAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeDisableAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeDisableAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeDisableAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeDisableAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeDisableAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeDisableAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeDisableAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeDisableAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeDisableAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeDisableAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeDisableAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeDisableAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeDisableAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeDisableAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeDisableAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeDisableAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeDisableAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeEnableAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeEnableAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeEnableAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeEnableAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeEnableAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeEnableAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeEnableAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeEnableAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeEnableAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeEnableAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeEnableAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeEnableAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeEnableAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeEnableAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeEnableAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeEnableAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: RepositoryVisibilityChangeEnableAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddMemberAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddMemberAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddMemberAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddMemberAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddMemberAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddMemberAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddMemberAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddMemberAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddMemberAuditEntry.isLdapMapped + description: '`isLdapMapped` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddMemberAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddMemberAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddMemberAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddMemberAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddMemberAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddMemberAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddMemberAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddMemberAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddMemberAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddRepositoryAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddRepositoryAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddRepositoryAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddRepositoryAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddRepositoryAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddRepositoryAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddRepositoryAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddRepositoryAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddRepositoryAuditEntry.isLdapMapped + description: '`isLdapMapped` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddRepositoryAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddRepositoryAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddRepositoryAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddRepositoryAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddRepositoryAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddRepositoryAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddRepositoryAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddRepositoryAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamAddRepositoryAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.isLdapMapped + description: '`isLdapMapped` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.parentTeam + description: '`parentTeam` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.parentTeamName + description: '`parentTeamName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.parentTeamNameWas + description: '`parentTeamNameWas` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.parentTeamResourcePath + description: '`parentTeamResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.parentTeamUrl + description: '`parentTeamUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.parentTeamWas + description: '`parentTeamWas` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.parentTeamWasResourcePath + description: '`parentTeamWasResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.parentTeamWasUrl + description: '`parentTeamWasUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamChangeParentTeamAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveMemberAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveMemberAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveMemberAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveMemberAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveMemberAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveMemberAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveMemberAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveMemberAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveMemberAuditEntry.isLdapMapped + description: '`isLdapMapped` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveMemberAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveMemberAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveMemberAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveMemberAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveMemberAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveMemberAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveMemberAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveMemberAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveMemberAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveRepositoryAuditEntry.action + description: '`action` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveRepositoryAuditEntry.actor + description: '`actor` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveRepositoryAuditEntry.actorIp + description: '`actorIp` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveRepositoryAuditEntry.actorLocation + description: '`actorLocation` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveRepositoryAuditEntry.actorLogin + description: '`actorLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveRepositoryAuditEntry.actorResourcePath + description: '`actorResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveRepositoryAuditEntry.actorUrl + description: '`actorUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveRepositoryAuditEntry.createdAt + description: '`createdAt` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveRepositoryAuditEntry.isLdapMapped + description: '`isLdapMapped` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveRepositoryAuditEntry.operationType + description: '`operationType` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveRepositoryAuditEntry.organization + description: '`organization` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveRepositoryAuditEntry.organizationName + description: '`organizationName` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveRepositoryAuditEntry.organizationResourcePath + description: '`organizationResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveRepositoryAuditEntry.organizationUrl + description: '`organizationUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveRepositoryAuditEntry.user + description: '`user` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveRepositoryAuditEntry.userLogin + description: '`userLogin` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveRepositoryAuditEntry.userResourcePath + description: '`userResourcePath` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs + - location: TeamRemoveRepositoryAuditEntry.userUrl + description: '`userUrl` will be removed.' + reason: The GraphQL audit-log is deprecated. Please use the REST API instead. + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: audit_logs diff --git a/src/graphql/data/ghec/schema.docs.graphql b/src/graphql/data/ghec/schema.docs.graphql index 98cfcfd421f0..22b3ab53401d 100644 --- a/src/graphql/data/ghec/schema.docs.graphql +++ b/src/graphql/data/ghec/schema.docs.graphql @@ -1331,43 +1331,6 @@ type AnnouncementBanner { message: String } -""" -Represents an announcement banner. -""" -interface AnnouncementBannerI { - """ - The text of the announcement - """ - announcement: String - @deprecated( - reason: "The individual `announcementX` fields do not follow our standard GraphQL patterns. Use the `announcementBanner` object instead. Removal on 2025-04-01 UTC." - ) - - """ - The date the announcement was created - """ - announcementCreatedAt: DateTime - @deprecated( - reason: "The individual `announcementX` fields do not follow our standard GraphQL patterns. Use the `announcementBanner` object instead. Removal on 2025-04-01 UTC." - ) - - """ - The expiration date of the announcement, if any - """ - announcementExpiresAt: DateTime - @deprecated( - reason: "The individual `announcementX` fields do not follow our standard GraphQL patterns. Use the `announcementBanner` object instead. Removal on 2025-04-01 UTC." - ) - - """ - Whether the announcement can be dismissed by the user - """ - announcementUserDismissible: Boolean - @deprecated( - reason: "The individual `announcementX` fields do not follow our standard GraphQL patterns. Use the `announcementBanner` object instead. Removal on 2025-04-01 UTC." - ) -} - """ A GitHub App. """ @@ -1677,66 +1640,105 @@ interface AuditEntry { The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -7736,9 +7738,13 @@ Autogenerated input type of CreateIssue """ input CreateIssueInput { """ - The Node ID for the user assignee for this issue. + The Node ID of assignees for this issue. """ - assigneeIds: [ID!] @possibleTypes(concreteTypes: ["User"]) + assigneeIds: [ID!] + @possibleTypes( + concreteTypes: ["Bot", "EnterpriseUserAccount", "Mannequin", "Organization", "User"] + abstractType: "Actor" + ) """ The body for the issue description. @@ -7830,15 +7836,6 @@ input CreateIssueTypeInput { """ isEnabled: Boolean! - """ - Whether or not the issue type is restricted to issues in private repositories - - **Upcoming Change on 2025-04-01 UTC** - **Description:** `isPrivate` will be removed. - **Reason:** Private issue types are being deprecated and can no longer be created. - """ - isPrivate: Boolean - """ Name of the new issue type """ @@ -13065,44 +13062,12 @@ type EnqueuePullRequestPayload { """ An account to manage multiple organizations with consolidated policy and billing. """ -type Enterprise implements AnnouncementBannerI & Node { - """ - The text of the announcement - """ - announcement: String - @deprecated( - reason: "The individual `announcementX` fields do not follow our standard GraphQL patterns. Use the `announcementBanner` object instead. Removal on 2025-04-01 UTC." - ) - +type Enterprise implements Node { """ The announcement banner set on this enterprise, if any. Only visible to members of the enterprise. """ announcementBanner: AnnouncementBanner - """ - The date the announcement was created - """ - announcementCreatedAt: DateTime - @deprecated( - reason: "The individual `announcementX` fields do not follow our standard GraphQL patterns. Use the `announcementBanner` object instead. Removal on 2025-04-01 UTC." - ) - - """ - The expiration date of the announcement, if any - """ - announcementExpiresAt: DateTime - @deprecated( - reason: "The individual `announcementX` fields do not follow our standard GraphQL patterns. Use the `announcementBanner` object instead. Removal on 2025-04-01 UTC." - ) - - """ - Whether the announcement can be dismissed by the user - """ - announcementUserDismissible: Boolean - @deprecated( - reason: "The individual `announcementX` fields do not follow our standard GraphQL patterns. Use the `announcementBanner` object instead. Removal on 2025-04-01 UTC." - ) - """ A URL pointing to the enterprise's public avatar. """ @@ -19628,6 +19593,11 @@ input IssueFilters { """ states: [IssueState!] + """ + List issues filtered by the type given, only supported by searches on repositories. + """ + type: String + """ List issues subscribed to by viewer. """ @@ -22015,41 +21985,65 @@ type MembersCanDeleteReposClearAuditEntry implements AuditEntry & EnterpriseAudi The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for this enterprise. @@ -22075,46 +22069,73 @@ type MembersCanDeleteReposClearAuditEntry implements AuditEntry & EnterpriseAudi The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -22125,41 +22146,65 @@ type MembersCanDeleteReposDisableAuditEntry implements AuditEntry & EnterpriseAu The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for this enterprise. @@ -22185,46 +22230,73 @@ type MembersCanDeleteReposDisableAuditEntry implements AuditEntry & EnterpriseAu The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -22235,41 +22307,65 @@ type MembersCanDeleteReposEnableAuditEntry implements AuditEntry & EnterpriseAud The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for this enterprise. @@ -22295,46 +22391,73 @@ type MembersCanDeleteReposEnableAuditEntry implements AuditEntry & EnterpriseAud The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -26441,51 +26564,81 @@ type OauthApplicationCreateAuditEntry implements AuditEntry & Node & OauthApplic The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The application URL of the OAuth application. """ applicationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The callback URL of the OAuth application. """ callbackUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OauthApplicationCreateAuditEntry object @@ -26511,56 +26664,89 @@ type OauthApplicationCreateAuditEntry implements AuditEntry & Node & OauthApplic The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The rate limit of the OAuth application. """ rateLimit: Int + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The state of the OAuth application. """ state: OauthApplicationCreateAuditEntryState + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -26646,41 +26832,65 @@ type OrgAddBillingManagerAuditEntry implements AuditEntry & Node & OrganizationA The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgAddBillingManagerAuditEntry object @@ -26691,51 +26901,81 @@ type OrgAddBillingManagerAuditEntry implements AuditEntry & Node & OrganizationA The email address used to invite a billing manager for the organization. """ invitationEmail: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -26746,41 +26986,65 @@ type OrgAddMemberAuditEntry implements AuditEntry & Node & OrganizationAuditEntr The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgAddMemberAuditEntry object @@ -26791,51 +27055,81 @@ type OrgAddMemberAuditEntry implements AuditEntry & Node & OrganizationAuditEntr The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The permission level of the member added to the organization. """ permission: OrgAddMemberAuditEntryPermission + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -26861,61 +27155,97 @@ type OrgBlockUserAuditEntry implements AuditEntry & Node & OrganizationAuditEntr The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The blocked user. """ blockedUser: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the blocked user. """ blockedUserName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the blocked user. """ blockedUserResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the blocked user. """ blockedUserUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgBlockUserAuditEntry object @@ -26926,46 +27256,73 @@ type OrgBlockUserAuditEntry implements AuditEntry & Node & OrganizationAuditEntr The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -26976,41 +27333,65 @@ type OrgConfigDisableCollaboratorsOnlyAuditEntry implements AuditEntry & Node & The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgConfigDisableCollaboratorsOnlyAuditEntry object @@ -27021,46 +27402,73 @@ type OrgConfigDisableCollaboratorsOnlyAuditEntry implements AuditEntry & Node & The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -27071,41 +27479,65 @@ type OrgConfigEnableCollaboratorsOnlyAuditEntry implements AuditEntry & Node & O The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgConfigEnableCollaboratorsOnlyAuditEntry object @@ -27116,46 +27548,73 @@ type OrgConfigEnableCollaboratorsOnlyAuditEntry implements AuditEntry & Node & O The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -27166,46 +27625,73 @@ type OrgCreateAuditEntry implements AuditEntry & Node & OrganizationAuditEntryDa The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The billing plan for the Organization. """ billingPlan: OrgCreateAuditEntryBillingPlan + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgCreateAuditEntry object @@ -27216,46 +27702,73 @@ type OrgCreateAuditEntry implements AuditEntry & Node & OrganizationAuditEntryDa The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -27296,41 +27809,65 @@ type OrgDisableOauthAppRestrictionsAuditEntry implements AuditEntry & Node & Org The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgDisableOauthAppRestrictionsAuditEntry object @@ -27341,46 +27878,73 @@ type OrgDisableOauthAppRestrictionsAuditEntry implements AuditEntry & Node & Org The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -27391,46 +27955,73 @@ type OrgDisableSamlAuditEntry implements AuditEntry & Node & OrganizationAuditEn The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The SAML provider's digest algorithm URL. """ digestMethodUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgDisableSamlAuditEntry object @@ -27441,61 +28032,97 @@ type OrgDisableSamlAuditEntry implements AuditEntry & Node & OrganizationAuditEn The SAML provider's issuer URL. """ issuerUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The SAML provider's signature algorithm URL. """ signatureMethodUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The SAML provider's single sign-on URL. """ singleSignOnUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -27506,41 +28133,65 @@ type OrgDisableTwoFactorRequirementAuditEntry implements AuditEntry & Node & Org The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgDisableTwoFactorRequirementAuditEntry object @@ -27551,46 +28202,73 @@ type OrgDisableTwoFactorRequirementAuditEntry implements AuditEntry & Node & Org The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -27601,41 +28279,65 @@ type OrgEnableOauthAppRestrictionsAuditEntry implements AuditEntry & Node & Orga The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgEnableOauthAppRestrictionsAuditEntry object @@ -27646,46 +28348,73 @@ type OrgEnableOauthAppRestrictionsAuditEntry implements AuditEntry & Node & Orga The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -27696,46 +28425,73 @@ type OrgEnableSamlAuditEntry implements AuditEntry & Node & OrganizationAuditEnt The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The SAML provider's digest algorithm URL. """ digestMethodUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgEnableSamlAuditEntry object @@ -27746,61 +28502,97 @@ type OrgEnableSamlAuditEntry implements AuditEntry & Node & OrganizationAuditEnt The SAML provider's issuer URL. """ issuerUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The SAML provider's signature algorithm URL. """ signatureMethodUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The SAML provider's single sign-on URL. """ singleSignOnUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -27811,41 +28603,65 @@ type OrgEnableTwoFactorRequirementAuditEntry implements AuditEntry & Node & Orga The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgEnableTwoFactorRequirementAuditEntry object @@ -27856,46 +28672,73 @@ type OrgEnableTwoFactorRequirementAuditEntry implements AuditEntry & Node & Orga The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -27931,46 +28774,73 @@ type OrgInviteMemberAuditEntry implements AuditEntry & Node & OrganizationAuditE The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The email address of the organization invitation. """ email: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgInviteMemberAuditEntry object @@ -27981,51 +28851,81 @@ type OrgInviteMemberAuditEntry implements AuditEntry & Node & OrganizationAuditE The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The organization invitation. """ organizationInvitation: OrganizationInvitation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -28036,41 +28936,65 @@ type OrgInviteToBusinessAuditEntry implements AuditEntry & EnterpriseAuditEntryD The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for this enterprise. @@ -28096,46 +29020,73 @@ type OrgInviteToBusinessAuditEntry implements AuditEntry & EnterpriseAuditEntryD The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -28146,41 +29097,65 @@ type OrgOauthAppAccessApprovedAuditEntry implements AuditEntry & Node & OauthApp The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgOauthAppAccessApprovedAuditEntry object @@ -28206,46 +29181,73 @@ type OrgOauthAppAccessApprovedAuditEntry implements AuditEntry & Node & OauthApp The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -28256,41 +29258,65 @@ type OrgOauthAppAccessBlockedAuditEntry implements AuditEntry & Node & OauthAppl The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgOauthAppAccessBlockedAuditEntry object @@ -28316,46 +29342,73 @@ type OrgOauthAppAccessBlockedAuditEntry implements AuditEntry & Node & OauthAppl The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -28366,41 +29419,65 @@ type OrgOauthAppAccessDeniedAuditEntry implements AuditEntry & Node & OauthAppli The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgOauthAppAccessDeniedAuditEntry object @@ -28426,46 +29503,73 @@ type OrgOauthAppAccessDeniedAuditEntry implements AuditEntry & Node & OauthAppli The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -28476,41 +29580,65 @@ type OrgOauthAppAccessRequestedAuditEntry implements AuditEntry & Node & OauthAp The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgOauthAppAccessRequestedAuditEntry object @@ -28536,46 +29664,73 @@ type OrgOauthAppAccessRequestedAuditEntry implements AuditEntry & Node & OauthAp The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -28586,41 +29741,65 @@ type OrgOauthAppAccessUnblockedAuditEntry implements AuditEntry & Node & OauthAp The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgOauthAppAccessUnblockedAuditEntry object @@ -28646,46 +29825,73 @@ type OrgOauthAppAccessUnblockedAuditEntry implements AuditEntry & Node & OauthAp The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -28696,41 +29902,65 @@ type OrgRemoveBillingManagerAuditEntry implements AuditEntry & Node & Organizati The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgRemoveBillingManagerAuditEntry object @@ -28741,51 +29971,81 @@ type OrgRemoveBillingManagerAuditEntry implements AuditEntry & Node & Organizati The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The reason for the billing manager being removed. """ reason: OrgRemoveBillingManagerAuditEntryReason + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -28816,41 +30076,65 @@ type OrgRemoveMemberAuditEntry implements AuditEntry & Node & OrganizationAuditE The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgRemoveMemberAuditEntry object @@ -28861,56 +30145,89 @@ type OrgRemoveMemberAuditEntry implements AuditEntry & Node & OrganizationAuditE The types of membership the member has with the organization. """ membershipTypes: [OrgRemoveMemberAuditEntryMembershipType!] + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The reason for the member being removed. """ reason: OrgRemoveMemberAuditEntryReason + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -28992,41 +30309,65 @@ type OrgRemoveOutsideCollaboratorAuditEntry implements AuditEntry & Node & Organ The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgRemoveOutsideCollaboratorAuditEntry object @@ -29037,56 +30378,89 @@ type OrgRemoveOutsideCollaboratorAuditEntry implements AuditEntry & Node & Organ The types of membership the outside collaborator has with the organization. """ membershipTypes: [OrgRemoveOutsideCollaboratorAuditEntryMembershipType!] + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The reason for the outside collaborator being removed from the Organization. """ reason: OrgRemoveOutsideCollaboratorAuditEntryReason + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -29135,41 +30509,65 @@ type OrgRestoreMemberAuditEntry implements AuditEntry & Node & OrganizationAudit The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgRestoreMemberAuditEntry object @@ -29180,81 +30578,129 @@ type OrgRestoreMemberAuditEntry implements AuditEntry & Node & OrganizationAudit The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The number of custom email routings for the restored member. """ restoredCustomEmailRoutingsCount: Int + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The number of issue assignments for the restored member. """ restoredIssueAssignmentsCount: Int + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ Restored organization membership objects. """ restoredMemberships: [OrgRestoreMemberAuditEntryMembership!] + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The number of restored memberships. """ restoredMembershipsCount: Int + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The number of repositories of the restored member. """ restoredRepositoriesCount: Int + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The number of starred repositories for the restored member. """ restoredRepositoryStarsCount: Int + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The number of watched repositories for the restored member. """ restoredRepositoryWatchesCount: Int + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -29273,21 +30719,33 @@ type OrgRestoreMemberMembershipOrganizationAuditEntryData implements Organizatio The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -29348,61 +30806,97 @@ type OrgUnblockUserAuditEntry implements AuditEntry & Node & OrganizationAuditEn The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user being unblocked by the organization. """ blockedUser: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the blocked user. """ blockedUserName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the blocked user. """ blockedUserResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the blocked user. """ blockedUserUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgUnblockUserAuditEntry object @@ -29413,46 +30907,73 @@ type OrgUnblockUserAuditEntry implements AuditEntry & Node & OrganizationAuditEn The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -29463,41 +30984,65 @@ type OrgUpdateDefaultRepositoryPermissionAuditEntry implements AuditEntry & Node The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgUpdateDefaultRepositoryPermissionAuditEntry object @@ -29508,56 +31053,89 @@ type OrgUpdateDefaultRepositoryPermissionAuditEntry implements AuditEntry & Node The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The new base repository permission level for the organization. """ permission: OrgUpdateDefaultRepositoryPermissionAuditEntryPermission + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The former base repository permission level for the organization. """ permissionWas: OrgUpdateDefaultRepositoryPermissionAuditEntryPermission + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -29593,41 +31171,65 @@ type OrgUpdateMemberAuditEntry implements AuditEntry & Node & OrganizationAuditE The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgUpdateMemberAuditEntry object @@ -29638,56 +31240,89 @@ type OrgUpdateMemberAuditEntry implements AuditEntry & Node & OrganizationAuditE The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The new member permission level for the organization. """ permission: OrgUpdateMemberAuditEntryPermission + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The former member permission level for the organization. """ permissionWas: OrgUpdateMemberAuditEntryPermission + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -29713,46 +31348,73 @@ type OrgUpdateMemberRepositoryCreationPermissionAuditEntry implements AuditEntry The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ Can members create repositories in the organization. """ canCreateRepositories: Boolean + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgUpdateMemberRepositoryCreationPermissionAuditEntry object @@ -29763,51 +31425,81 @@ type OrgUpdateMemberRepositoryCreationPermissionAuditEntry implements AuditEntry The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The permission for visibility level of repositories for this organization. """ visibility: OrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibility + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -29863,46 +31555,73 @@ type OrgUpdateMemberRepositoryInvitationPermissionAuditEntry implements AuditEnt The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ Can outside collaborators be invited to repositories in the organization. """ canInviteOutsideCollaboratorsToRepositories: Boolean + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the OrgUpdateMemberRepositoryInvitationPermissionAuditEntry object @@ -29913,89 +31632,84 @@ type OrgUpdateMemberRepositoryInvitationPermissionAuditEntry implements AuditEnt The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ An account on GitHub, with one or more owners, that has repositories, members and teams. """ -type Organization implements Actor & AnnouncementBannerI & MemberStatusable & Node & PackageOwner & ProfileOwner & ProjectOwner & ProjectV2Owner & ProjectV2Recent & RepositoryDiscussionAuthor & RepositoryDiscussionCommentAuthor & RepositoryOwner & Sponsorable & UniformResourceLocatable { - """ - The text of the announcement - """ - announcement: String - @deprecated( - reason: "The individual `announcementX` fields do not follow our standard GraphQL patterns. Use the `announcementBanner` object instead. Removal on 2025-04-01 UTC." - ) - +type Organization implements Actor & MemberStatusable & Node & PackageOwner & ProfileOwner & ProjectOwner & ProjectV2Owner & ProjectV2Recent & RepositoryDiscussionAuthor & RepositoryDiscussionCommentAuthor & RepositoryOwner & Sponsorable & UniformResourceLocatable { """ The announcement banner set on this organization, if any. Only visible to members of the organization's enterprise. """ announcementBanner: AnnouncementBanner - """ - The date the announcement was created - """ - announcementCreatedAt: DateTime - @deprecated( - reason: "The individual `announcementX` fields do not follow our standard GraphQL patterns. Use the `announcementBanner` object instead. Removal on 2025-04-01 UTC." - ) - - """ - The expiration date of the announcement, if any - """ - announcementExpiresAt: DateTime - @deprecated( - reason: "The individual `announcementX` fields do not follow our standard GraphQL patterns. Use the `announcementBanner` object instead. Removal on 2025-04-01 UTC." - ) - - """ - Whether the announcement can be dismissed by the user - """ - announcementUserDismissible: Boolean - @deprecated( - reason: "The individual `announcementX` fields do not follow our standard GraphQL patterns. Use the `announcementBanner` object instead. Removal on 2025-04-01 UTC." - ) - """ Determine if this repository owner has any items that can be pinned to their profile. """ @@ -30045,6 +31759,9 @@ type Organization implements Actor & AnnouncementBannerI & MemberStatusable & No """ query: String ): OrganizationAuditEntryConnection! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A URL pointing to the organization's public avatar. @@ -31552,21 +33269,33 @@ interface OrganizationAuditEntryData { The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -33473,41 +35202,65 @@ type PrivateRepositoryForkingDisableAuditEntry implements AuditEntry & Enterpris The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for this enterprise. @@ -33533,26 +35286,41 @@ type PrivateRepositoryForkingDisableAuditEntry implements AuditEntry & Enterpris The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -33578,21 +35346,33 @@ type PrivateRepositoryForkingDisableAuditEntry implements AuditEntry & Enterpris The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -33603,41 +35383,65 @@ type PrivateRepositoryForkingEnableAuditEntry implements AuditEntry & Enterprise The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for this enterprise. @@ -33663,26 +35467,41 @@ type PrivateRepositoryForkingEnableAuditEntry implements AuditEntry & Enterprise The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -33708,21 +35527,33 @@ type PrivateRepositoryForkingEnableAuditEntry implements AuditEntry & Enterprise The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -39182,8 +41013,7 @@ type PullRequestParameters { allowedMergeMethods: [PullRequestAllowedMergeMethods!] """ - This field is in beta and subject to change. Automatically request review from - Copilot for new pull requests, if the author has access to Copilot code review. + Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review. """ automaticCopilotCodeReviewEnabled: Boolean! @@ -39224,8 +41054,7 @@ input PullRequestParametersInput { allowedMergeMethods: [PullRequestAllowedMergeMethods!] """ - This argument is in beta and subject to change. Automatically request review - from Copilot for new pull requests, if the author has access to Copilot code review. + Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review. """ automaticCopilotCodeReviewEnabled: Boolean @@ -43669,41 +45498,65 @@ type RepoAccessAuditEntry implements AuditEntry & Node & OrganizationAuditEntryD The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoAccessAuditEntry object @@ -43714,26 +45567,41 @@ type RepoAccessAuditEntry implements AuditEntry & Node & OrganizationAuditEntryD The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -43759,26 +45627,41 @@ type RepoAccessAuditEntry implements AuditEntry & Node & OrganizationAuditEntryD The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The visibility of the repository """ visibility: RepoAccessAuditEntryVisibility + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -43809,41 +45692,65 @@ type RepoAddMemberAuditEntry implements AuditEntry & Node & OrganizationAuditEnt The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoAddMemberAuditEntry object @@ -43854,26 +45761,41 @@ type RepoAddMemberAuditEntry implements AuditEntry & Node & OrganizationAuditEnt The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -43899,26 +45821,41 @@ type RepoAddMemberAuditEntry implements AuditEntry & Node & OrganizationAuditEnt The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The visibility of the repository """ visibility: RepoAddMemberAuditEntryVisibility + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -43949,41 +45886,65 @@ type RepoAddTopicAuditEntry implements AuditEntry & Node & OrganizationAuditEntr The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoAddTopicAuditEntry object @@ -43994,26 +45955,41 @@ type RepoAddTopicAuditEntry implements AuditEntry & Node & OrganizationAuditEntr The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -44049,21 +46025,33 @@ type RepoAddTopicAuditEntry implements AuditEntry & Node & OrganizationAuditEntr The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -44074,41 +46062,65 @@ type RepoArchivedAuditEntry implements AuditEntry & Node & OrganizationAuditEntr The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoArchivedAuditEntry object @@ -44119,26 +46131,41 @@ type RepoArchivedAuditEntry implements AuditEntry & Node & OrganizationAuditEntr The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -44164,26 +46191,41 @@ type RepoArchivedAuditEntry implements AuditEntry & Node & OrganizationAuditEntr The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The visibility of the repository """ visibility: RepoArchivedAuditEntryVisibility + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -44214,41 +46256,65 @@ type RepoChangeMergeSettingAuditEntry implements AuditEntry & Node & Organizatio The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoChangeMergeSettingAuditEntry object @@ -44259,36 +46325,57 @@ type RepoChangeMergeSettingAuditEntry implements AuditEntry & Node & Organizatio Whether the change was to enable (true) or disable (false) the merge type """ isEnabled: Boolean + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The merge method affected by the change """ mergeType: RepoChangeMergeSettingAuditEntryMergeType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -44314,21 +46401,33 @@ type RepoChangeMergeSettingAuditEntry implements AuditEntry & Node & Organizatio The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -44359,41 +46458,65 @@ type RepoConfigDisableAnonymousGitAccessAuditEntry implements AuditEntry & Node The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoConfigDisableAnonymousGitAccessAuditEntry object @@ -44404,26 +46527,41 @@ type RepoConfigDisableAnonymousGitAccessAuditEntry implements AuditEntry & Node The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -44449,21 +46587,33 @@ type RepoConfigDisableAnonymousGitAccessAuditEntry implements AuditEntry & Node The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -44474,41 +46624,65 @@ type RepoConfigDisableCollaboratorsOnlyAuditEntry implements AuditEntry & Node & The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoConfigDisableCollaboratorsOnlyAuditEntry object @@ -44519,26 +46693,41 @@ type RepoConfigDisableCollaboratorsOnlyAuditEntry implements AuditEntry & Node & The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -44564,21 +46753,33 @@ type RepoConfigDisableCollaboratorsOnlyAuditEntry implements AuditEntry & Node & The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -44589,41 +46790,65 @@ type RepoConfigDisableContributorsOnlyAuditEntry implements AuditEntry & Node & The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoConfigDisableContributorsOnlyAuditEntry object @@ -44634,26 +46859,41 @@ type RepoConfigDisableContributorsOnlyAuditEntry implements AuditEntry & Node & The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -44679,21 +46919,33 @@ type RepoConfigDisableContributorsOnlyAuditEntry implements AuditEntry & Node & The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -44704,41 +46956,65 @@ type RepoConfigDisableSockpuppetDisallowedAuditEntry implements AuditEntry & Nod The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoConfigDisableSockpuppetDisallowedAuditEntry object @@ -44749,26 +47025,41 @@ type RepoConfigDisableSockpuppetDisallowedAuditEntry implements AuditEntry & Nod The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -44794,21 +47085,33 @@ type RepoConfigDisableSockpuppetDisallowedAuditEntry implements AuditEntry & Nod The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -44819,41 +47122,65 @@ type RepoConfigEnableAnonymousGitAccessAuditEntry implements AuditEntry & Node & The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoConfigEnableAnonymousGitAccessAuditEntry object @@ -44864,26 +47191,41 @@ type RepoConfigEnableAnonymousGitAccessAuditEntry implements AuditEntry & Node & The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -44909,21 +47251,33 @@ type RepoConfigEnableAnonymousGitAccessAuditEntry implements AuditEntry & Node & The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -44934,41 +47288,65 @@ type RepoConfigEnableCollaboratorsOnlyAuditEntry implements AuditEntry & Node & The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoConfigEnableCollaboratorsOnlyAuditEntry object @@ -44979,26 +47357,41 @@ type RepoConfigEnableCollaboratorsOnlyAuditEntry implements AuditEntry & Node & The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -45024,21 +47417,33 @@ type RepoConfigEnableCollaboratorsOnlyAuditEntry implements AuditEntry & Node & The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -45049,41 +47454,65 @@ type RepoConfigEnableContributorsOnlyAuditEntry implements AuditEntry & Node & O The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoConfigEnableContributorsOnlyAuditEntry object @@ -45094,26 +47523,41 @@ type RepoConfigEnableContributorsOnlyAuditEntry implements AuditEntry & Node & O The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -45139,21 +47583,33 @@ type RepoConfigEnableContributorsOnlyAuditEntry implements AuditEntry & Node & O The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -45164,41 +47620,65 @@ type RepoConfigEnableSockpuppetDisallowedAuditEntry implements AuditEntry & Node The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoConfigEnableSockpuppetDisallowedAuditEntry object @@ -45209,26 +47689,41 @@ type RepoConfigEnableSockpuppetDisallowedAuditEntry implements AuditEntry & Node The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -45254,21 +47749,33 @@ type RepoConfigEnableSockpuppetDisallowedAuditEntry implements AuditEntry & Node The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -45279,41 +47786,65 @@ type RepoConfigLockAnonymousGitAccessAuditEntry implements AuditEntry & Node & O The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoConfigLockAnonymousGitAccessAuditEntry object @@ -45324,26 +47855,41 @@ type RepoConfigLockAnonymousGitAccessAuditEntry implements AuditEntry & Node & O The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -45369,21 +47915,33 @@ type RepoConfigLockAnonymousGitAccessAuditEntry implements AuditEntry & Node & O The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -45394,41 +47952,65 @@ type RepoConfigUnlockAnonymousGitAccessAuditEntry implements AuditEntry & Node & The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoConfigUnlockAnonymousGitAccessAuditEntry object @@ -45439,26 +48021,41 @@ type RepoConfigUnlockAnonymousGitAccessAuditEntry implements AuditEntry & Node & The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -45484,21 +48081,33 @@ type RepoConfigUnlockAnonymousGitAccessAuditEntry implements AuditEntry & Node & The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -45509,51 +48118,81 @@ type RepoCreateAuditEntry implements AuditEntry & Node & OrganizationAuditEntryD The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the parent repository for this forked repository. """ forkParentName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the root repository for this network. """ forkSourceName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoCreateAuditEntry object @@ -45564,26 +48203,41 @@ type RepoCreateAuditEntry implements AuditEntry & Node & OrganizationAuditEntryD The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -45609,26 +48263,41 @@ type RepoCreateAuditEntry implements AuditEntry & Node & OrganizationAuditEntryD The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The visibility of the repository """ visibility: RepoCreateAuditEntryVisibility + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -45659,41 +48328,65 @@ type RepoDestroyAuditEntry implements AuditEntry & Node & OrganizationAuditEntry The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoDestroyAuditEntry object @@ -45704,26 +48397,41 @@ type RepoDestroyAuditEntry implements AuditEntry & Node & OrganizationAuditEntry The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -45749,26 +48457,41 @@ type RepoDestroyAuditEntry implements AuditEntry & Node & OrganizationAuditEntry The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The visibility of the repository """ visibility: RepoDestroyAuditEntryVisibility + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -45799,41 +48522,65 @@ type RepoRemoveMemberAuditEntry implements AuditEntry & Node & OrganizationAudit The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoRemoveMemberAuditEntry object @@ -45844,26 +48591,41 @@ type RepoRemoveMemberAuditEntry implements AuditEntry & Node & OrganizationAudit The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -45889,26 +48651,41 @@ type RepoRemoveMemberAuditEntry implements AuditEntry & Node & OrganizationAudit The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The visibility of the repository """ visibility: RepoRemoveMemberAuditEntryVisibility + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -45939,41 +48716,65 @@ type RepoRemoveTopicAuditEntry implements AuditEntry & Node & OrganizationAuditE The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the RepoRemoveTopicAuditEntry object @@ -45984,26 +48785,41 @@ type RepoRemoveTopicAuditEntry implements AuditEntry & Node & OrganizationAuditE The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -46039,21 +48855,33 @@ type RepoRemoveTopicAuditEntry implements AuditEntry & Node & OrganizationAuditE The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -49824,41 +52652,65 @@ type RepositoryVisibilityChangeDisableAuditEntry implements AuditEntry & Enterpr The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for this enterprise. @@ -49884,46 +52736,73 @@ type RepositoryVisibilityChangeDisableAuditEntry implements AuditEntry & Enterpr The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -49934,41 +52813,65 @@ type RepositoryVisibilityChangeEnableAuditEntry implements AuditEntry & Enterpri The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for this enterprise. @@ -49994,46 +52897,73 @@ type RepositoryVisibilityChangeEnableAuditEntry implements AuditEntry & Enterpri The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -50308,7 +53238,7 @@ input RequestReviewsInput { """ The Node IDs of the user to request. """ - userIds: [ID!] @possibleTypes(concreteTypes: ["User"]) + userIds: [ID!] @possibleTypes(concreteTypes: ["Bot", "User"]) } """ @@ -56828,41 +59758,65 @@ type TeamAddMemberAuditEntry implements AuditEntry & Node & OrganizationAuditEnt The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the TeamAddMemberAuditEntry object @@ -56873,31 +59827,49 @@ type TeamAddMemberAuditEntry implements AuditEntry & Node & OrganizationAuditEnt Whether the team was mapped to an LDAP Group. """ isLdapMapped: Boolean + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The team associated with the action @@ -56923,21 +59895,33 @@ type TeamAddMemberAuditEntry implements AuditEntry & Node & OrganizationAuditEnt The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -56948,41 +59932,65 @@ type TeamAddRepositoryAuditEntry implements AuditEntry & Node & OrganizationAudi The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the TeamAddRepositoryAuditEntry object @@ -56993,31 +60001,49 @@ type TeamAddRepositoryAuditEntry implements AuditEntry & Node & OrganizationAudi Whether the team was mapped to an LDAP Group. """ isLdapMapped: Boolean + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -57063,21 +60089,33 @@ type TeamAddRepositoryAuditEntry implements AuditEntry & Node & OrganizationAudi The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -57113,41 +60151,65 @@ type TeamChangeParentTeamAuditEntry implements AuditEntry & Node & OrganizationA The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the TeamChangeParentTeamAuditEntry object @@ -57158,71 +60220,113 @@ type TeamChangeParentTeamAuditEntry implements AuditEntry & Node & OrganizationA Whether the team was mapped to an LDAP Group. """ isLdapMapped: Boolean + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The new parent team. """ parentTeam: Team + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the new parent team """ parentTeamName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the former parent team """ parentTeamNameWas: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the parent team """ parentTeamResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the parent team """ parentTeamUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The former parent team. """ parentTeamWas: Team + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the previous parent team """ parentTeamWasResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the previous parent team """ parentTeamWasUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The team associated with the action @@ -57248,21 +60352,33 @@ type TeamChangeParentTeamAuditEntry implements AuditEntry & Node & OrganizationA The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -58126,41 +61242,65 @@ type TeamRemoveMemberAuditEntry implements AuditEntry & Node & OrganizationAudit The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the TeamRemoveMemberAuditEntry object @@ -58171,31 +61311,49 @@ type TeamRemoveMemberAuditEntry implements AuditEntry & Node & OrganizationAudit Whether the team was mapped to an LDAP Group. """ isLdapMapped: Boolean + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The team associated with the action @@ -58221,21 +61379,33 @@ type TeamRemoveMemberAuditEntry implements AuditEntry & Node & OrganizationAudit The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -58246,41 +61416,65 @@ type TeamRemoveRepositoryAuditEntry implements AuditEntry & Node & OrganizationA The action name """ action: String! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The user who initiated the action """ actor: AuditEntryActor + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The IP address of the actor """ actorIp: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ A readable representation of the actor's location """ actorLocation: ActorLocation + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The username of the user who initiated the action """ actorLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the actor. """ actorResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the actor. """ actorUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The time the action was initiated """ createdAt: PreciseDateTime! + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Node ID of the TeamRemoveRepositoryAuditEntry object @@ -58291,31 +61485,49 @@ type TeamRemoveRepositoryAuditEntry implements AuditEntry & Node & OrganizationA Whether the team was mapped to an LDAP Group. """ isLdapMapped: Boolean + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The corresponding operation type for the action """ operationType: OperationType + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The Organization associated with the Audit Entry. """ organization: Organization + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The name of the Organization. """ organizationName: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the organization """ organizationResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the organization """ organizationUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The repository associated with the action @@ -58361,21 +61573,33 @@ type TeamRemoveRepositoryAuditEntry implements AuditEntry & Node & OrganizationA The user affected by the action """ user: User + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ For actions involving two users, the actor is the initiator and the user is the affected user. """ userLogin: String + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP path for the user. """ userResourcePath: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) """ The HTTP URL for the user. """ userUrl: URI + @deprecated( + reason: "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC." + ) } """ @@ -61301,15 +64525,6 @@ input UpdateIssueTypeInput { """ isEnabled: Boolean - """ - Whether or not the issue type is restricted to issues in private repositories - - **Upcoming Change on 2025-04-01 UTC** - **Description:** `isPrivate` will be removed. - **Reason:** Private issue types are being deprecated and can no longer be created. - """ - isPrivate: Boolean - """ The ID of the issue type to update """ diff --git a/src/graphql/data/ghec/schema.json b/src/graphql/data/ghec/schema.json index 1204d85e0a45..11cb3af8e675 100644 --- a/src/graphql/data/ghec/schema.json +++ b/src/graphql/data/ghec/schema.json @@ -21525,11 +21525,6 @@ "href": "/graphql/reference/objects#enterprise", "description": "

An account to manage multiple organizations with consolidated policy and billing.

", "implements": [ - { - "name": "AnnouncementBannerI", - "id": "announcementbanneri", - "href": "/graphql/reference/interfaces#announcementbanneri" - }, { "name": "Node", "id": "node", @@ -21537,16 +21532,6 @@ } ], "fields": [ - { - "name": "announcement", - "description": "

The text of the announcement.

", - "type": "String", - "id": "string", - "kind": "scalars", - "href": "/graphql/reference/scalars#string", - "isDeprecated": true, - "deprecationReason": "

The individual announcementX fields do not follow our standard GraphQL patterns. Use the announcementBanner object instead. Removal on 2025-04-01 UTC.

" - }, { "name": "announcementBanner", "description": "

The announcement banner set on this enterprise, if any. Only visible to members of the enterprise.

", @@ -21555,36 +21540,6 @@ "kind": "objects", "href": "/graphql/reference/objects#announcementbanner" }, - { - "name": "announcementCreatedAt", - "description": "

The date the announcement was created.

", - "type": "DateTime", - "id": "datetime", - "kind": "scalars", - "href": "/graphql/reference/scalars#datetime", - "isDeprecated": true, - "deprecationReason": "

The individual announcementX fields do not follow our standard GraphQL patterns. Use the announcementBanner object instead. Removal on 2025-04-01 UTC.

" - }, - { - "name": "announcementExpiresAt", - "description": "

The expiration date of the announcement, if any.

", - "type": "DateTime", - "id": "datetime", - "kind": "scalars", - "href": "/graphql/reference/scalars#datetime", - "isDeprecated": true, - "deprecationReason": "

The individual announcementX fields do not follow our standard GraphQL patterns. Use the announcementBanner object instead. Removal on 2025-04-01 UTC.

" - }, - { - "name": "announcementUserDismissible", - "description": "

Whether the announcement can be dismissed by the user.

", - "type": "Boolean", - "id": "boolean", - "kind": "scalars", - "href": "/graphql/reference/scalars#boolean", - "isDeprecated": true, - "deprecationReason": "

The individual announcementX fields do not follow our standard GraphQL patterns. Use the announcementBanner object instead. Removal on 2025-04-01 UTC.

" - }, { "name": "avatarUrl", "description": "

A URL pointing to the enterprise's public avatar.

", @@ -33358,7 +33313,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -33366,7 +33323,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -33374,7 +33333,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -33382,7 +33343,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -33390,7 +33353,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -33398,7 +33363,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -33406,7 +33373,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -33414,7 +33383,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "enterpriseResourcePath", @@ -33454,7 +33425,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -33462,7 +33435,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -33470,7 +33445,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -33478,7 +33455,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -33486,7 +33465,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -33494,7 +33475,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -33502,7 +33485,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -33510,7 +33495,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -33518,7 +33505,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -33557,7 +33546,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -33565,7 +33556,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -33573,7 +33566,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -33581,7 +33576,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -33589,7 +33586,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -33597,7 +33596,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -33605,7 +33606,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -33613,7 +33616,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "enterpriseResourcePath", @@ -33653,7 +33658,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -33661,7 +33668,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -33669,7 +33678,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -33677,7 +33688,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -33685,7 +33698,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -33693,7 +33708,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -33701,7 +33718,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -33709,7 +33728,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -33717,7 +33738,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -33756,7 +33779,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -33764,7 +33789,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -33772,7 +33799,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -33780,7 +33809,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -33788,7 +33819,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -33796,7 +33829,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -33804,7 +33839,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -33812,7 +33849,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "enterpriseResourcePath", @@ -33852,7 +33891,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -33860,7 +33901,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -33868,7 +33911,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -33876,7 +33921,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -33884,7 +33931,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -33892,7 +33941,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -33900,7 +33951,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -33908,7 +33961,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -33916,7 +33971,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -35266,7 +35323,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -35274,7 +35333,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -35282,7 +35343,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -35290,7 +35353,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -35298,7 +35363,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -35306,7 +35373,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -35314,7 +35383,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "applicationUrl", @@ -35322,7 +35393,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "callbackUrl", @@ -35330,7 +35403,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -35338,7 +35413,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -35378,7 +35455,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -35386,7 +35465,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -35394,7 +35475,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -35402,7 +35485,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -35410,7 +35495,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "rateLimit", @@ -35418,7 +35505,9 @@ "type": "Int", "id": "int", "kind": "scalars", - "href": "/graphql/reference/scalars#int" + "href": "/graphql/reference/scalars#int", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "state", @@ -35426,7 +35515,9 @@ "type": "OauthApplicationCreateAuditEntryState", "id": "oauthapplicationcreateauditentrystate", "kind": "enums", - "href": "/graphql/reference/enums#oauthapplicationcreateauditentrystate" + "href": "/graphql/reference/enums#oauthapplicationcreateauditentrystate", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -35434,7 +35525,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -35442,7 +35535,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -35450,7 +35545,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -35458,7 +35555,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -35492,7 +35591,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -35500,7 +35601,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -35508,7 +35611,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -35516,7 +35621,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -35524,7 +35631,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -35532,7 +35641,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -35540,7 +35651,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -35548,7 +35661,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -35564,7 +35679,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "operationType", @@ -35572,7 +35689,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -35580,7 +35699,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -35588,7 +35709,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -35596,7 +35719,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -35604,7 +35729,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -35612,7 +35739,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -35620,7 +35749,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -35628,7 +35759,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -35636,7 +35769,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -35670,7 +35805,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -35678,7 +35815,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -35686,7 +35825,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -35694,7 +35835,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -35702,7 +35845,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -35710,7 +35855,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -35718,7 +35865,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -35726,7 +35875,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -35742,7 +35893,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -35750,7 +35903,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -35758,7 +35913,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -35766,7 +35923,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -35774,7 +35933,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "permission", @@ -35782,7 +35943,9 @@ "type": "OrgAddMemberAuditEntryPermission", "id": "orgaddmemberauditentrypermission", "kind": "enums", - "href": "/graphql/reference/enums#orgaddmemberauditentrypermission" + "href": "/graphql/reference/enums#orgaddmemberauditentrypermission", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -35790,7 +35953,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -35798,7 +35963,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -35806,7 +35973,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -35814,7 +35983,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -35848,7 +36019,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -35856,7 +36029,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -35864,7 +36039,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -35872,7 +36049,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -35880,7 +36059,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -35888,7 +36069,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -35896,7 +36079,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "blockedUser", @@ -35904,7 +36089,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "blockedUserName", @@ -35912,7 +36099,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "blockedUserResourcePath", @@ -35920,7 +36109,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "blockedUserUrl", @@ -35928,7 +36119,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -35936,7 +36129,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -35952,7 +36147,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -35960,7 +36157,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -35968,7 +36167,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -35976,7 +36177,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -35984,7 +36187,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -35992,7 +36197,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -36000,7 +36207,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -36008,7 +36217,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -36016,7 +36227,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -36050,7 +36263,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -36058,7 +36273,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -36066,7 +36283,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -36074,7 +36293,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -36082,7 +36303,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -36090,7 +36313,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -36098,7 +36323,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -36106,7 +36333,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -36122,7 +36351,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -36130,7 +36361,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -36138,7 +36371,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -36146,7 +36381,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -36154,7 +36391,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -36162,7 +36401,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -36170,7 +36411,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -36178,7 +36421,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -36186,7 +36431,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -36220,7 +36467,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -36228,7 +36477,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -36236,7 +36487,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -36244,7 +36497,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -36252,7 +36507,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -36260,7 +36517,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -36268,7 +36527,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -36276,7 +36537,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -36292,7 +36555,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -36300,7 +36565,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -36308,7 +36575,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -36316,7 +36585,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -36324,7 +36595,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -36332,7 +36605,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -36340,7 +36615,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -36348,7 +36625,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -36356,7 +36635,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -36390,7 +36671,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -36398,7 +36681,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -36406,7 +36691,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -36414,7 +36701,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -36422,7 +36711,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -36430,7 +36721,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -36438,7 +36731,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "billingPlan", @@ -36446,7 +36741,9 @@ "type": "OrgCreateAuditEntryBillingPlan", "id": "orgcreateauditentrybillingplan", "kind": "enums", - "href": "/graphql/reference/enums#orgcreateauditentrybillingplan" + "href": "/graphql/reference/enums#orgcreateauditentrybillingplan", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -36454,7 +36751,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -36470,7 +36769,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -36478,7 +36779,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -36486,7 +36789,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -36494,7 +36799,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -36502,7 +36809,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -36510,7 +36819,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -36518,7 +36829,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -36526,7 +36839,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -36534,7 +36849,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -36568,7 +36885,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -36576,7 +36895,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -36584,7 +36905,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -36592,7 +36915,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -36600,7 +36925,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -36608,7 +36935,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -36616,7 +36945,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -36624,7 +36955,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -36640,7 +36973,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -36648,7 +36983,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -36656,7 +36993,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -36664,7 +37003,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -36672,7 +37013,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -36680,7 +37023,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -36688,7 +37033,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -36696,7 +37043,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -36704,7 +37053,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -36738,7 +37089,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -36746,7 +37099,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -36754,7 +37109,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -36762,7 +37119,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -36770,7 +37129,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -36778,7 +37139,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -36786,7 +37149,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -36794,7 +37159,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "digestMethodUrl", @@ -36802,7 +37169,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -36818,7 +37187,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "operationType", @@ -36826,7 +37197,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -36834,7 +37207,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -36842,7 +37217,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -36850,7 +37227,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -36858,7 +37237,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "signatureMethodUrl", @@ -36866,7 +37247,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "singleSignOnUrl", @@ -36874,7 +37257,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -36882,7 +37267,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -36890,7 +37277,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -36898,7 +37287,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -36906,7 +37297,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -36940,7 +37333,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -36948,7 +37343,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -36956,7 +37353,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -36964,7 +37363,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -36972,7 +37373,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -36980,7 +37383,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -36988,7 +37393,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -36996,7 +37403,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -37012,7 +37421,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -37020,7 +37431,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -37028,7 +37441,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -37036,7 +37451,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -37044,7 +37461,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -37052,7 +37471,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -37060,7 +37481,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -37068,7 +37491,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -37076,7 +37501,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -37110,7 +37537,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -37118,7 +37547,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -37126,7 +37557,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -37134,7 +37567,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -37142,7 +37577,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -37150,7 +37587,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -37158,7 +37597,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -37166,7 +37607,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -37182,7 +37625,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -37190,7 +37635,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -37198,7 +37645,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -37206,7 +37655,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -37214,7 +37665,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -37222,7 +37675,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -37230,7 +37685,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -37238,7 +37695,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -37246,7 +37705,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -37280,7 +37741,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -37288,7 +37751,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -37296,7 +37761,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -37304,7 +37771,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -37312,7 +37781,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -37320,7 +37791,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -37328,7 +37801,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -37336,7 +37811,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "digestMethodUrl", @@ -37344,7 +37821,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -37360,7 +37839,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "operationType", @@ -37368,7 +37849,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -37376,7 +37859,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -37384,7 +37869,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -37392,7 +37879,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -37400,7 +37889,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "signatureMethodUrl", @@ -37408,7 +37899,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "singleSignOnUrl", @@ -37416,7 +37909,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -37424,7 +37919,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -37432,7 +37929,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -37440,7 +37939,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -37448,7 +37949,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -37482,7 +37985,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -37490,7 +37995,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -37498,7 +38005,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -37506,7 +38015,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -37514,7 +38025,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -37522,7 +38035,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -37530,7 +38045,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -37538,7 +38055,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -37554,7 +38073,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -37562,7 +38083,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -37570,7 +38093,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -37578,7 +38103,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -37586,7 +38113,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -37594,7 +38123,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -37602,7 +38133,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -37610,7 +38143,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -37618,7 +38153,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -37652,7 +38189,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -37660,7 +38199,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -37668,7 +38209,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -37676,7 +38219,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -37684,7 +38229,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -37692,7 +38239,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -37700,7 +38249,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -37708,7 +38259,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "email", @@ -37716,7 +38269,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -37732,7 +38287,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -37740,7 +38297,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationInvitation", @@ -37748,7 +38307,9 @@ "type": "OrganizationInvitation", "id": "organizationinvitation", "kind": "objects", - "href": "/graphql/reference/objects#organizationinvitation" + "href": "/graphql/reference/objects#organizationinvitation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -37756,7 +38317,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -37764,7 +38327,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -37772,7 +38337,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -37780,7 +38347,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -37788,7 +38357,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -37796,7 +38367,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -37804,7 +38377,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -37843,7 +38418,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -37851,7 +38428,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -37859,7 +38438,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -37867,7 +38448,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -37875,7 +38458,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -37883,7 +38468,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -37891,7 +38478,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -37899,7 +38488,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "enterpriseResourcePath", @@ -37939,7 +38530,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -37947,7 +38540,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -37955,7 +38550,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -37963,7 +38560,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -37971,7 +38570,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -37979,7 +38580,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -37987,7 +38590,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -37995,7 +38600,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -38003,7 +38610,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -38042,7 +38651,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -38050,7 +38661,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -38058,7 +38671,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -38066,7 +38681,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -38074,7 +38691,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -38082,7 +38701,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -38090,7 +38711,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -38098,7 +38721,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -38138,7 +38763,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -38146,7 +38773,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -38154,7 +38783,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -38162,7 +38793,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -38170,7 +38803,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -38178,7 +38813,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -38186,7 +38823,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -38194,7 +38833,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -38202,7 +38843,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -38241,7 +38884,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -38249,7 +38894,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -38257,7 +38904,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -38265,7 +38914,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -38273,7 +38924,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -38281,7 +38934,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -38289,7 +38944,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -38297,7 +38954,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -38337,7 +38996,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -38345,7 +39006,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -38353,7 +39016,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -38361,7 +39026,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -38369,7 +39036,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -38377,7 +39046,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -38385,7 +39056,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -38393,7 +39066,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -38401,7 +39076,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -38440,7 +39117,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -38448,7 +39127,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -38456,7 +39137,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -38464,7 +39147,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -38472,7 +39157,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -38480,7 +39167,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -38488,7 +39177,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -38496,7 +39187,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -38536,7 +39229,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -38544,7 +39239,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -38552,7 +39249,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -38560,7 +39259,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -38568,7 +39269,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -38576,7 +39279,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -38584,7 +39289,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -38592,7 +39299,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -38600,7 +39309,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -38639,7 +39350,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -38647,7 +39360,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -38655,7 +39370,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -38663,7 +39380,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -38671,7 +39390,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -38679,7 +39400,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -38687,7 +39410,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -38695,7 +39420,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -38735,7 +39462,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -38743,7 +39472,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -38751,7 +39482,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -38759,7 +39492,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -38767,7 +39502,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -38775,7 +39512,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -38783,7 +39522,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -38791,7 +39532,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -38799,7 +39542,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -38838,7 +39583,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -38846,7 +39593,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -38854,7 +39603,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -38862,7 +39613,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -38870,7 +39623,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -38878,7 +39633,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -38886,7 +39643,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -38894,7 +39653,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -38934,7 +39695,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -38942,7 +39705,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -38950,7 +39715,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -38958,7 +39725,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -38966,7 +39735,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -38974,7 +39745,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -38982,7 +39755,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -38990,7 +39765,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -38998,7 +39775,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -39032,7 +39811,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -39040,7 +39821,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -39048,7 +39831,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -39056,7 +39841,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -39064,7 +39851,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -39072,7 +39861,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -39080,7 +39871,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -39088,7 +39881,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -39104,7 +39899,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -39112,7 +39909,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -39120,7 +39919,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -39128,7 +39929,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -39136,7 +39939,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "reason", @@ -39144,7 +39949,9 @@ "type": "OrgRemoveBillingManagerAuditEntryReason", "id": "orgremovebillingmanagerauditentryreason", "kind": "enums", - "href": "/graphql/reference/enums#orgremovebillingmanagerauditentryreason" + "href": "/graphql/reference/enums#orgremovebillingmanagerauditentryreason", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -39152,7 +39959,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -39160,7 +39969,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -39168,7 +39979,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -39176,7 +39989,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -39210,7 +40025,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -39218,7 +40035,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -39226,7 +40045,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -39234,7 +40055,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -39242,7 +40065,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -39250,7 +40075,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -39258,7 +40085,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -39266,7 +40095,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -39282,7 +40113,9 @@ "type": "[OrgRemoveMemberAuditEntryMembershipType!]", "id": "orgremovememberauditentrymembershiptype", "kind": "enums", - "href": "/graphql/reference/enums#orgremovememberauditentrymembershiptype" + "href": "/graphql/reference/enums#orgremovememberauditentrymembershiptype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "operationType", @@ -39290,7 +40123,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -39298,7 +40133,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -39306,7 +40143,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -39314,7 +40153,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -39322,7 +40163,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "reason", @@ -39330,7 +40173,9 @@ "type": "OrgRemoveMemberAuditEntryReason", "id": "orgremovememberauditentryreason", "kind": "enums", - "href": "/graphql/reference/enums#orgremovememberauditentryreason" + "href": "/graphql/reference/enums#orgremovememberauditentryreason", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -39338,7 +40183,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -39346,7 +40193,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -39354,7 +40203,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -39362,7 +40213,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -39396,7 +40249,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -39404,7 +40259,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -39412,7 +40269,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -39420,7 +40279,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -39428,7 +40289,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -39436,7 +40299,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -39444,7 +40309,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -39452,7 +40319,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -39468,7 +40337,9 @@ "type": "[OrgRemoveOutsideCollaboratorAuditEntryMembershipType!]", "id": "orgremoveoutsidecollaboratorauditentrymembershiptype", "kind": "enums", - "href": "/graphql/reference/enums#orgremoveoutsidecollaboratorauditentrymembershiptype" + "href": "/graphql/reference/enums#orgremoveoutsidecollaboratorauditentrymembershiptype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "operationType", @@ -39476,7 +40347,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -39484,7 +40357,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -39492,7 +40367,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -39500,7 +40377,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -39508,7 +40387,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "reason", @@ -39516,7 +40397,9 @@ "type": "OrgRemoveOutsideCollaboratorAuditEntryReason", "id": "orgremoveoutsidecollaboratorauditentryreason", "kind": "enums", - "href": "/graphql/reference/enums#orgremoveoutsidecollaboratorauditentryreason" + "href": "/graphql/reference/enums#orgremoveoutsidecollaboratorauditentryreason", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -39524,7 +40407,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -39532,7 +40417,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -39540,7 +40427,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -39548,7 +40437,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -39582,7 +40473,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -39590,7 +40483,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -39598,7 +40493,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -39606,7 +40503,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -39614,7 +40513,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -39622,7 +40523,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -39630,7 +40533,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -39638,7 +40543,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -39654,7 +40561,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -39662,7 +40571,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -39670,7 +40581,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -39678,7 +40591,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -39686,7 +40601,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "restoredCustomEmailRoutingsCount", @@ -39694,7 +40611,9 @@ "type": "Int", "id": "int", "kind": "scalars", - "href": "/graphql/reference/scalars#int" + "href": "/graphql/reference/scalars#int", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "restoredIssueAssignmentsCount", @@ -39702,7 +40621,9 @@ "type": "Int", "id": "int", "kind": "scalars", - "href": "/graphql/reference/scalars#int" + "href": "/graphql/reference/scalars#int", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "restoredMemberships", @@ -39710,7 +40631,9 @@ "type": "[OrgRestoreMemberAuditEntryMembership!]", "id": "orgrestorememberauditentrymembership", "kind": "unions", - "href": "/graphql/reference/unions#orgrestorememberauditentrymembership" + "href": "/graphql/reference/unions#orgrestorememberauditentrymembership", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "restoredMembershipsCount", @@ -39718,7 +40641,9 @@ "type": "Int", "id": "int", "kind": "scalars", - "href": "/graphql/reference/scalars#int" + "href": "/graphql/reference/scalars#int", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "restoredRepositoriesCount", @@ -39726,7 +40651,9 @@ "type": "Int", "id": "int", "kind": "scalars", - "href": "/graphql/reference/scalars#int" + "href": "/graphql/reference/scalars#int", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "restoredRepositoryStarsCount", @@ -39734,7 +40661,9 @@ "type": "Int", "id": "int", "kind": "scalars", - "href": "/graphql/reference/scalars#int" + "href": "/graphql/reference/scalars#int", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "restoredRepositoryWatchesCount", @@ -39742,7 +40671,9 @@ "type": "Int", "id": "int", "kind": "scalars", - "href": "/graphql/reference/scalars#int" + "href": "/graphql/reference/scalars#int", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -39750,7 +40681,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -39758,7 +40691,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -39766,7 +40701,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -39774,7 +40711,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -39798,7 +40737,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -39806,7 +40747,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -39814,7 +40757,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -39822,7 +40767,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -39952,7 +40899,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -39960,7 +40909,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -39968,7 +40919,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -39976,7 +40929,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -39984,7 +40939,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -39992,7 +40949,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -40000,7 +40959,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "blockedUser", @@ -40008,7 +40969,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "blockedUserName", @@ -40016,7 +40979,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "blockedUserResourcePath", @@ -40024,7 +40989,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "blockedUserUrl", @@ -40032,7 +40999,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -40040,7 +41009,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -40056,7 +41027,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -40064,7 +41037,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -40072,7 +41047,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -40080,7 +41057,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -40088,7 +41067,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -40096,7 +41077,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -40104,7 +41087,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -40112,7 +41097,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -40120,7 +41107,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -40154,7 +41143,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -40162,7 +41153,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -40170,7 +41163,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -40178,7 +41173,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -40186,7 +41183,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -40194,7 +41193,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -40202,7 +41203,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -40210,7 +41213,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -40226,7 +41231,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -40234,7 +41241,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -40242,7 +41251,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -40250,7 +41261,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -40258,7 +41271,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "permission", @@ -40266,7 +41281,9 @@ "type": "OrgUpdateDefaultRepositoryPermissionAuditEntryPermission", "id": "orgupdatedefaultrepositorypermissionauditentrypermission", "kind": "enums", - "href": "/graphql/reference/enums#orgupdatedefaultrepositorypermissionauditentrypermission" + "href": "/graphql/reference/enums#orgupdatedefaultrepositorypermissionauditentrypermission", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "permissionWas", @@ -40274,7 +41291,9 @@ "type": "OrgUpdateDefaultRepositoryPermissionAuditEntryPermission", "id": "orgupdatedefaultrepositorypermissionauditentrypermission", "kind": "enums", - "href": "/graphql/reference/enums#orgupdatedefaultrepositorypermissionauditentrypermission" + "href": "/graphql/reference/enums#orgupdatedefaultrepositorypermissionauditentrypermission", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -40282,7 +41301,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -40290,7 +41311,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -40298,7 +41321,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -40306,7 +41331,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -40340,7 +41367,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -40348,7 +41377,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -40356,7 +41387,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -40364,7 +41397,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -40372,7 +41407,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -40380,7 +41417,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -40388,7 +41427,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -40396,7 +41437,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -40412,7 +41455,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -40420,7 +41465,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -40428,7 +41475,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -40436,7 +41485,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -40444,7 +41495,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "permission", @@ -40452,7 +41505,9 @@ "type": "OrgUpdateMemberAuditEntryPermission", "id": "orgupdatememberauditentrypermission", "kind": "enums", - "href": "/graphql/reference/enums#orgupdatememberauditentrypermission" + "href": "/graphql/reference/enums#orgupdatememberauditentrypermission", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "permissionWas", @@ -40460,7 +41515,9 @@ "type": "OrgUpdateMemberAuditEntryPermission", "id": "orgupdatememberauditentrypermission", "kind": "enums", - "href": "/graphql/reference/enums#orgupdatememberauditentrypermission" + "href": "/graphql/reference/enums#orgupdatememberauditentrypermission", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -40468,7 +41525,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -40476,7 +41535,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -40484,7 +41545,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -40492,7 +41555,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -40526,7 +41591,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -40534,7 +41601,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -40542,7 +41611,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -40550,7 +41621,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -40558,7 +41631,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -40566,7 +41641,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -40574,7 +41651,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "canCreateRepositories", @@ -40582,7 +41661,9 @@ "type": "Boolean", "id": "boolean", "kind": "scalars", - "href": "/graphql/reference/scalars#boolean" + "href": "/graphql/reference/scalars#boolean", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -40590,7 +41671,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -40606,7 +41689,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -40614,7 +41699,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -40622,7 +41709,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -40630,7 +41719,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -40638,7 +41729,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -40646,7 +41739,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -40654,7 +41749,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -40662,7 +41759,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -40670,7 +41769,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "visibility", @@ -40678,7 +41779,9 @@ "type": "OrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibility", "id": "orgupdatememberrepositorycreationpermissionauditentryvisibility", "kind": "enums", - "href": "/graphql/reference/enums#orgupdatememberrepositorycreationpermissionauditentryvisibility" + "href": "/graphql/reference/enums#orgupdatememberrepositorycreationpermissionauditentryvisibility", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -40712,7 +41815,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -40720,7 +41825,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -40728,7 +41835,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -40736,7 +41845,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -40744,7 +41855,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -40752,7 +41865,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -40760,7 +41875,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "canInviteOutsideCollaboratorsToRepositories", @@ -40768,7 +41885,9 @@ "type": "Boolean", "id": "boolean", "kind": "scalars", - "href": "/graphql/reference/scalars#boolean" + "href": "/graphql/reference/scalars#boolean", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -40776,7 +41895,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -40792,7 +41913,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -40800,7 +41923,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -40808,7 +41933,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -40816,7 +41943,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -40824,7 +41953,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -40832,7 +41963,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -40840,7 +41973,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -40848,7 +41983,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -40856,7 +41993,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -40872,11 +42011,6 @@ "id": "actor", "href": "/graphql/reference/interfaces#actor" }, - { - "name": "AnnouncementBannerI", - "id": "announcementbanneri", - "href": "/graphql/reference/interfaces#announcementbanneri" - }, { "name": "MemberStatusable", "id": "memberstatusable", @@ -40939,16 +42073,6 @@ } ], "fields": [ - { - "name": "announcement", - "description": "

The text of the announcement.

", - "type": "String", - "id": "string", - "kind": "scalars", - "href": "/graphql/reference/scalars#string", - "isDeprecated": true, - "deprecationReason": "

The individual announcementX fields do not follow our standard GraphQL patterns. Use the announcementBanner object instead. Removal on 2025-04-01 UTC.

" - }, { "name": "announcementBanner", "description": "

The announcement banner set on this organization, if any. Only visible to members of the organization's enterprise.

", @@ -40957,36 +42081,6 @@ "kind": "objects", "href": "/graphql/reference/objects#announcementbanner" }, - { - "name": "announcementCreatedAt", - "description": "

The date the announcement was created.

", - "type": "DateTime", - "id": "datetime", - "kind": "scalars", - "href": "/graphql/reference/scalars#datetime", - "isDeprecated": true, - "deprecationReason": "

The individual announcementX fields do not follow our standard GraphQL patterns. Use the announcementBanner object instead. Removal on 2025-04-01 UTC.

" - }, - { - "name": "announcementExpiresAt", - "description": "

The expiration date of the announcement, if any.

", - "type": "DateTime", - "id": "datetime", - "kind": "scalars", - "href": "/graphql/reference/scalars#datetime", - "isDeprecated": true, - "deprecationReason": "

The individual announcementX fields do not follow our standard GraphQL patterns. Use the announcementBanner object instead. Removal on 2025-04-01 UTC.

" - }, - { - "name": "announcementUserDismissible", - "description": "

Whether the announcement can be dismissed by the user.

", - "type": "Boolean", - "id": "boolean", - "kind": "scalars", - "href": "/graphql/reference/scalars#boolean", - "isDeprecated": true, - "deprecationReason": "

The individual announcementX fields do not follow our standard GraphQL patterns. Use the announcementBanner object instead. Removal on 2025-04-01 UTC.

" - }, { "name": "anyPinnableItems", "description": "

Determine if this repository owner has any items that can be pinned to their profile.

", @@ -41083,7 +42177,9 @@ "href": "/graphql/reference/scalars#string" } } - ] + ], + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "avatarUrl", @@ -46072,7 +47168,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -46080,7 +47178,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -46088,7 +47188,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -46096,7 +47198,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -46104,7 +47208,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -46112,7 +47218,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -46120,7 +47228,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -46128,7 +47238,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "enterpriseResourcePath", @@ -46168,7 +47280,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -46176,7 +47290,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -46184,7 +47300,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -46192,7 +47310,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -46200,7 +47320,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -46240,7 +47362,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -46248,7 +47372,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -46256,7 +47382,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -46264,7 +47392,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -46308,7 +47438,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -46316,7 +47448,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -46324,7 +47458,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -46332,7 +47468,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -46340,7 +47478,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -46348,7 +47488,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -46356,7 +47498,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -46364,7 +47508,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "enterpriseResourcePath", @@ -46404,7 +47550,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -46412,7 +47560,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -46420,7 +47570,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -46428,7 +47580,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -46436,7 +47590,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -46476,7 +47632,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -46484,7 +47642,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -46492,7 +47652,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -46500,7 +47662,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -53766,7 +54930,7 @@ }, { "name": "automaticCopilotCodeReviewEnabled", - "description": "

This field is in beta and subject to change. Automatically request review from\nCopilot for new pull requests, if the author has access to Copilot code review.

", + "description": "

Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.

", "type": "Boolean!", "id": "boolean", "kind": "scalars", @@ -57974,7 +59138,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -57982,7 +59148,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -57990,7 +59158,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -57998,7 +59168,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -58006,7 +59178,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -58014,7 +59188,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -58022,7 +59198,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -58030,7 +59208,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -58046,7 +59226,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -58054,7 +59236,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -58062,7 +59246,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -58070,7 +59256,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -58078,7 +59266,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -58118,7 +59308,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -58126,7 +59318,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -58134,7 +59328,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -58142,7 +59338,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "visibility", @@ -58150,7 +59348,9 @@ "type": "RepoAccessAuditEntryVisibility", "id": "repoaccessauditentryvisibility", "kind": "enums", - "href": "/graphql/reference/enums#repoaccessauditentryvisibility" + "href": "/graphql/reference/enums#repoaccessauditentryvisibility", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -58189,7 +59389,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -58197,7 +59399,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -58205,7 +59409,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -58213,7 +59419,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -58221,7 +59429,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -58229,7 +59439,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -58237,7 +59449,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -58245,7 +59459,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -58261,7 +59477,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -58269,7 +59487,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -58277,7 +59497,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -58285,7 +59507,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -58293,7 +59517,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -58333,7 +59559,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -58341,7 +59569,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -58349,7 +59579,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -58357,7 +59589,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "visibility", @@ -58365,7 +59599,9 @@ "type": "RepoAddMemberAuditEntryVisibility", "id": "repoaddmemberauditentryvisibility", "kind": "enums", - "href": "/graphql/reference/enums#repoaddmemberauditentryvisibility" + "href": "/graphql/reference/enums#repoaddmemberauditentryvisibility", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -58409,7 +59645,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -58417,7 +59655,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -58425,7 +59665,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -58433,7 +59675,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -58441,7 +59685,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -58449,7 +59695,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -58457,7 +59705,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -58465,7 +59715,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -58481,7 +59733,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -58489,7 +59743,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -58497,7 +59753,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -58505,7 +59763,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -58513,7 +59773,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -58569,7 +59831,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -58577,7 +59841,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -58585,7 +59851,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -58593,7 +59861,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -58632,7 +59902,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -58640,7 +59912,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -58648,7 +59922,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -58656,7 +59932,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -58664,7 +59942,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -58672,7 +59952,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -58680,7 +59962,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -58688,7 +59972,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -58704,7 +59990,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -58712,7 +60000,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -58720,7 +60010,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -58728,7 +60020,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -58736,7 +60030,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -58776,7 +60072,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -58784,7 +60082,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -58792,7 +60092,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -58800,7 +60102,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "visibility", @@ -58808,7 +60112,9 @@ "type": "RepoArchivedAuditEntryVisibility", "id": "repoarchivedauditentryvisibility", "kind": "enums", - "href": "/graphql/reference/enums#repoarchivedauditentryvisibility" + "href": "/graphql/reference/enums#repoarchivedauditentryvisibility", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -58847,7 +60153,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -58855,7 +60163,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -58863,7 +60173,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -58871,7 +60183,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -58879,7 +60193,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -58887,7 +60203,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -58895,7 +60213,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -58903,7 +60223,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -58919,7 +60241,9 @@ "type": "Boolean", "id": "boolean", "kind": "scalars", - "href": "/graphql/reference/scalars#boolean" + "href": "/graphql/reference/scalars#boolean", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "mergeType", @@ -58927,7 +60251,9 @@ "type": "RepoChangeMergeSettingAuditEntryMergeType", "id": "repochangemergesettingauditentrymergetype", "kind": "enums", - "href": "/graphql/reference/enums#repochangemergesettingauditentrymergetype" + "href": "/graphql/reference/enums#repochangemergesettingauditentrymergetype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "operationType", @@ -58935,7 +60261,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -58943,7 +60271,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -58951,7 +60281,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -58959,7 +60291,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -58967,7 +60301,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -59007,7 +60343,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -59015,7 +60353,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -59023,7 +60363,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -59031,7 +60373,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -59070,7 +60414,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -59078,7 +60424,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -59086,7 +60434,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -59094,7 +60444,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -59102,7 +60454,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -59110,7 +60464,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -59118,7 +60474,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -59126,7 +60484,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -59142,7 +60502,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -59150,7 +60512,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -59158,7 +60522,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -59166,7 +60532,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -59174,7 +60542,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -59214,7 +60584,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -59222,7 +60594,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -59230,7 +60604,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -59238,7 +60614,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -59277,7 +60655,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -59285,7 +60665,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -59293,7 +60675,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -59301,7 +60685,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -59309,7 +60695,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -59317,7 +60705,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -59325,7 +60715,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -59333,7 +60725,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -59349,7 +60743,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -59357,7 +60753,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -59365,7 +60763,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -59373,7 +60773,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -59381,7 +60783,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -59421,7 +60825,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -59429,7 +60835,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -59437,7 +60845,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -59445,7 +60855,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -59484,7 +60896,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -59492,7 +60906,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -59500,7 +60916,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -59508,7 +60926,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -59516,7 +60936,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -59524,7 +60946,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -59532,7 +60956,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -59540,7 +60966,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -59556,7 +60984,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -59564,7 +60994,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -59572,7 +61004,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -59580,7 +61014,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -59588,7 +61024,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -59628,7 +61066,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -59636,7 +61076,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -59644,7 +61086,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -59652,7 +61096,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -59691,7 +61137,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -59699,7 +61147,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -59707,7 +61157,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -59715,7 +61167,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -59723,7 +61177,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -59731,7 +61187,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -59739,7 +61197,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -59747,7 +61207,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -59763,7 +61225,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -59771,7 +61235,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -59779,7 +61245,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -59787,7 +61255,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -59795,7 +61265,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -59835,7 +61307,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -59843,7 +61317,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -59851,7 +61327,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -59859,7 +61337,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -59898,7 +61378,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -59906,7 +61388,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -59914,7 +61398,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -59922,7 +61408,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -59930,7 +61418,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -59938,7 +61428,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -59946,7 +61438,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -59954,7 +61448,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -59970,7 +61466,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -59978,7 +61476,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -59986,7 +61486,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -59994,7 +61496,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -60002,7 +61506,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -60042,7 +61548,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -60050,7 +61558,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -60058,7 +61568,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -60066,7 +61578,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -60105,7 +61619,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -60113,7 +61629,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -60121,7 +61639,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -60129,7 +61649,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -60137,7 +61659,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -60145,7 +61669,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -60153,7 +61679,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -60161,7 +61689,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -60177,7 +61707,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -60185,7 +61717,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -60193,7 +61727,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -60201,7 +61737,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -60209,7 +61747,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -60249,7 +61789,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -60257,7 +61799,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -60265,7 +61809,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -60273,7 +61819,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -60312,7 +61860,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -60320,7 +61870,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -60328,7 +61880,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -60336,7 +61890,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -60344,7 +61900,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -60352,7 +61910,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -60360,7 +61920,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -60368,7 +61930,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -60384,7 +61948,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -60392,7 +61958,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -60400,7 +61968,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -60408,7 +61978,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -60416,7 +61988,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -60456,7 +62030,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -60464,7 +62040,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -60472,7 +62050,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -60480,7 +62060,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -60519,7 +62101,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -60527,7 +62111,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -60535,7 +62121,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -60543,7 +62131,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -60551,7 +62141,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -60559,7 +62151,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -60567,7 +62161,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -60575,7 +62171,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -60591,7 +62189,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -60599,7 +62199,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -60607,7 +62209,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -60615,7 +62219,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -60623,7 +62229,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -60663,7 +62271,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -60671,7 +62281,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -60679,7 +62291,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -60687,7 +62301,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -60726,7 +62342,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -60734,7 +62352,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -60742,7 +62362,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -60750,7 +62372,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -60758,7 +62382,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -60766,7 +62392,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -60774,7 +62402,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -60782,7 +62412,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -60798,7 +62430,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -60806,7 +62440,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -60814,7 +62450,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -60822,7 +62460,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -60830,7 +62470,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -60870,7 +62512,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -60878,7 +62522,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -60886,7 +62532,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -60894,7 +62542,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -60933,7 +62583,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -60941,7 +62593,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -60949,7 +62603,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -60957,7 +62613,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -60965,7 +62623,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -60973,7 +62633,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -60981,7 +62643,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -60989,7 +62653,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -61005,7 +62671,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -61013,7 +62681,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -61021,7 +62691,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -61029,7 +62701,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -61037,7 +62711,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -61077,7 +62753,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -61085,7 +62763,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -61093,7 +62773,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -61101,7 +62783,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -61140,7 +62824,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -61148,7 +62834,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -61156,7 +62844,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -61164,7 +62854,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -61172,7 +62864,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -61180,7 +62874,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -61188,7 +62884,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -61196,7 +62894,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "forkParentName", @@ -61204,7 +62904,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "forkSourceName", @@ -61212,7 +62914,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -61228,7 +62932,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -61236,7 +62942,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -61244,7 +62952,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -61252,7 +62962,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -61260,7 +62972,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -61300,7 +63014,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -61308,7 +63024,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -61316,7 +63034,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -61324,7 +63044,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "visibility", @@ -61332,7 +63054,9 @@ "type": "RepoCreateAuditEntryVisibility", "id": "repocreateauditentryvisibility", "kind": "enums", - "href": "/graphql/reference/enums#repocreateauditentryvisibility" + "href": "/graphql/reference/enums#repocreateauditentryvisibility", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -61371,7 +63095,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -61379,7 +63105,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -61387,7 +63115,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -61395,7 +63125,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -61403,7 +63135,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -61411,7 +63145,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -61419,7 +63155,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -61427,7 +63165,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -61443,7 +63183,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -61451,7 +63193,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -61459,7 +63203,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -61467,7 +63213,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -61475,7 +63223,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -61515,7 +63265,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -61523,7 +63275,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -61531,7 +63285,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -61539,7 +63295,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "visibility", @@ -61547,7 +63305,9 @@ "type": "RepoDestroyAuditEntryVisibility", "id": "repodestroyauditentryvisibility", "kind": "enums", - "href": "/graphql/reference/enums#repodestroyauditentryvisibility" + "href": "/graphql/reference/enums#repodestroyauditentryvisibility", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -61586,7 +63346,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -61594,7 +63356,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -61602,7 +63366,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -61610,7 +63376,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -61618,7 +63386,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -61626,7 +63396,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -61634,7 +63406,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -61642,7 +63416,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -61658,7 +63434,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -61666,7 +63444,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -61674,7 +63454,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -61682,7 +63464,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -61690,7 +63474,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -61730,7 +63516,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -61738,7 +63526,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -61746,7 +63536,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -61754,7 +63546,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "visibility", @@ -61762,7 +63556,9 @@ "type": "RepoRemoveMemberAuditEntryVisibility", "id": "reporemovememberauditentryvisibility", "kind": "enums", - "href": "/graphql/reference/enums#reporemovememberauditentryvisibility" + "href": "/graphql/reference/enums#reporemovememberauditentryvisibility", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -61806,7 +63602,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -61814,7 +63612,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -61822,7 +63622,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -61830,7 +63632,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -61838,7 +63642,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -61846,7 +63652,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -61854,7 +63662,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -61862,7 +63672,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -61878,7 +63690,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -61886,7 +63700,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -61894,7 +63710,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -61902,7 +63720,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -61910,7 +63730,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -61966,7 +63788,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -61974,7 +63798,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -61982,7 +63808,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -61990,7 +63818,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -66853,7 +68683,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -66861,7 +68693,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -66869,7 +68703,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -66877,7 +68713,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -66885,7 +68723,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -66893,7 +68733,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -66901,7 +68743,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -66909,7 +68753,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "enterpriseResourcePath", @@ -66949,7 +68795,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -66957,7 +68805,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -66965,7 +68815,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -66973,7 +68825,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -66981,7 +68835,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -66989,7 +68845,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -66997,7 +68855,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -67005,7 +68865,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -67013,7 +68875,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -67052,7 +68916,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -67060,7 +68926,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -67068,7 +68936,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -67076,7 +68946,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -67084,7 +68956,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -67092,7 +68966,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -67100,7 +68976,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -67108,7 +68986,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "enterpriseResourcePath", @@ -67148,7 +69028,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -67156,7 +69038,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -67164,7 +69048,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -67172,7 +69058,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -67180,7 +69068,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -67188,7 +69078,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -67196,7 +69088,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -67204,7 +69098,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -67212,7 +69108,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -72814,7 +74712,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -72822,7 +74722,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -72830,7 +74732,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -72838,7 +74742,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -72846,7 +74752,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -72854,7 +74762,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -72862,7 +74772,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -72870,7 +74782,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -72886,7 +74800,9 @@ "type": "Boolean", "id": "boolean", "kind": "scalars", - "href": "/graphql/reference/scalars#boolean" + "href": "/graphql/reference/scalars#boolean", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "operationType", @@ -72894,7 +74810,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -72902,7 +74820,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -72910,7 +74830,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -72918,7 +74840,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -72926,7 +74850,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "team", @@ -72966,7 +74892,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -72974,7 +74902,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -72982,7 +74912,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -72990,7 +74922,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -73034,7 +74968,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -73042,7 +74978,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -73050,7 +74988,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -73058,7 +74998,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -73066,7 +75008,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -73074,7 +75018,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -73082,7 +75028,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -73090,7 +75038,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -73106,7 +75056,9 @@ "type": "Boolean", "id": "boolean", "kind": "scalars", - "href": "/graphql/reference/scalars#boolean" + "href": "/graphql/reference/scalars#boolean", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "operationType", @@ -73114,7 +75066,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -73122,7 +75076,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -73130,7 +75086,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -73138,7 +75096,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -73146,7 +75106,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -73218,7 +75180,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -73226,7 +75190,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -73234,7 +75200,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -73242,7 +75210,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -73281,7 +75251,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -73289,7 +75261,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -73297,7 +75271,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -73305,7 +75281,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -73313,7 +75291,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -73321,7 +75301,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -73329,7 +75311,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -73337,7 +75321,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -73353,7 +75339,9 @@ "type": "Boolean", "id": "boolean", "kind": "scalars", - "href": "/graphql/reference/scalars#boolean" + "href": "/graphql/reference/scalars#boolean", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "operationType", @@ -73361,7 +75349,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -73369,7 +75359,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -73377,7 +75369,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -73385,7 +75379,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -73393,7 +75389,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "parentTeam", @@ -73401,7 +75399,9 @@ "type": "Team", "id": "team", "kind": "objects", - "href": "/graphql/reference/objects#team" + "href": "/graphql/reference/objects#team", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "parentTeamName", @@ -73409,7 +75409,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "parentTeamNameWas", @@ -73417,7 +75419,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "parentTeamResourcePath", @@ -73425,7 +75429,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "parentTeamUrl", @@ -73433,7 +75439,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "parentTeamWas", @@ -73441,7 +75449,9 @@ "type": "Team", "id": "team", "kind": "objects", - "href": "/graphql/reference/objects#team" + "href": "/graphql/reference/objects#team", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "parentTeamWasResourcePath", @@ -73449,7 +75459,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "parentTeamWasUrl", @@ -73457,7 +75469,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "team", @@ -73497,7 +75511,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -73505,7 +75521,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -73513,7 +75531,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -73521,7 +75541,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -74757,7 +76779,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -74765,7 +76789,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -74773,7 +76799,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -74781,7 +76809,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -74789,7 +76819,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -74797,7 +76829,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -74805,7 +76839,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -74813,7 +76849,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -74829,7 +76867,9 @@ "type": "Boolean", "id": "boolean", "kind": "scalars", - "href": "/graphql/reference/scalars#boolean" + "href": "/graphql/reference/scalars#boolean", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "operationType", @@ -74837,7 +76877,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -74845,7 +76887,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -74853,7 +76897,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -74861,7 +76907,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -74869,7 +76917,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "team", @@ -74909,7 +76959,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -74917,7 +76969,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -74925,7 +76979,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -74933,7 +76989,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -74977,7 +77035,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -74985,7 +77045,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -74993,7 +77055,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -75001,7 +77065,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -75009,7 +77075,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -75017,7 +77085,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -75025,7 +77095,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -75033,7 +77105,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "id", @@ -75049,7 +77123,9 @@ "type": "Boolean", "id": "boolean", "kind": "scalars", - "href": "/graphql/reference/scalars#boolean" + "href": "/graphql/reference/scalars#boolean", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "operationType", @@ -75057,7 +77133,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organization", @@ -75065,7 +77143,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -75073,7 +77153,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -75081,7 +77163,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -75089,7 +77173,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "repository", @@ -75161,7 +77247,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -75169,7 +77257,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -75177,7 +77267,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -75185,7 +77277,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -81318,55 +83412,6 @@ } ] }, - { - "name": "AnnouncementBannerI", - "kind": "interfaces", - "id": "announcementbanneri", - "href": "/graphql/reference/interfaces#announcementbanneri", - "description": "

Represents an announcement banner.

", - "fields": [ - { - "name": "announcement", - "description": "

The text of the announcement.

", - "type": "String", - "id": "string", - "kind": "scalars", - "href": "/graphql/reference/scalars#string", - "isDeprecated": true, - "deprecationReason": "

The individual announcementX fields do not follow our standard GraphQL patterns. Use the announcementBanner object instead. Removal on 2025-04-01 UTC.

" - }, - { - "name": "announcementCreatedAt", - "description": "

The date the announcement was created.

", - "type": "DateTime", - "id": "datetime", - "kind": "scalars", - "href": "/graphql/reference/scalars#datetime", - "isDeprecated": true, - "deprecationReason": "

The individual announcementX fields do not follow our standard GraphQL patterns. Use the announcementBanner object instead. Removal on 2025-04-01 UTC.

" - }, - { - "name": "announcementExpiresAt", - "description": "

The expiration date of the announcement, if any.

", - "type": "DateTime", - "id": "datetime", - "kind": "scalars", - "href": "/graphql/reference/scalars#datetime", - "isDeprecated": true, - "deprecationReason": "

The individual announcementX fields do not follow our standard GraphQL patterns. Use the announcementBanner object instead. Removal on 2025-04-01 UTC.

" - }, - { - "name": "announcementUserDismissible", - "description": "

Whether the announcement can be dismissed by the user.

", - "type": "Boolean", - "id": "boolean", - "kind": "scalars", - "href": "/graphql/reference/scalars#boolean", - "isDeprecated": true, - "deprecationReason": "

The individual announcementX fields do not follow our standard GraphQL patterns. Use the announcementBanner object instead. Removal on 2025-04-01 UTC.

" - } - ] - }, { "name": "Assignable", "kind": "interfaces", @@ -81439,7 +83484,9 @@ "type": "String!", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actor", @@ -81447,7 +83494,9 @@ "type": "AuditEntryActor", "id": "auditentryactor", "kind": "unions", - "href": "/graphql/reference/unions#auditentryactor" + "href": "/graphql/reference/unions#auditentryactor", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorIp", @@ -81455,7 +83504,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLocation", @@ -81463,7 +83514,9 @@ "type": "ActorLocation", "id": "actorlocation", "kind": "objects", - "href": "/graphql/reference/objects#actorlocation" + "href": "/graphql/reference/objects#actorlocation", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorLogin", @@ -81471,7 +83524,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorResourcePath", @@ -81479,7 +83534,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "actorUrl", @@ -81487,7 +83544,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "createdAt", @@ -81495,7 +83554,9 @@ "type": "PreciseDateTime!", "id": "precisedatetime", "kind": "scalars", - "href": "/graphql/reference/scalars#precisedatetime" + "href": "/graphql/reference/scalars#precisedatetime", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "operationType", @@ -81503,7 +83564,9 @@ "type": "OperationType", "id": "operationtype", "kind": "enums", - "href": "/graphql/reference/enums#operationtype" + "href": "/graphql/reference/enums#operationtype", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "user", @@ -81511,7 +83574,9 @@ "type": "User", "id": "user", "kind": "objects", - "href": "/graphql/reference/objects#user" + "href": "/graphql/reference/objects#user", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userLogin", @@ -81519,7 +83584,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userResourcePath", @@ -81527,7 +83594,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "userUrl", @@ -81535,7 +83604,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -82369,7 +84440,9 @@ "type": "Organization", "id": "organization", "kind": "objects", - "href": "/graphql/reference/objects#organization" + "href": "/graphql/reference/objects#organization", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationName", @@ -82377,7 +84450,9 @@ "type": "String", "id": "string", "kind": "scalars", - "href": "/graphql/reference/scalars#string" + "href": "/graphql/reference/scalars#string", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationResourcePath", @@ -82385,7 +84460,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" }, { "name": "organizationUrl", @@ -82393,7 +84470,9 @@ "type": "URI", "id": "uri", "kind": "scalars", - "href": "/graphql/reference/scalars#uri" + "href": "/graphql/reference/scalars#uri", + "isDeprecated": true, + "deprecationReason": "

The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC.

" } ] }, @@ -97398,7 +99477,7 @@ "inputFields": [ { "name": "assigneeIds", - "description": "

The Node ID for the user assignee for this issue.

", + "description": "

The Node ID of assignees for this issue.

", "type": "[ID!]", "id": "id", "kind": "scalars", @@ -97532,14 +99611,6 @@ "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, - { - "name": "isPrivate", - "description": "

Whether or not the issue type is restricted to issues in private repositories

\n

Upcoming Change on 2025-04-01 UTC\nDescription: isPrivate will be removed.\nReason: Private issue types are being deprecated and can no longer be created.

", - "type": "Boolean", - "id": "boolean", - "kind": "scalars", - "href": "/graphql/reference/scalars#boolean" - }, { "name": "name", "description": "

Name of the new issue type.

", @@ -100610,6 +102681,14 @@ "kind": "enums", "href": "/graphql/reference/enums#issuestate" }, + { + "name": "type", + "description": "

List issues filtered by the type given, only supported by searches on repositories.

", + "type": "String", + "id": "string", + "kind": "scalars", + "href": "/graphql/reference/scalars#string" + }, { "name": "viewerSubscribed", "description": "

List issues subscribed to by viewer.

", @@ -102126,7 +104205,7 @@ }, { "name": "automaticCopilotCodeReviewEnabled", - "description": "

This argument is in beta and subject to change. Automatically request review\nfrom Copilot for new pull requests, if the author has access to Copilot code review.

", + "description": "

Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.

", "type": "Boolean", "id": "boolean", "kind": "scalars", @@ -106733,14 +108812,6 @@ "kind": "scalars", "href": "/graphql/reference/scalars#boolean" }, - { - "name": "isPrivate", - "description": "

Whether or not the issue type is restricted to issues in private repositories

\n

Upcoming Change on 2025-04-01 UTC\nDescription: isPrivate will be removed.\nReason: Private issue types are being deprecated and can no longer be created.

", - "type": "Boolean", - "id": "boolean", - "kind": "scalars", - "href": "/graphql/reference/scalars#boolean" - }, { "name": "issueTypeId", "description": "

The ID of the issue type to update.

", diff --git a/src/graphql/data/ghec/upcoming-changes.json b/src/graphql/data/ghec/upcoming-changes.json index 273c5726d2a8..5b69c55304b0 100644 --- a/src/graphql/data/ghec/upcoming-changes.json +++ b/src/graphql/data/ghec/upcoming-changes.json @@ -1,4 +1,8878 @@ { + "2026-04-01": [ + { + "location": "TeamRemoveRepositoryAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveRepositoryAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveRepositoryAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveRepositoryAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveRepositoryAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveRepositoryAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveRepositoryAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveRepositoryAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveRepositoryAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveRepositoryAuditEntry.isLdapMapped", + "description": "

isLdapMapped will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveRepositoryAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveRepositoryAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveRepositoryAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveRepositoryAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveRepositoryAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveRepositoryAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveRepositoryAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveRepositoryAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveMemberAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveMemberAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveMemberAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveMemberAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveMemberAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveMemberAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveMemberAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveMemberAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveMemberAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveMemberAuditEntry.isLdapMapped", + "description": "

isLdapMapped will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveMemberAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveMemberAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveMemberAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveMemberAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveMemberAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveMemberAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveMemberAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamRemoveMemberAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.parentTeamWasUrl", + "description": "

parentTeamWasUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.parentTeamWasResourcePath", + "description": "

parentTeamWasResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.parentTeamWas", + "description": "

parentTeamWas will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.parentTeamUrl", + "description": "

parentTeamUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.parentTeamResourcePath", + "description": "

parentTeamResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.parentTeamNameWas", + "description": "

parentTeamNameWas will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.parentTeamName", + "description": "

parentTeamName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.parentTeam", + "description": "

parentTeam will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.isLdapMapped", + "description": "

isLdapMapped will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamChangeParentTeamAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddRepositoryAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddRepositoryAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddRepositoryAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddRepositoryAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddRepositoryAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddRepositoryAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddRepositoryAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddRepositoryAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddRepositoryAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddRepositoryAuditEntry.isLdapMapped", + "description": "

isLdapMapped will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddRepositoryAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddRepositoryAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddRepositoryAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddRepositoryAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddRepositoryAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddRepositoryAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddRepositoryAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddRepositoryAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddMemberAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddMemberAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddMemberAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddMemberAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddMemberAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddMemberAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddMemberAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddMemberAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddMemberAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddMemberAuditEntry.isLdapMapped", + "description": "

isLdapMapped will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddMemberAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddMemberAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddMemberAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddMemberAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddMemberAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddMemberAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddMemberAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "TeamAddMemberAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeEnableAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeEnableAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeEnableAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeEnableAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeEnableAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeEnableAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeEnableAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeEnableAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeEnableAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeEnableAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeEnableAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeEnableAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeEnableAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeEnableAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeEnableAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeEnableAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeEnableAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeDisableAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeDisableAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeDisableAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeDisableAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeDisableAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeDisableAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeDisableAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeDisableAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeDisableAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeDisableAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeDisableAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeDisableAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeDisableAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeDisableAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeDisableAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeDisableAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepositoryVisibilityChangeDisableAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveTopicAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveTopicAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveTopicAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveTopicAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveTopicAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveTopicAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveTopicAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveTopicAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveTopicAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveTopicAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveTopicAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveTopicAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveTopicAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveTopicAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveTopicAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveTopicAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveTopicAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveMemberAuditEntry.visibility", + "description": "

visibility will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveMemberAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveMemberAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveMemberAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveMemberAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveMemberAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveMemberAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveMemberAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveMemberAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveMemberAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveMemberAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveMemberAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveMemberAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveMemberAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveMemberAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveMemberAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveMemberAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoRemoveMemberAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoDestroyAuditEntry.visibility", + "description": "

visibility will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoDestroyAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoDestroyAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoDestroyAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoDestroyAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoDestroyAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoDestroyAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoDestroyAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoDestroyAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoDestroyAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoDestroyAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoDestroyAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoDestroyAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoDestroyAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoDestroyAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoDestroyAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoDestroyAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoDestroyAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.visibility", + "description": "

visibility will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.forkSourceName", + "description": "

forkSourceName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.forkParentName", + "description": "

forkParentName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoCreateAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigUnlockAnonymousGitAccessAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigUnlockAnonymousGitAccessAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigUnlockAnonymousGitAccessAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigUnlockAnonymousGitAccessAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigUnlockAnonymousGitAccessAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigUnlockAnonymousGitAccessAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigUnlockAnonymousGitAccessAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigUnlockAnonymousGitAccessAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigUnlockAnonymousGitAccessAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigUnlockAnonymousGitAccessAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigUnlockAnonymousGitAccessAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigUnlockAnonymousGitAccessAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigUnlockAnonymousGitAccessAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigUnlockAnonymousGitAccessAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigUnlockAnonymousGitAccessAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigUnlockAnonymousGitAccessAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigUnlockAnonymousGitAccessAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigLockAnonymousGitAccessAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigLockAnonymousGitAccessAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigLockAnonymousGitAccessAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigLockAnonymousGitAccessAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigLockAnonymousGitAccessAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigLockAnonymousGitAccessAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigLockAnonymousGitAccessAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigLockAnonymousGitAccessAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigLockAnonymousGitAccessAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigLockAnonymousGitAccessAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigLockAnonymousGitAccessAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigLockAnonymousGitAccessAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigLockAnonymousGitAccessAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigLockAnonymousGitAccessAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigLockAnonymousGitAccessAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigLockAnonymousGitAccessAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigLockAnonymousGitAccessAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableSockpuppetDisallowedAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableSockpuppetDisallowedAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableSockpuppetDisallowedAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableSockpuppetDisallowedAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableSockpuppetDisallowedAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableSockpuppetDisallowedAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableSockpuppetDisallowedAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableSockpuppetDisallowedAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableSockpuppetDisallowedAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableSockpuppetDisallowedAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableSockpuppetDisallowedAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableSockpuppetDisallowedAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableSockpuppetDisallowedAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableSockpuppetDisallowedAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableSockpuppetDisallowedAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableSockpuppetDisallowedAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableSockpuppetDisallowedAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableContributorsOnlyAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableContributorsOnlyAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableContributorsOnlyAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableContributorsOnlyAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableContributorsOnlyAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableContributorsOnlyAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableContributorsOnlyAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableContributorsOnlyAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableContributorsOnlyAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableContributorsOnlyAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableContributorsOnlyAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableContributorsOnlyAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableContributorsOnlyAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableContributorsOnlyAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableContributorsOnlyAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableContributorsOnlyAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableContributorsOnlyAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableCollaboratorsOnlyAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableCollaboratorsOnlyAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableCollaboratorsOnlyAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableCollaboratorsOnlyAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableCollaboratorsOnlyAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableCollaboratorsOnlyAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableCollaboratorsOnlyAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableCollaboratorsOnlyAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableCollaboratorsOnlyAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableCollaboratorsOnlyAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableCollaboratorsOnlyAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableCollaboratorsOnlyAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableCollaboratorsOnlyAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableCollaboratorsOnlyAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableCollaboratorsOnlyAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableCollaboratorsOnlyAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableCollaboratorsOnlyAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableAnonymousGitAccessAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableAnonymousGitAccessAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableAnonymousGitAccessAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableAnonymousGitAccessAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableAnonymousGitAccessAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableAnonymousGitAccessAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableAnonymousGitAccessAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableAnonymousGitAccessAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableAnonymousGitAccessAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableAnonymousGitAccessAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableAnonymousGitAccessAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableAnonymousGitAccessAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableAnonymousGitAccessAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableAnonymousGitAccessAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableAnonymousGitAccessAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableAnonymousGitAccessAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigEnableAnonymousGitAccessAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableSockpuppetDisallowedAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableSockpuppetDisallowedAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableSockpuppetDisallowedAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableSockpuppetDisallowedAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableSockpuppetDisallowedAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableSockpuppetDisallowedAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableSockpuppetDisallowedAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableSockpuppetDisallowedAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableSockpuppetDisallowedAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableSockpuppetDisallowedAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableSockpuppetDisallowedAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableSockpuppetDisallowedAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableSockpuppetDisallowedAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableSockpuppetDisallowedAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableSockpuppetDisallowedAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableSockpuppetDisallowedAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableSockpuppetDisallowedAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableContributorsOnlyAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableContributorsOnlyAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableContributorsOnlyAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableContributorsOnlyAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableContributorsOnlyAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableContributorsOnlyAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableContributorsOnlyAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableContributorsOnlyAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableContributorsOnlyAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableContributorsOnlyAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableContributorsOnlyAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableContributorsOnlyAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableContributorsOnlyAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableContributorsOnlyAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableContributorsOnlyAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableContributorsOnlyAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableContributorsOnlyAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableCollaboratorsOnlyAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableCollaboratorsOnlyAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableCollaboratorsOnlyAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableCollaboratorsOnlyAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableCollaboratorsOnlyAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableCollaboratorsOnlyAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableCollaboratorsOnlyAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableCollaboratorsOnlyAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableCollaboratorsOnlyAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableCollaboratorsOnlyAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableCollaboratorsOnlyAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableCollaboratorsOnlyAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableCollaboratorsOnlyAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableCollaboratorsOnlyAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableCollaboratorsOnlyAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableCollaboratorsOnlyAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableCollaboratorsOnlyAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableAnonymousGitAccessAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableAnonymousGitAccessAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableAnonymousGitAccessAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableAnonymousGitAccessAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableAnonymousGitAccessAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableAnonymousGitAccessAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableAnonymousGitAccessAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableAnonymousGitAccessAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableAnonymousGitAccessAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableAnonymousGitAccessAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableAnonymousGitAccessAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableAnonymousGitAccessAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableAnonymousGitAccessAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableAnonymousGitAccessAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableAnonymousGitAccessAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableAnonymousGitAccessAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoConfigDisableAnonymousGitAccessAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.mergeType", + "description": "

mergeType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.isEnabled", + "description": "

isEnabled will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoChangeMergeSettingAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoArchivedAuditEntry.visibility", + "description": "

visibility will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoArchivedAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoArchivedAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoArchivedAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoArchivedAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoArchivedAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoArchivedAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoArchivedAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoArchivedAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoArchivedAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoArchivedAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoArchivedAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoArchivedAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoArchivedAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoArchivedAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoArchivedAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoArchivedAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoArchivedAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddTopicAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddTopicAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddTopicAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddTopicAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddTopicAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddTopicAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddTopicAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddTopicAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddTopicAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddTopicAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddTopicAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddTopicAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddTopicAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddTopicAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddTopicAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddTopicAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddTopicAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddMemberAuditEntry.visibility", + "description": "

visibility will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddMemberAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddMemberAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddMemberAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddMemberAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddMemberAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddMemberAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddMemberAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddMemberAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddMemberAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddMemberAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddMemberAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddMemberAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddMemberAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddMemberAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddMemberAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddMemberAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAddMemberAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAccessAuditEntry.visibility", + "description": "

visibility will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAccessAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAccessAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAccessAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAccessAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAccessAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAccessAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAccessAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAccessAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAccessAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAccessAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAccessAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAccessAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAccessAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAccessAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAccessAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAccessAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "RepoAccessAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingEnableAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingEnableAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingEnableAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingEnableAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingEnableAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingEnableAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingEnableAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingEnableAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingEnableAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingEnableAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingEnableAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingEnableAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingEnableAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingEnableAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingEnableAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingEnableAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingEnableAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingDisableAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingDisableAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingDisableAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingDisableAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingDisableAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingDisableAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingDisableAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingDisableAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingDisableAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingDisableAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingDisableAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingDisableAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingDisableAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingDisableAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingDisableAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingDisableAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "PrivateRepositoryForkingDisableAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrganizationAuditEntryData.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrganizationAuditEntryData.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrganizationAuditEntryData.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrganizationAuditEntryData.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "Organization.auditLog", + "description": "

auditLog will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.canInviteOutsideCollaboratorsToRepositories", + "description": "

canInviteOutsideCollaboratorsToRepositories will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.visibility", + "description": "

visibility will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.canCreateRepositories", + "description": "

canCreateRepositories will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberRepositoryCreationPermissionAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.permissionWas", + "description": "

permissionWas will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.permission", + "description": "

permission will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateMemberAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.permissionWas", + "description": "

permissionWas will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.permission", + "description": "

permission will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUpdateDefaultRepositoryPermissionAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.blockedUserUrl", + "description": "

blockedUserUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.blockedUserResourcePath", + "description": "

blockedUserResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.blockedUserName", + "description": "

blockedUserName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.blockedUser", + "description": "

blockedUser will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgUnblockUserAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberMembershipOrganizationAuditEntryData.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberMembershipOrganizationAuditEntryData.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberMembershipOrganizationAuditEntryData.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberMembershipOrganizationAuditEntryData.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.restoredRepositoryWatchesCount", + "description": "

restoredRepositoryWatchesCount will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.restoredRepositoryStarsCount", + "description": "

restoredRepositoryStarsCount will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.restoredRepositoriesCount", + "description": "

restoredRepositoriesCount will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.restoredMembershipsCount", + "description": "

restoredMembershipsCount will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.restoredMemberships", + "description": "

restoredMemberships will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.restoredIssueAssignmentsCount", + "description": "

restoredIssueAssignmentsCount will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.restoredCustomEmailRoutingsCount", + "description": "

restoredCustomEmailRoutingsCount will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRestoreMemberAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.reason", + "description": "

reason will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.membershipTypes", + "description": "

membershipTypes will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveOutsideCollaboratorAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.reason", + "description": "

reason will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.membershipTypes", + "description": "

membershipTypes will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveMemberAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveBillingManagerAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveBillingManagerAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveBillingManagerAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveBillingManagerAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveBillingManagerAuditEntry.reason", + "description": "

reason will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveBillingManagerAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveBillingManagerAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveBillingManagerAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveBillingManagerAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveBillingManagerAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveBillingManagerAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveBillingManagerAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveBillingManagerAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveBillingManagerAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveBillingManagerAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveBillingManagerAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveBillingManagerAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgRemoveBillingManagerAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessUnblockedAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessUnblockedAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessUnblockedAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessUnblockedAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessUnblockedAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessUnblockedAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessUnblockedAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessUnblockedAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessUnblockedAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessUnblockedAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessUnblockedAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessUnblockedAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessUnblockedAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessUnblockedAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessUnblockedAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessUnblockedAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessUnblockedAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessRequestedAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessRequestedAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessRequestedAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessRequestedAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessRequestedAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessRequestedAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessRequestedAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessRequestedAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessRequestedAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessRequestedAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessRequestedAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessRequestedAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessRequestedAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessRequestedAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessRequestedAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessRequestedAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessRequestedAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessDeniedAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessDeniedAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessDeniedAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessDeniedAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessDeniedAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessDeniedAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessDeniedAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessDeniedAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessDeniedAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessDeniedAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessDeniedAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessDeniedAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessDeniedAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessDeniedAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessDeniedAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessDeniedAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessDeniedAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessBlockedAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessBlockedAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessBlockedAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessBlockedAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessBlockedAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessBlockedAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessBlockedAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessBlockedAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessBlockedAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessBlockedAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessBlockedAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessBlockedAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessBlockedAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessBlockedAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessBlockedAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessBlockedAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessBlockedAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessApprovedAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessApprovedAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessApprovedAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessApprovedAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessApprovedAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessApprovedAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessApprovedAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessApprovedAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessApprovedAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessApprovedAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessApprovedAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessApprovedAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessApprovedAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessApprovedAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessApprovedAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessApprovedAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgOauthAppAccessApprovedAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteToBusinessAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteToBusinessAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteToBusinessAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteToBusinessAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteToBusinessAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteToBusinessAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteToBusinessAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteToBusinessAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteToBusinessAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteToBusinessAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteToBusinessAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteToBusinessAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteToBusinessAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteToBusinessAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteToBusinessAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteToBusinessAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteToBusinessAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.organizationInvitation", + "description": "

organizationInvitation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.email", + "description": "

email will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgInviteMemberAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableTwoFactorRequirementAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableTwoFactorRequirementAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableTwoFactorRequirementAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableTwoFactorRequirementAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableTwoFactorRequirementAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableTwoFactorRequirementAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableTwoFactorRequirementAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableTwoFactorRequirementAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableTwoFactorRequirementAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableTwoFactorRequirementAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableTwoFactorRequirementAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableTwoFactorRequirementAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableTwoFactorRequirementAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableTwoFactorRequirementAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableTwoFactorRequirementAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableTwoFactorRequirementAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableTwoFactorRequirementAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.singleSignOnUrl", + "description": "

singleSignOnUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.signatureMethodUrl", + "description": "

signatureMethodUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.issuerUrl", + "description": "

issuerUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.digestMethodUrl", + "description": "

digestMethodUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableSamlAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableOauthAppRestrictionsAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableOauthAppRestrictionsAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableOauthAppRestrictionsAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableOauthAppRestrictionsAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableOauthAppRestrictionsAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableOauthAppRestrictionsAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableOauthAppRestrictionsAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableOauthAppRestrictionsAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableOauthAppRestrictionsAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableOauthAppRestrictionsAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableOauthAppRestrictionsAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableOauthAppRestrictionsAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableOauthAppRestrictionsAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableOauthAppRestrictionsAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableOauthAppRestrictionsAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableOauthAppRestrictionsAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgEnableOauthAppRestrictionsAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableTwoFactorRequirementAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableTwoFactorRequirementAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableTwoFactorRequirementAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableTwoFactorRequirementAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableTwoFactorRequirementAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableTwoFactorRequirementAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableTwoFactorRequirementAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableTwoFactorRequirementAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableTwoFactorRequirementAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableTwoFactorRequirementAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableTwoFactorRequirementAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableTwoFactorRequirementAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableTwoFactorRequirementAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableTwoFactorRequirementAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableTwoFactorRequirementAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableTwoFactorRequirementAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableTwoFactorRequirementAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.singleSignOnUrl", + "description": "

singleSignOnUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.signatureMethodUrl", + "description": "

signatureMethodUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.issuerUrl", + "description": "

issuerUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.digestMethodUrl", + "description": "

digestMethodUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableSamlAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableOauthAppRestrictionsAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableOauthAppRestrictionsAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableOauthAppRestrictionsAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableOauthAppRestrictionsAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableOauthAppRestrictionsAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableOauthAppRestrictionsAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableOauthAppRestrictionsAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableOauthAppRestrictionsAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableOauthAppRestrictionsAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableOauthAppRestrictionsAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableOauthAppRestrictionsAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableOauthAppRestrictionsAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableOauthAppRestrictionsAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableOauthAppRestrictionsAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableOauthAppRestrictionsAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableOauthAppRestrictionsAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgDisableOauthAppRestrictionsAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgCreateAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgCreateAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgCreateAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgCreateAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgCreateAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgCreateAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgCreateAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgCreateAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgCreateAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgCreateAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgCreateAuditEntry.billingPlan", + "description": "

billingPlan will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgCreateAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgCreateAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgCreateAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgCreateAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgCreateAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgCreateAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgCreateAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigEnableCollaboratorsOnlyAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigEnableCollaboratorsOnlyAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigEnableCollaboratorsOnlyAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigEnableCollaboratorsOnlyAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigEnableCollaboratorsOnlyAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigEnableCollaboratorsOnlyAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigEnableCollaboratorsOnlyAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigEnableCollaboratorsOnlyAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigEnableCollaboratorsOnlyAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigEnableCollaboratorsOnlyAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigEnableCollaboratorsOnlyAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigEnableCollaboratorsOnlyAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigEnableCollaboratorsOnlyAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigEnableCollaboratorsOnlyAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigEnableCollaboratorsOnlyAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigEnableCollaboratorsOnlyAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigEnableCollaboratorsOnlyAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigDisableCollaboratorsOnlyAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigDisableCollaboratorsOnlyAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigDisableCollaboratorsOnlyAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigDisableCollaboratorsOnlyAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigDisableCollaboratorsOnlyAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigDisableCollaboratorsOnlyAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigDisableCollaboratorsOnlyAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigDisableCollaboratorsOnlyAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigDisableCollaboratorsOnlyAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigDisableCollaboratorsOnlyAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigDisableCollaboratorsOnlyAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigDisableCollaboratorsOnlyAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigDisableCollaboratorsOnlyAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigDisableCollaboratorsOnlyAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigDisableCollaboratorsOnlyAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigDisableCollaboratorsOnlyAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgConfigDisableCollaboratorsOnlyAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.blockedUserUrl", + "description": "

blockedUserUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.blockedUserResourcePath", + "description": "

blockedUserResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.blockedUserName", + "description": "

blockedUserName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.blockedUser", + "description": "

blockedUser will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgBlockUserAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddMemberAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddMemberAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddMemberAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddMemberAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddMemberAuditEntry.permission", + "description": "

permission will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddMemberAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddMemberAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddMemberAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddMemberAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddMemberAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddMemberAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddMemberAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddMemberAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddMemberAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddMemberAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddMemberAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddMemberAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddMemberAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddBillingManagerAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddBillingManagerAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddBillingManagerAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddBillingManagerAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddBillingManagerAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddBillingManagerAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddBillingManagerAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddBillingManagerAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddBillingManagerAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddBillingManagerAuditEntry.invitationEmail", + "description": "

invitationEmail will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddBillingManagerAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddBillingManagerAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddBillingManagerAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddBillingManagerAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddBillingManagerAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddBillingManagerAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddBillingManagerAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OrgAddBillingManagerAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.state", + "description": "

state will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.rateLimit", + "description": "

rateLimit will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.callbackUrl", + "description": "

callbackUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.applicationUrl", + "description": "

applicationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "OauthApplicationCreateAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposEnableAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposEnableAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposEnableAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposEnableAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposEnableAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposEnableAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposEnableAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposEnableAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposEnableAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposEnableAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposEnableAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposEnableAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposEnableAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposEnableAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposEnableAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposEnableAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposEnableAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposDisableAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposDisableAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposDisableAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposDisableAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposDisableAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposDisableAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposDisableAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposDisableAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposDisableAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposDisableAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposDisableAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposDisableAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposDisableAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposDisableAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposDisableAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposDisableAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposDisableAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposClearAuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposClearAuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposClearAuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposClearAuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposClearAuditEntry.organizationUrl", + "description": "

organizationUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposClearAuditEntry.organizationResourcePath", + "description": "

organizationResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposClearAuditEntry.organizationName", + "description": "

organizationName will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposClearAuditEntry.organization", + "description": "

organization will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposClearAuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposClearAuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposClearAuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposClearAuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposClearAuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposClearAuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposClearAuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposClearAuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "MembersCanDeleteReposClearAuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "AuditEntry.userUrl", + "description": "

userUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "AuditEntry.userResourcePath", + "description": "

userResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "AuditEntry.userLogin", + "description": "

userLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "AuditEntry.user", + "description": "

user will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "AuditEntry.operationType", + "description": "

operationType will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "AuditEntry.createdAt", + "description": "

createdAt will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "AuditEntry.actorUrl", + "description": "

actorUrl will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "AuditEntry.actorResourcePath", + "description": "

actorResourcePath will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "AuditEntry.actorLogin", + "description": "

actorLogin will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "AuditEntry.actorLocation", + "description": "

actorLocation will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "AuditEntry.actorIp", + "description": "

actorIp will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "AuditEntry.actor", + "description": "

actor will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + }, + { + "location": "AuditEntry.action", + "description": "

action will be removed.

", + "reason": "

The GraphQL audit-log is deprecated. Please use the REST API instead.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "audit_logs" + } + ], "2025-10-01": [ { "location": "SecurityAdvisory.cvss", @@ -44,14 +8918,6 @@ "criticality": "breaking", "owner": "github/memex" }, - { - "location": "UpdateIssueTypeInput.isPrivate", - "description": "

isPrivate will be removed.

", - "reason": "

Private issue types are being deprecated and can no longer be created.

", - "date": "2025-04-01", - "criticality": "breaking", - "owner": "github/issues" - }, { "location": "SearchShortcutQueryProjectTerm.project", "description": "

project will be removed.

", @@ -612,38 +9478,6 @@ "criticality": "breaking", "owner": "github/memex" }, - { - "location": "Organization.announcementUserDismissible", - "description": "

announcementUserDismissible will be removed. Use the announcementBanner object instead.

", - "reason": "

The individual announcementX fields do not follow our standard GraphQL patterns.

", - "date": "2025-04-01", - "criticality": "breaking", - "owner": "vaindil" - }, - { - "location": "Organization.announcementExpiresAt", - "description": "

announcementExpiresAt will be removed. Use the announcementBanner object instead.

", - "reason": "

The individual announcementX fields do not follow our standard GraphQL patterns.

", - "date": "2025-04-01", - "criticality": "breaking", - "owner": "vaindil" - }, - { - "location": "Organization.announcementCreatedAt", - "description": "

announcementCreatedAt will be removed. Use the announcementBanner object instead.

", - "reason": "

The individual announcementX fields do not follow our standard GraphQL patterns.

", - "date": "2025-04-01", - "criticality": "breaking", - "owner": "vaindil" - }, - { - "location": "Organization.announcement", - "description": "

announcement will be removed. Use the announcementBanner object instead.

", - "reason": "

The individual announcementX fields do not follow our standard GraphQL patterns.

", - "date": "2025-04-01", - "criticality": "breaking", - "owner": "vaindil" - }, { "location": "Mutation.updateProjectColumn", "description": "

updateProjectColumn will be removed.

", @@ -852,46 +9686,6 @@ "criticality": "breaking", "owner": "authentication" }, - { - "location": "Enterprise.announcementUserDismissible", - "description": "

announcementUserDismissible will be removed. Use the announcementBanner object instead.

", - "reason": "

The individual announcementX fields do not follow our standard GraphQL patterns.

", - "date": "2025-04-01", - "criticality": "breaking", - "owner": "vaindil" - }, - { - "location": "Enterprise.announcementExpiresAt", - "description": "

announcementExpiresAt will be removed. Use the announcementBanner object instead.

", - "reason": "

The individual announcementX fields do not follow our standard GraphQL patterns.

", - "date": "2025-04-01", - "criticality": "breaking", - "owner": "vaindil" - }, - { - "location": "Enterprise.announcementCreatedAt", - "description": "

announcementCreatedAt will be removed. Use the announcementBanner object instead.

", - "reason": "

The individual announcementX fields do not follow our standard GraphQL patterns.

", - "date": "2025-04-01", - "criticality": "breaking", - "owner": "vaindil" - }, - { - "location": "Enterprise.announcement", - "description": "

announcement will be removed. Use the announcementBanner object instead.

", - "reason": "

The individual announcementX fields do not follow our standard GraphQL patterns.

", - "date": "2025-04-01", - "criticality": "breaking", - "owner": "vaindil" - }, - { - "location": "CreateIssueTypeInput.isPrivate", - "description": "

isPrivate will be removed.

", - "reason": "

Private issue types are being deprecated and can no longer be created.

", - "date": "2025-04-01", - "criticality": "breaking", - "owner": "github/issues" - }, { "location": "ConvertedNoteToIssueEvent.projectCard", "description": "

projectCard will be removed.

", @@ -908,38 +9702,6 @@ "criticality": "breaking", "owner": "github/memex" }, - { - "location": "AnnouncementBannerI.announcementUserDismissible", - "description": "

announcementUserDismissible will be removed. Use the announcementBanner object instead.

", - "reason": "

The individual announcementX fields do not follow our standard GraphQL patterns.

", - "date": "2025-04-01", - "criticality": "breaking", - "owner": "vaindil" - }, - { - "location": "AnnouncementBannerI.announcementExpiresAt", - "description": "

announcementExpiresAt will be removed. Use the announcementBanner object instead.

", - "reason": "

The individual announcementX fields do not follow our standard GraphQL patterns.

", - "date": "2025-04-01", - "criticality": "breaking", - "owner": "vaindil" - }, - { - "location": "AnnouncementBannerI.announcementCreatedAt", - "description": "

announcementCreatedAt will be removed. Use the announcementBanner object instead.

", - "reason": "

The individual announcementX fields do not follow our standard GraphQL patterns.

", - "date": "2025-04-01", - "criticality": "breaking", - "owner": "vaindil" - }, - { - "location": "AnnouncementBannerI.announcement", - "description": "

announcement will be removed. Use the announcementBanner object instead.

", - "reason": "

The individual announcementX fields do not follow our standard GraphQL patterns.

", - "date": "2025-04-01", - "criticality": "breaking", - "owner": "vaindil" - }, { "location": "AddedToProjectEvent.projectColumnName", "description": "

projectColumnName will be removed.

", diff --git a/src/rest/data/ghec-2022-11-28/schema.json b/src/rest/data/ghec-2022-11-28/schema.json index 400c3f11e487..517d98d1bc6c 100644 --- a/src/rest/data/ghec-2022-11-28/schema.json +++ b/src/rest/data/ghec-2022-11-28/schema.json @@ -294629,7 +294629,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Enterprise administration\" business permissions": "write" + "\"Enterprise SCIM\" business permissions": "read" } ] }, @@ -295170,7 +295170,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Enterprise administration\" business permissions": "write" + "\"Enterprise SCIM\" business permissions": "write" } ] }, @@ -295887,7 +295887,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Enterprise administration\" business permissions": "write" + "\"Enterprise SCIM\" business permissions": "read" } ] }, @@ -296388,7 +296388,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Enterprise administration\" business permissions": "write" + "\"Enterprise SCIM\" business permissions": "write" } ] }, @@ -296826,7 +296826,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Enterprise administration\" business permissions": "write" + "\"Enterprise SCIM\" business permissions": "write" } ] }, @@ -297834,7 +297834,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Enterprise administration\" business permissions": "write" + "\"Enterprise SCIM\" business permissions": "write" } ] }, diff --git a/src/rest/data/ghes-3.12-2022-11-28/schema.json b/src/rest/data/ghes-3.12-2022-11-28/schema.json index ae1519136ebc..1f8bd785c716 100644 --- a/src/rest/data/ghes-3.12-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.12-2022-11-28/schema.json @@ -213822,7 +213822,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Enterprise administration\" business permissions": "write" + "\"Enterprise SCIM\" business permissions": "read" } ] }, @@ -214363,7 +214363,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Enterprise administration\" business permissions": "write" + "\"Enterprise SCIM\" business permissions": "write" } ] }, @@ -215080,7 +215080,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Enterprise administration\" business permissions": "write" + "\"Enterprise SCIM\" business permissions": "read" } ] }, @@ -215581,7 +215581,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Enterprise administration\" business permissions": "write" + "\"Enterprise SCIM\" business permissions": "write" } ] }, @@ -216019,7 +216019,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Enterprise administration\" business permissions": "write" + "\"Enterprise SCIM\" business permissions": "write" } ] }, @@ -217027,7 +217027,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Enterprise administration\" business permissions": "write" + "\"Enterprise SCIM\" business permissions": "write" } ] }, diff --git a/src/rest/data/ghes-3.13-2022-11-28/schema.json b/src/rest/data/ghes-3.13-2022-11-28/schema.json index b62b97f9e92d..0f99ee61c938 100644 --- a/src/rest/data/ghes-3.13-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.13-2022-11-28/schema.json @@ -213998,7 +213998,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Enterprise administration\" business permissions": "write" + "\"Enterprise SCIM\" business permissions": "read" } ] }, @@ -214539,7 +214539,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Enterprise administration\" business permissions": "write" + "\"Enterprise SCIM\" business permissions": "write" } ] }, @@ -215256,7 +215256,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Enterprise administration\" business permissions": "write" + "\"Enterprise SCIM\" business permissions": "read" } ] }, @@ -215757,7 +215757,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Enterprise administration\" business permissions": "write" + "\"Enterprise SCIM\" business permissions": "write" } ] }, @@ -216195,7 +216195,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Enterprise administration\" business permissions": "write" + "\"Enterprise SCIM\" business permissions": "write" } ] }, @@ -217203,7 +217203,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Enterprise administration\" business permissions": "write" + "\"Enterprise SCIM\" business permissions": "write" } ] }, diff --git a/src/rest/data/ghes-3.14-2022-11-28/schema.json b/src/rest/data/ghes-3.14-2022-11-28/schema.json index 5cee0e4a1b12..063d1a8f1b63 100644 --- a/src/rest/data/ghes-3.14-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.14-2022-11-28/schema.json @@ -213998,7 +213998,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Enterprise administration\" business permissions": "write" + "\"Enterprise SCIM\" business permissions": "read" } ] }, @@ -214539,7 +214539,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Enterprise administration\" business permissions": "write" + "\"Enterprise SCIM\" business permissions": "write" } ] }, @@ -215256,7 +215256,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Enterprise administration\" business permissions": "write" + "\"Enterprise SCIM\" business permissions": "read" } ] }, @@ -215757,7 +215757,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Enterprise administration\" business permissions": "write" + "\"Enterprise SCIM\" business permissions": "write" } ] }, @@ -216195,7 +216195,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Enterprise administration\" business permissions": "write" + "\"Enterprise SCIM\" business permissions": "write" } ] }, @@ -217203,7 +217203,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Enterprise administration\" business permissions": "write" + "\"Enterprise SCIM\" business permissions": "write" } ] }, diff --git a/src/rest/data/ghes-3.15-2022-11-28/schema.json b/src/rest/data/ghes-3.15-2022-11-28/schema.json index 35cbab17d49f..9158f4c45d51 100644 --- a/src/rest/data/ghes-3.15-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.15-2022-11-28/schema.json @@ -216895,7 +216895,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Enterprise administration\" business permissions": "write" + "\"Enterprise SCIM\" business permissions": "read" } ] }, @@ -217436,7 +217436,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Enterprise administration\" business permissions": "write" + "\"Enterprise SCIM\" business permissions": "write" } ] }, @@ -218153,7 +218153,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Enterprise administration\" business permissions": "write" + "\"Enterprise SCIM\" business permissions": "read" } ] }, @@ -218654,7 +218654,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Enterprise administration\" business permissions": "write" + "\"Enterprise SCIM\" business permissions": "write" } ] }, @@ -219092,7 +219092,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Enterprise administration\" business permissions": "write" + "\"Enterprise SCIM\" business permissions": "write" } ] }, @@ -220100,7 +220100,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Enterprise administration\" business permissions": "write" + "\"Enterprise SCIM\" business permissions": "write" } ] }, diff --git a/src/rest/data/ghes-3.16-2022-11-28/schema.json b/src/rest/data/ghes-3.16-2022-11-28/schema.json index 5d5f95ec2838..ce6349f0cb43 100644 --- a/src/rest/data/ghes-3.16-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.16-2022-11-28/schema.json @@ -222079,7 +222079,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Enterprise administration\" business permissions": "write" + "\"Enterprise SCIM\" business permissions": "read" } ] }, @@ -222620,7 +222620,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Enterprise administration\" business permissions": "write" + "\"Enterprise SCIM\" business permissions": "write" } ] }, @@ -223337,7 +223337,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Enterprise administration\" business permissions": "write" + "\"Enterprise SCIM\" business permissions": "read" } ] }, @@ -223838,7 +223838,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Enterprise administration\" business permissions": "write" + "\"Enterprise SCIM\" business permissions": "write" } ] }, @@ -224276,7 +224276,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Enterprise administration\" business permissions": "write" + "\"Enterprise SCIM\" business permissions": "write" } ] }, @@ -225284,7 +225284,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Enterprise administration\" business permissions": "write" + "\"Enterprise SCIM\" business permissions": "write" } ] },