{"meta":{"title":"Критические изменения","intro":"Узнайте о последних и предстоящих критических изменениях в API GraphQL GitHub.","product":"API GraphQL","breadcrumbs":[{"href":"/ru/graphql","title":"API GraphQL"},{"href":"/ru/graphql/overview","title":"Обзор"},{"href":"/ru/graphql/overview/breaking-changes","title":"Критические изменения"}],"documentType":"article"},"body":"# Критические изменения\n\nУзнайте о последних и предстоящих критических изменениях в API GraphQL GitHub.\n\n## Сведения о критических изменениях\n\nКритические изменения — это любые изменения, которые могут потребовать действий от интеграторов. Эти изменения делятся на две категории:\n\n* **Критические.** Изменения, которые прерывают выполнение текущих запросов к API GraphQL. Например, критическим изменением является удаление поля.\n* **Опасные.** Изменения, которые не прерывают выполнение существующих запросов, но могут повлиять на поведение среды выполнения клиентов. Опасным изменением является, например, добавление значения в перечисление.\n\nМы объявляем о предстоящих критических изменениях минимум за три месяца до их внедрения в схему GraphQL, чтобы дать интеграторам время для внесения необходимых корректировок. Изменения вступают в силу в первый день квартала (1 января, 1 апреля, 1 июля или 1 октября). Например, если об изменении объявлено 15 января, оно будет внедрено 1 июля.\n\n## Changes scheduled for 2027-01-01\n\n- **Breaking** A change will be made to `CheckAnnotation.databaseId`.\n\n  **Description:** databaseId will be removed. Use fullDatabaseId instead.\n\n  **Reason:** databaseId will be removed because it does not support 64-bit signed integer identifiers.\n\n- **Breaking** A change will be made to `Artifact.databaseId`.\n\n  **Description:** databaseId will be removed. Use fullDatabaseId instead.\n\n  **Reason:** databaseId will be removed because it does not support 64-bit signed integer identifiers.\n\n## Changes scheduled for 2026-10-01\n\n- **Breaking** A change will be made to `User.viewerRelevantRepositories`.\n\n  **Description:** viewerRelevantRepositories will be removed. Use viewerCopilotChatRepositorySuggestions instead.\n\n  **Reason:** viewerRelevantRepositories has been renamed to viewerCopilotChatRepositorySuggestions.\n\n- **Breaking** A change will be made to `CopilotAgentTask.type`.\n\n  **Description:** type will be removed. Use codingAgentFilter and codingAgentTypeFilter instead.\n\n  **Reason:** type will be removed.\n\n## Changes scheduled for 2026-07-01\n\n- **Breaking** A change will be made to `Team.viewerSubscription`.\n\n  **Description:** viewerSubscription will be removed.\n\n  **Reason:** Team.viewerSubscription will be removed. Team notifications subscriptions are being deprecated.\n\n- **Breaking** A change will be made to `Team.viewerCanSubscribe`.\n\n  **Description:** viewerCanSubscribe will be removed.\n\n  **Reason:** Team.viewerCanSubscribe will be removed. Team notifications subscriptions are being deprecated.\n\n## Changes scheduled for 2026-04-01\n\n- **Breaking** A change will be made to `TeamRemoveRepositoryAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamRemoveRepositoryAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamRemoveRepositoryAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamRemoveRepositoryAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamRemoveRepositoryAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamRemoveRepositoryAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamRemoveRepositoryAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamRemoveRepositoryAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamRemoveRepositoryAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamRemoveRepositoryAuditEntry.isLdapMapped`.\n\n  **Description:** isLdapMapped will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamRemoveRepositoryAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamRemoveRepositoryAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamRemoveRepositoryAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamRemoveRepositoryAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamRemoveRepositoryAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamRemoveRepositoryAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamRemoveRepositoryAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamRemoveRepositoryAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamRemoveMemberAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamRemoveMemberAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamRemoveMemberAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamRemoveMemberAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamRemoveMemberAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamRemoveMemberAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamRemoveMemberAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamRemoveMemberAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamRemoveMemberAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamRemoveMemberAuditEntry.isLdapMapped`.\n\n  **Description:** isLdapMapped will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamRemoveMemberAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamRemoveMemberAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamRemoveMemberAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamRemoveMemberAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamRemoveMemberAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamRemoveMemberAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamRemoveMemberAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamRemoveMemberAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamChangeParentTeamAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamChangeParentTeamAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamChangeParentTeamAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamChangeParentTeamAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamChangeParentTeamAuditEntry.parentTeamWasUrl`.\n\n  **Description:** parentTeamWasUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamChangeParentTeamAuditEntry.parentTeamWasResourcePath`.\n\n  **Description:** parentTeamWasResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamChangeParentTeamAuditEntry.parentTeamWas`.\n\n  **Description:** parentTeamWas will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamChangeParentTeamAuditEntry.parentTeamUrl`.\n\n  **Description:** parentTeamUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamChangeParentTeamAuditEntry.parentTeamResourcePath`.\n\n  **Description:** parentTeamResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamChangeParentTeamAuditEntry.parentTeamNameWas`.\n\n  **Description:** parentTeamNameWas will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamChangeParentTeamAuditEntry.parentTeamName`.\n\n  **Description:** parentTeamName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamChangeParentTeamAuditEntry.parentTeam`.\n\n  **Description:** parentTeam will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamChangeParentTeamAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamChangeParentTeamAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamChangeParentTeamAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamChangeParentTeamAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamChangeParentTeamAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamChangeParentTeamAuditEntry.isLdapMapped`.\n\n  **Description:** isLdapMapped will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamChangeParentTeamAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamChangeParentTeamAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamChangeParentTeamAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamChangeParentTeamAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamChangeParentTeamAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamChangeParentTeamAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamChangeParentTeamAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamChangeParentTeamAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamAddRepositoryAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamAddRepositoryAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamAddRepositoryAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamAddRepositoryAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamAddRepositoryAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamAddRepositoryAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamAddRepositoryAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamAddRepositoryAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamAddRepositoryAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamAddRepositoryAuditEntry.isLdapMapped`.\n\n  **Description:** isLdapMapped will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamAddRepositoryAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamAddRepositoryAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamAddRepositoryAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamAddRepositoryAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamAddRepositoryAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamAddRepositoryAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamAddRepositoryAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamAddRepositoryAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamAddMemberAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamAddMemberAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamAddMemberAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamAddMemberAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamAddMemberAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamAddMemberAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamAddMemberAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamAddMemberAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamAddMemberAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamAddMemberAuditEntry.isLdapMapped`.\n\n  **Description:** isLdapMapped will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamAddMemberAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamAddMemberAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamAddMemberAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamAddMemberAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamAddMemberAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamAddMemberAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamAddMemberAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `TeamAddMemberAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `ReviewRequest.requestedBy`.\n\n  **Description:** requestedBy will be removed. Use requestedByActor instead.\n\n  **Reason:** requestedBy will be removed.\n\n- **Breaking** A change will be made to `RepositoryVisibilityChangeEnableAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepositoryVisibilityChangeEnableAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepositoryVisibilityChangeEnableAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepositoryVisibilityChangeEnableAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepositoryVisibilityChangeEnableAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepositoryVisibilityChangeEnableAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepositoryVisibilityChangeEnableAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepositoryVisibilityChangeEnableAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepositoryVisibilityChangeEnableAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepositoryVisibilityChangeEnableAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepositoryVisibilityChangeEnableAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepositoryVisibilityChangeEnableAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepositoryVisibilityChangeEnableAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepositoryVisibilityChangeEnableAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepositoryVisibilityChangeEnableAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepositoryVisibilityChangeEnableAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepositoryVisibilityChangeEnableAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepositoryVisibilityChangeDisableAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepositoryVisibilityChangeDisableAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepositoryVisibilityChangeDisableAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepositoryVisibilityChangeDisableAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepositoryVisibilityChangeDisableAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepositoryVisibilityChangeDisableAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepositoryVisibilityChangeDisableAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepositoryVisibilityChangeDisableAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepositoryVisibilityChangeDisableAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepositoryVisibilityChangeDisableAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepositoryVisibilityChangeDisableAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepositoryVisibilityChangeDisableAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepositoryVisibilityChangeDisableAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepositoryVisibilityChangeDisableAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepositoryVisibilityChangeDisableAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepositoryVisibilityChangeDisableAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepositoryVisibilityChangeDisableAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoRemoveTopicAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoRemoveTopicAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoRemoveTopicAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoRemoveTopicAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoRemoveTopicAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoRemoveTopicAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoRemoveTopicAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoRemoveTopicAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoRemoveTopicAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoRemoveTopicAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoRemoveTopicAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoRemoveTopicAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoRemoveTopicAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoRemoveTopicAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoRemoveTopicAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoRemoveTopicAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoRemoveTopicAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoRemoveMemberAuditEntry.visibility`.\n\n  **Description:** visibility will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoRemoveMemberAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoRemoveMemberAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoRemoveMemberAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoRemoveMemberAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoRemoveMemberAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoRemoveMemberAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoRemoveMemberAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoRemoveMemberAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoRemoveMemberAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoRemoveMemberAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoRemoveMemberAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoRemoveMemberAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoRemoveMemberAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoRemoveMemberAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoRemoveMemberAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoRemoveMemberAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoRemoveMemberAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoDestroyAuditEntry.visibility`.\n\n  **Description:** visibility will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoDestroyAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoDestroyAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoDestroyAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoDestroyAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoDestroyAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoDestroyAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoDestroyAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoDestroyAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoDestroyAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoDestroyAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoDestroyAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoDestroyAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoDestroyAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoDestroyAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoDestroyAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoDestroyAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoDestroyAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoCreateAuditEntry.visibility`.\n\n  **Description:** visibility will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoCreateAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoCreateAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoCreateAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoCreateAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoCreateAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoCreateAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoCreateAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoCreateAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoCreateAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoCreateAuditEntry.forkSourceName`.\n\n  **Description:** forkSourceName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoCreateAuditEntry.forkParentName`.\n\n  **Description:** forkParentName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoCreateAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoCreateAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoCreateAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoCreateAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoCreateAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoCreateAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoCreateAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoCreateAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigUnlockAnonymousGitAccessAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigUnlockAnonymousGitAccessAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigUnlockAnonymousGitAccessAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigUnlockAnonymousGitAccessAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigUnlockAnonymousGitAccessAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigUnlockAnonymousGitAccessAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigUnlockAnonymousGitAccessAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigUnlockAnonymousGitAccessAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigUnlockAnonymousGitAccessAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigUnlockAnonymousGitAccessAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigUnlockAnonymousGitAccessAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigUnlockAnonymousGitAccessAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigUnlockAnonymousGitAccessAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigUnlockAnonymousGitAccessAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigUnlockAnonymousGitAccessAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigUnlockAnonymousGitAccessAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigUnlockAnonymousGitAccessAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigLockAnonymousGitAccessAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigLockAnonymousGitAccessAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigLockAnonymousGitAccessAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigLockAnonymousGitAccessAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigLockAnonymousGitAccessAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigLockAnonymousGitAccessAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigLockAnonymousGitAccessAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigLockAnonymousGitAccessAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigLockAnonymousGitAccessAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigLockAnonymousGitAccessAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigLockAnonymousGitAccessAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigLockAnonymousGitAccessAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigLockAnonymousGitAccessAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigLockAnonymousGitAccessAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigLockAnonymousGitAccessAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigLockAnonymousGitAccessAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigLockAnonymousGitAccessAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableSockpuppetDisallowedAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableSockpuppetDisallowedAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableSockpuppetDisallowedAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableSockpuppetDisallowedAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableSockpuppetDisallowedAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableSockpuppetDisallowedAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableSockpuppetDisallowedAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableSockpuppetDisallowedAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableSockpuppetDisallowedAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableSockpuppetDisallowedAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableSockpuppetDisallowedAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableSockpuppetDisallowedAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableSockpuppetDisallowedAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableSockpuppetDisallowedAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableSockpuppetDisallowedAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableSockpuppetDisallowedAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableSockpuppetDisallowedAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableContributorsOnlyAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableContributorsOnlyAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableContributorsOnlyAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableContributorsOnlyAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableContributorsOnlyAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableContributorsOnlyAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableContributorsOnlyAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableContributorsOnlyAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableContributorsOnlyAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableContributorsOnlyAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableContributorsOnlyAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableContributorsOnlyAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableContributorsOnlyAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableContributorsOnlyAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableContributorsOnlyAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableContributorsOnlyAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableContributorsOnlyAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableCollaboratorsOnlyAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableCollaboratorsOnlyAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableCollaboratorsOnlyAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableCollaboratorsOnlyAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableCollaboratorsOnlyAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableCollaboratorsOnlyAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableCollaboratorsOnlyAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableCollaboratorsOnlyAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableCollaboratorsOnlyAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableCollaboratorsOnlyAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableCollaboratorsOnlyAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableCollaboratorsOnlyAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableCollaboratorsOnlyAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableCollaboratorsOnlyAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableCollaboratorsOnlyAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableCollaboratorsOnlyAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableCollaboratorsOnlyAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableAnonymousGitAccessAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableAnonymousGitAccessAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableAnonymousGitAccessAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableAnonymousGitAccessAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableAnonymousGitAccessAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableAnonymousGitAccessAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableAnonymousGitAccessAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableAnonymousGitAccessAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableAnonymousGitAccessAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableAnonymousGitAccessAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableAnonymousGitAccessAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableAnonymousGitAccessAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableAnonymousGitAccessAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableAnonymousGitAccessAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableAnonymousGitAccessAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableAnonymousGitAccessAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigEnableAnonymousGitAccessAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableSockpuppetDisallowedAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableSockpuppetDisallowedAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableSockpuppetDisallowedAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableSockpuppetDisallowedAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableSockpuppetDisallowedAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableSockpuppetDisallowedAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableSockpuppetDisallowedAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableSockpuppetDisallowedAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableSockpuppetDisallowedAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableSockpuppetDisallowedAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableSockpuppetDisallowedAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableSockpuppetDisallowedAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableSockpuppetDisallowedAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableSockpuppetDisallowedAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableSockpuppetDisallowedAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableSockpuppetDisallowedAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableSockpuppetDisallowedAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableContributorsOnlyAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableContributorsOnlyAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableContributorsOnlyAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableContributorsOnlyAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableContributorsOnlyAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableContributorsOnlyAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableContributorsOnlyAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableContributorsOnlyAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableContributorsOnlyAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableContributorsOnlyAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableContributorsOnlyAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableContributorsOnlyAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableContributorsOnlyAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableContributorsOnlyAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableContributorsOnlyAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableContributorsOnlyAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableContributorsOnlyAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableCollaboratorsOnlyAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableCollaboratorsOnlyAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableCollaboratorsOnlyAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableCollaboratorsOnlyAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableCollaboratorsOnlyAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableCollaboratorsOnlyAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableCollaboratorsOnlyAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableCollaboratorsOnlyAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableCollaboratorsOnlyAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableCollaboratorsOnlyAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableCollaboratorsOnlyAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableCollaboratorsOnlyAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableCollaboratorsOnlyAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableCollaboratorsOnlyAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableCollaboratorsOnlyAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableCollaboratorsOnlyAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableCollaboratorsOnlyAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableAnonymousGitAccessAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableAnonymousGitAccessAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableAnonymousGitAccessAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableAnonymousGitAccessAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableAnonymousGitAccessAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableAnonymousGitAccessAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableAnonymousGitAccessAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableAnonymousGitAccessAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableAnonymousGitAccessAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableAnonymousGitAccessAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableAnonymousGitAccessAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableAnonymousGitAccessAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableAnonymousGitAccessAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableAnonymousGitAccessAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableAnonymousGitAccessAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableAnonymousGitAccessAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoConfigDisableAnonymousGitAccessAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoChangeMergeSettingAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoChangeMergeSettingAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoChangeMergeSettingAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoChangeMergeSettingAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoChangeMergeSettingAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoChangeMergeSettingAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoChangeMergeSettingAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoChangeMergeSettingAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoChangeMergeSettingAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoChangeMergeSettingAuditEntry.mergeType`.\n\n  **Description:** mergeType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoChangeMergeSettingAuditEntry.isEnabled`.\n\n  **Description:** isEnabled will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoChangeMergeSettingAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoChangeMergeSettingAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoChangeMergeSettingAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoChangeMergeSettingAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoChangeMergeSettingAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoChangeMergeSettingAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoChangeMergeSettingAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoChangeMergeSettingAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoArchivedAuditEntry.visibility`.\n\n  **Description:** visibility will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoArchivedAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoArchivedAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoArchivedAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoArchivedAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoArchivedAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoArchivedAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoArchivedAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoArchivedAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoArchivedAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoArchivedAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoArchivedAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoArchivedAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoArchivedAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoArchivedAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoArchivedAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoArchivedAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoArchivedAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAddTopicAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAddTopicAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAddTopicAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAddTopicAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAddTopicAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAddTopicAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAddTopicAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAddTopicAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAddTopicAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAddTopicAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAddTopicAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAddTopicAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAddTopicAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAddTopicAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAddTopicAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAddTopicAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAddTopicAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAddMemberAuditEntry.visibility`.\n\n  **Description:** visibility will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAddMemberAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAddMemberAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAddMemberAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAddMemberAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAddMemberAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAddMemberAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAddMemberAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAddMemberAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAddMemberAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAddMemberAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAddMemberAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAddMemberAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAddMemberAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAddMemberAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAddMemberAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAddMemberAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAddMemberAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAccessAuditEntry.visibility`.\n\n  **Description:** visibility will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAccessAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAccessAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAccessAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAccessAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAccessAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAccessAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAccessAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAccessAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAccessAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAccessAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAccessAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAccessAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAccessAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAccessAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAccessAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAccessAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `RepoAccessAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `PrivateRepositoryForkingEnableAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `PrivateRepositoryForkingEnableAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `PrivateRepositoryForkingEnableAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `PrivateRepositoryForkingEnableAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `PrivateRepositoryForkingEnableAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `PrivateRepositoryForkingEnableAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `PrivateRepositoryForkingEnableAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `PrivateRepositoryForkingEnableAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `PrivateRepositoryForkingEnableAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `PrivateRepositoryForkingEnableAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `PrivateRepositoryForkingEnableAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `PrivateRepositoryForkingEnableAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `PrivateRepositoryForkingEnableAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `PrivateRepositoryForkingEnableAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `PrivateRepositoryForkingEnableAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `PrivateRepositoryForkingEnableAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `PrivateRepositoryForkingEnableAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `PrivateRepositoryForkingDisableAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `PrivateRepositoryForkingDisableAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `PrivateRepositoryForkingDisableAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `PrivateRepositoryForkingDisableAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `PrivateRepositoryForkingDisableAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `PrivateRepositoryForkingDisableAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `PrivateRepositoryForkingDisableAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `PrivateRepositoryForkingDisableAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `PrivateRepositoryForkingDisableAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `PrivateRepositoryForkingDisableAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `PrivateRepositoryForkingDisableAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `PrivateRepositoryForkingDisableAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `PrivateRepositoryForkingDisableAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `PrivateRepositoryForkingDisableAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `PrivateRepositoryForkingDisableAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `PrivateRepositoryForkingDisableAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `PrivateRepositoryForkingDisableAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrganizationAuditEntryData.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrganizationAuditEntryData.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrganizationAuditEntryData.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrganizationAuditEntryData.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `Organization.auditLog`.\n\n  **Description:** auditLog will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.canInviteOutsideCollaboratorsToRepositories`.\n\n  **Description:** canInviteOutsideCollaboratorsToRepositories will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberRepositoryInvitationPermissionAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberRepositoryCreationPermissionAuditEntry.visibility`.\n\n  **Description:** visibility will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberRepositoryCreationPermissionAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberRepositoryCreationPermissionAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberRepositoryCreationPermissionAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberRepositoryCreationPermissionAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberRepositoryCreationPermissionAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberRepositoryCreationPermissionAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberRepositoryCreationPermissionAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberRepositoryCreationPermissionAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberRepositoryCreationPermissionAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberRepositoryCreationPermissionAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberRepositoryCreationPermissionAuditEntry.canCreateRepositories`.\n\n  **Description:** canCreateRepositories will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberRepositoryCreationPermissionAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberRepositoryCreationPermissionAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberAuditEntry.permissionWas`.\n\n  **Description:** permissionWas will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberAuditEntry.permission`.\n\n  **Description:** permission will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateMemberAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateDefaultRepositoryPermissionAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateDefaultRepositoryPermissionAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateDefaultRepositoryPermissionAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateDefaultRepositoryPermissionAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateDefaultRepositoryPermissionAuditEntry.permissionWas`.\n\n  **Description:** permissionWas will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateDefaultRepositoryPermissionAuditEntry.permission`.\n\n  **Description:** permission will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateDefaultRepositoryPermissionAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateDefaultRepositoryPermissionAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateDefaultRepositoryPermissionAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateDefaultRepositoryPermissionAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateDefaultRepositoryPermissionAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateDefaultRepositoryPermissionAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateDefaultRepositoryPermissionAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateDefaultRepositoryPermissionAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateDefaultRepositoryPermissionAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateDefaultRepositoryPermissionAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateDefaultRepositoryPermissionAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateDefaultRepositoryPermissionAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUpdateDefaultRepositoryPermissionAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUnblockUserAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUnblockUserAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUnblockUserAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUnblockUserAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUnblockUserAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUnblockUserAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUnblockUserAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUnblockUserAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUnblockUserAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUnblockUserAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUnblockUserAuditEntry.blockedUserUrl`.\n\n  **Description:** blockedUserUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUnblockUserAuditEntry.blockedUserResourcePath`.\n\n  **Description:** blockedUserResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUnblockUserAuditEntry.blockedUserName`.\n\n  **Description:** blockedUserName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUnblockUserAuditEntry.blockedUser`.\n\n  **Description:** blockedUser will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUnblockUserAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUnblockUserAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUnblockUserAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUnblockUserAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUnblockUserAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUnblockUserAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgUnblockUserAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRestoreMemberMembershipOrganizationAuditEntryData.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRestoreMemberMembershipOrganizationAuditEntryData.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRestoreMemberMembershipOrganizationAuditEntryData.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRestoreMemberMembershipOrganizationAuditEntryData.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRestoreMemberAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRestoreMemberAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRestoreMemberAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRestoreMemberAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRestoreMemberAuditEntry.restoredRepositoryWatchesCount`.\n\n  **Description:** restoredRepositoryWatchesCount will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRestoreMemberAuditEntry.restoredRepositoryStarsCount`.\n\n  **Description:** restoredRepositoryStarsCount will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRestoreMemberAuditEntry.restoredRepositoriesCount`.\n\n  **Description:** restoredRepositoriesCount will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRestoreMemberAuditEntry.restoredMembershipsCount`.\n\n  **Description:** restoredMembershipsCount will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRestoreMemberAuditEntry.restoredMemberships`.\n\n  **Description:** restoredMemberships will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRestoreMemberAuditEntry.restoredIssueAssignmentsCount`.\n\n  **Description:** restoredIssueAssignmentsCount will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRestoreMemberAuditEntry.restoredCustomEmailRoutingsCount`.\n\n  **Description:** restoredCustomEmailRoutingsCount will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRestoreMemberAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRestoreMemberAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRestoreMemberAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRestoreMemberAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRestoreMemberAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRestoreMemberAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRestoreMemberAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRestoreMemberAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRestoreMemberAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRestoreMemberAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRestoreMemberAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRestoreMemberAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRestoreMemberAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveOutsideCollaboratorAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveOutsideCollaboratorAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveOutsideCollaboratorAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveOutsideCollaboratorAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveOutsideCollaboratorAuditEntry.reason`.\n\n  **Description:** reason will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveOutsideCollaboratorAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveOutsideCollaboratorAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveOutsideCollaboratorAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveOutsideCollaboratorAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveOutsideCollaboratorAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveOutsideCollaboratorAuditEntry.membershipTypes`.\n\n  **Description:** membershipTypes will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveOutsideCollaboratorAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveOutsideCollaboratorAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveOutsideCollaboratorAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveOutsideCollaboratorAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveOutsideCollaboratorAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveOutsideCollaboratorAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveOutsideCollaboratorAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveOutsideCollaboratorAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveMemberAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveMemberAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveMemberAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveMemberAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveMemberAuditEntry.reason`.\n\n  **Description:** reason will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveMemberAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveMemberAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveMemberAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveMemberAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveMemberAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveMemberAuditEntry.membershipTypes`.\n\n  **Description:** membershipTypes will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveMemberAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveMemberAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveMemberAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveMemberAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveMemberAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveMemberAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveMemberAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveMemberAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveBillingManagerAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveBillingManagerAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveBillingManagerAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveBillingManagerAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveBillingManagerAuditEntry.reason`.\n\n  **Description:** reason will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveBillingManagerAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveBillingManagerAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveBillingManagerAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveBillingManagerAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveBillingManagerAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveBillingManagerAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveBillingManagerAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveBillingManagerAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveBillingManagerAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveBillingManagerAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveBillingManagerAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveBillingManagerAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgRemoveBillingManagerAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessUnblockedAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessUnblockedAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessUnblockedAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessUnblockedAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessUnblockedAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessUnblockedAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessUnblockedAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessUnblockedAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessUnblockedAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessUnblockedAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessUnblockedAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessUnblockedAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessUnblockedAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessUnblockedAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessUnblockedAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessUnblockedAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessUnblockedAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessRequestedAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessRequestedAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessRequestedAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessRequestedAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessRequestedAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessRequestedAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessRequestedAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessRequestedAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessRequestedAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessRequestedAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessRequestedAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessRequestedAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessRequestedAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessRequestedAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessRequestedAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessRequestedAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessRequestedAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessDeniedAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessDeniedAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessDeniedAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessDeniedAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessDeniedAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessDeniedAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessDeniedAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessDeniedAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessDeniedAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessDeniedAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessDeniedAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessDeniedAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessDeniedAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessDeniedAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessDeniedAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessDeniedAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessDeniedAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessBlockedAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessBlockedAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessBlockedAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessBlockedAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessBlockedAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessBlockedAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessBlockedAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessBlockedAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessBlockedAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessBlockedAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessBlockedAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessBlockedAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessBlockedAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessBlockedAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessBlockedAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessBlockedAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessBlockedAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessApprovedAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessApprovedAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessApprovedAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessApprovedAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessApprovedAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessApprovedAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessApprovedAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessApprovedAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessApprovedAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessApprovedAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessApprovedAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessApprovedAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessApprovedAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessApprovedAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessApprovedAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessApprovedAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgOauthAppAccessApprovedAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgInviteToBusinessAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgInviteToBusinessAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgInviteToBusinessAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgInviteToBusinessAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgInviteToBusinessAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgInviteToBusinessAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgInviteToBusinessAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgInviteToBusinessAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgInviteToBusinessAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgInviteToBusinessAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgInviteToBusinessAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgInviteToBusinessAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgInviteToBusinessAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgInviteToBusinessAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgInviteToBusinessAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgInviteToBusinessAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgInviteToBusinessAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgInviteMemberAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgInviteMemberAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgInviteMemberAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgInviteMemberAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgInviteMemberAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgInviteMemberAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgInviteMemberAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgInviteMemberAuditEntry.organizationInvitation`.\n\n  **Description:** organizationInvitation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgInviteMemberAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgInviteMemberAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgInviteMemberAuditEntry.email`.\n\n  **Description:** email will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgInviteMemberAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgInviteMemberAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgInviteMemberAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgInviteMemberAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgInviteMemberAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgInviteMemberAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgInviteMemberAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgInviteMemberAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableTwoFactorRequirementAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableTwoFactorRequirementAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableTwoFactorRequirementAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableTwoFactorRequirementAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableTwoFactorRequirementAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableTwoFactorRequirementAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableTwoFactorRequirementAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableTwoFactorRequirementAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableTwoFactorRequirementAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableTwoFactorRequirementAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableTwoFactorRequirementAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableTwoFactorRequirementAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableTwoFactorRequirementAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableTwoFactorRequirementAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableTwoFactorRequirementAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableTwoFactorRequirementAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableTwoFactorRequirementAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableSamlAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableSamlAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableSamlAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableSamlAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableSamlAuditEntry.singleSignOnUrl`.\n\n  **Description:** singleSignOnUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableSamlAuditEntry.signatureMethodUrl`.\n\n  **Description:** signatureMethodUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableSamlAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableSamlAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableSamlAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableSamlAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableSamlAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableSamlAuditEntry.issuerUrl`.\n\n  **Description:** issuerUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableSamlAuditEntry.digestMethodUrl`.\n\n  **Description:** digestMethodUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableSamlAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableSamlAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableSamlAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableSamlAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableSamlAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableSamlAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableSamlAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableSamlAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableOauthAppRestrictionsAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableOauthAppRestrictionsAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableOauthAppRestrictionsAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableOauthAppRestrictionsAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableOauthAppRestrictionsAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableOauthAppRestrictionsAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableOauthAppRestrictionsAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableOauthAppRestrictionsAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableOauthAppRestrictionsAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableOauthAppRestrictionsAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableOauthAppRestrictionsAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableOauthAppRestrictionsAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableOauthAppRestrictionsAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableOauthAppRestrictionsAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableOauthAppRestrictionsAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableOauthAppRestrictionsAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgEnableOauthAppRestrictionsAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableTwoFactorRequirementAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableTwoFactorRequirementAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableTwoFactorRequirementAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableTwoFactorRequirementAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableTwoFactorRequirementAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableTwoFactorRequirementAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableTwoFactorRequirementAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableTwoFactorRequirementAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableTwoFactorRequirementAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableTwoFactorRequirementAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableTwoFactorRequirementAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableTwoFactorRequirementAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableTwoFactorRequirementAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableTwoFactorRequirementAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableTwoFactorRequirementAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableTwoFactorRequirementAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableTwoFactorRequirementAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableSamlAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableSamlAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableSamlAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableSamlAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableSamlAuditEntry.singleSignOnUrl`.\n\n  **Description:** singleSignOnUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableSamlAuditEntry.signatureMethodUrl`.\n\n  **Description:** signatureMethodUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableSamlAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableSamlAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableSamlAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableSamlAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableSamlAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableSamlAuditEntry.issuerUrl`.\n\n  **Description:** issuerUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableSamlAuditEntry.digestMethodUrl`.\n\n  **Description:** digestMethodUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableSamlAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableSamlAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableSamlAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableSamlAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableSamlAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableSamlAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableSamlAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableSamlAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableOauthAppRestrictionsAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableOauthAppRestrictionsAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableOauthAppRestrictionsAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableOauthAppRestrictionsAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableOauthAppRestrictionsAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableOauthAppRestrictionsAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableOauthAppRestrictionsAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableOauthAppRestrictionsAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableOauthAppRestrictionsAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableOauthAppRestrictionsAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableOauthAppRestrictionsAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableOauthAppRestrictionsAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableOauthAppRestrictionsAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableOauthAppRestrictionsAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableOauthAppRestrictionsAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableOauthAppRestrictionsAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgDisableOauthAppRestrictionsAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgCreateAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgCreateAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgCreateAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgCreateAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgCreateAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgCreateAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgCreateAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgCreateAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgCreateAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgCreateAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgCreateAuditEntry.billingPlan`.\n\n  **Description:** billingPlan will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgCreateAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgCreateAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgCreateAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgCreateAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgCreateAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgCreateAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgCreateAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgConfigEnableCollaboratorsOnlyAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgConfigEnableCollaboratorsOnlyAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgConfigEnableCollaboratorsOnlyAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgConfigEnableCollaboratorsOnlyAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgConfigEnableCollaboratorsOnlyAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgConfigEnableCollaboratorsOnlyAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgConfigEnableCollaboratorsOnlyAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgConfigEnableCollaboratorsOnlyAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgConfigEnableCollaboratorsOnlyAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgConfigEnableCollaboratorsOnlyAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgConfigEnableCollaboratorsOnlyAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgConfigEnableCollaboratorsOnlyAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgConfigEnableCollaboratorsOnlyAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgConfigEnableCollaboratorsOnlyAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgConfigEnableCollaboratorsOnlyAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgConfigEnableCollaboratorsOnlyAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgConfigEnableCollaboratorsOnlyAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgConfigDisableCollaboratorsOnlyAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgConfigDisableCollaboratorsOnlyAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgConfigDisableCollaboratorsOnlyAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgConfigDisableCollaboratorsOnlyAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgConfigDisableCollaboratorsOnlyAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgConfigDisableCollaboratorsOnlyAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgConfigDisableCollaboratorsOnlyAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgConfigDisableCollaboratorsOnlyAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgConfigDisableCollaboratorsOnlyAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgConfigDisableCollaboratorsOnlyAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgConfigDisableCollaboratorsOnlyAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgConfigDisableCollaboratorsOnlyAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgConfigDisableCollaboratorsOnlyAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgConfigDisableCollaboratorsOnlyAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgConfigDisableCollaboratorsOnlyAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgConfigDisableCollaboratorsOnlyAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgConfigDisableCollaboratorsOnlyAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgBlockUserAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgBlockUserAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgBlockUserAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgBlockUserAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgBlockUserAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgBlockUserAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgBlockUserAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgBlockUserAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgBlockUserAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgBlockUserAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgBlockUserAuditEntry.blockedUserUrl`.\n\n  **Description:** blockedUserUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgBlockUserAuditEntry.blockedUserResourcePath`.\n\n  **Description:** blockedUserResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgBlockUserAuditEntry.blockedUserName`.\n\n  **Description:** blockedUserName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgBlockUserAuditEntry.blockedUser`.\n\n  **Description:** blockedUser will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgBlockUserAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgBlockUserAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgBlockUserAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgBlockUserAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgBlockUserAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgBlockUserAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgBlockUserAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgAddMemberAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgAddMemberAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgAddMemberAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgAddMemberAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgAddMemberAuditEntry.permission`.\n\n  **Description:** permission will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgAddMemberAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgAddMemberAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgAddMemberAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgAddMemberAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgAddMemberAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgAddMemberAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgAddMemberAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgAddMemberAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgAddMemberAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgAddMemberAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgAddMemberAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgAddMemberAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgAddMemberAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgAddBillingManagerAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgAddBillingManagerAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgAddBillingManagerAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgAddBillingManagerAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgAddBillingManagerAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgAddBillingManagerAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgAddBillingManagerAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgAddBillingManagerAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgAddBillingManagerAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgAddBillingManagerAuditEntry.invitationEmail`.\n\n  **Description:** invitationEmail will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgAddBillingManagerAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgAddBillingManagerAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgAddBillingManagerAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgAddBillingManagerAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgAddBillingManagerAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgAddBillingManagerAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgAddBillingManagerAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OrgAddBillingManagerAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OauthApplicationCreateAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OauthApplicationCreateAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OauthApplicationCreateAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OauthApplicationCreateAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OauthApplicationCreateAuditEntry.state`.\n\n  **Description:** state will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OauthApplicationCreateAuditEntry.rateLimit`.\n\n  **Description:** rateLimit will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OauthApplicationCreateAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OauthApplicationCreateAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OauthApplicationCreateAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OauthApplicationCreateAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OauthApplicationCreateAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OauthApplicationCreateAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OauthApplicationCreateAuditEntry.callbackUrl`.\n\n  **Description:** callbackUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OauthApplicationCreateAuditEntry.applicationUrl`.\n\n  **Description:** applicationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OauthApplicationCreateAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OauthApplicationCreateAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OauthApplicationCreateAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OauthApplicationCreateAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OauthApplicationCreateAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OauthApplicationCreateAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `OauthApplicationCreateAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposEnableAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposEnableAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposEnableAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposEnableAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposEnableAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposEnableAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposEnableAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposEnableAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposEnableAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposEnableAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposEnableAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposEnableAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposEnableAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposEnableAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposEnableAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposEnableAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposEnableAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposDisableAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposDisableAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposDisableAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposDisableAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposDisableAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposDisableAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposDisableAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposDisableAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposDisableAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposDisableAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposDisableAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposDisableAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposDisableAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposDisableAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposDisableAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposDisableAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposDisableAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposClearAuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposClearAuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposClearAuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposClearAuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposClearAuditEntry.organizationUrl`.\n\n  **Description:** organizationUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposClearAuditEntry.organizationResourcePath`.\n\n  **Description:** organizationResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposClearAuditEntry.organizationName`.\n\n  **Description:** organizationName will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposClearAuditEntry.organization`.\n\n  **Description:** organization will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposClearAuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposClearAuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposClearAuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposClearAuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposClearAuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposClearAuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposClearAuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposClearAuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `MembersCanDeleteReposClearAuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `AuditEntry.userUrl`.\n\n  **Description:** userUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `AuditEntry.userResourcePath`.\n\n  **Description:** userResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `AuditEntry.userLogin`.\n\n  **Description:** userLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `AuditEntry.user`.\n\n  **Description:** user will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `AuditEntry.operationType`.\n\n  **Description:** operationType will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `AuditEntry.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `AuditEntry.actorUrl`.\n\n  **Description:** actorUrl will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `AuditEntry.actorResourcePath`.\n\n  **Description:** actorResourcePath will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `AuditEntry.actorLogin`.\n\n  **Description:** actorLogin will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `AuditEntry.actorLocation`.\n\n  **Description:** actorLocation will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `AuditEntry.actorIp`.\n\n  **Description:** actorIp will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `AuditEntry.actor`.\n\n  **Description:** actor will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n- **Breaking** A change will be made to `AuditEntry.action`.\n\n  **Description:** action will be removed.\n\n  **Reason:** The GraphQL audit-log is deprecated. Please use the REST API instead.\n\n## Changes scheduled for 2026-01-01\n\n- **Breaking** A change will be made to `NotificationThread.subject`.\n\n  **Description:** subject will be removed. Use the optionalSubject field instead.\n\n  **Reason:** Null values are possible for this field.\n\n- **Breaking** A change will be made to `NotificationThread.list`.\n\n  **Description:** list will be removed. Use the optionalList field instead.\n\n  **Reason:** Null values are possible for this field.\n\n## Changes scheduled for 2025-10-01\n\n- **Breaking** A change will be made to `SecurityAdvisory.cvss`.\n\n  **Description:** cvss will be removed. New cvss_severities field will now contain both cvss_v3 and cvss_v4 properties.\n\n  **Reason:** cvss will be removed.\n\n- **Breaking** A change will be made to `Issue.stateReason.enableDuplicate`.\n\n  **Description:** enableDuplicate will be removed.\n\n  **Reason:** The state reason for duplicate issue is now returned by default.\n\n## Changes scheduled for 2025-04-01\n\n- **Breaking** A change will be made to `User.viewerCanCreateProjects`.\n\n  **Description:** viewerCanCreateProjects will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `User.projects`.\n\n  **Description:** projects will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `User.project`.\n\n  **Description:** project will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `SearchShortcutQueryProjectTerm.project`.\n\n  **Description:** project will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Repository.viewerCanCreateProjects`.\n\n  **Description:** viewerCanCreateProjects will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Repository.projects`.\n\n  **Description:** projects will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Repository.project`.\n\n  **Description:** project will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `RemovedFromProjectEvent.projectColumnName`.\n\n  **Description:** projectColumnName will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `RemovedFromProjectEvent.project`.\n\n  **Description:** project will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `RemovedFromProjectEvent.databaseId`.\n\n  **Description:** databaseId will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `PullRequest.projectCards`.\n\n  **Description:** projectCards will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectV2Workflow.databaseId`.\n\n  **Description:** databaseId will be removed. Use fullDatabaseId instead.\n\n  **Reason:** databaseId will be removed because it does not support 64-bit signed integer identifiers.\n\n- **Breaking** A change will be made to `ProjectV2View.databaseId`.\n\n  **Description:** databaseId will be removed. Use fullDatabaseId instead.\n\n  **Reason:** databaseId will be removed because it does not support 64-bit signed integer identifiers.\n\n- **Breaking** A change will be made to `ProjectV2StatusUpdate.databaseId`.\n\n  **Description:** databaseId will be removed. Use fullDatabaseId instead.\n\n  **Reason:** databaseId will be removed because it does not support 64-bit signed integer identifiers.\n\n- **Breaking** A change will be made to `ProjectV2Item.databaseId`.\n\n  **Description:** databaseId will be removed. Use fullDatabaseId instead.\n\n  **Reason:** databaseId will be removed because it does not support 64-bit signed integer identifiers.\n\n- **Breaking** A change will be made to `ProjectV2.databaseId`.\n\n  **Description:** databaseId will be removed. Use fullDatabaseId instead.\n\n  **Reason:** databaseId will be removed because it does not support 64-bit signed integer identifiers.\n\n- **Breaking** A change will be made to `ProjectProgress.todoPercentage`.\n\n  **Description:** todoPercentage will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectProgress.todoCount`.\n\n  **Description:** todoCount will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectProgress.inProgressPercentage`.\n\n  **Description:** inProgressPercentage will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectProgress.inProgressCount`.\n\n  **Description:** inProgressCount will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectProgress.enabled`.\n\n  **Description:** enabled will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectProgress.donePercentage`.\n\n  **Description:** donePercentage will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectProgress.doneCount`.\n\n  **Description:** doneCount will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectOwner.viewerCanCreateProjects`.\n\n  **Description:** viewerCanCreateProjects will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectOwner.projectsUrl`.\n\n  **Description:** projectsUrl will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectOwner.projectsResourcePath`.\n\n  **Description:** projectsResourcePath will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectOwner.projects`.\n\n  **Description:** projects will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectOwner.project`.\n\n  **Description:** project will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectOwner.id`.\n\n  **Description:** id will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectColumn.url`.\n\n  **Description:** url will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectColumn.updatedAt`.\n\n  **Description:** updatedAt will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectColumn.resourcePath`.\n\n  **Description:** resourcePath will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectColumn.purpose`.\n\n  **Description:** purpose will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectColumn.project`.\n\n  **Description:** project will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectColumn.name`.\n\n  **Description:** name will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectColumn.id`.\n\n  **Description:** id will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectColumn.databaseId`.\n\n  **Description:** databaseId will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectColumn.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectColumn.cards`.\n\n  **Description:** cards will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectCardArchivedState.NOT_ARCHIVED`.\n\n  **Description:** NOT_ARCHIVED will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectCardArchivedState.ARCHIVED`.\n\n  **Description:** ARCHIVED will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectCard.url`.\n\n  **Description:** url will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectCard.updatedAt`.\n\n  **Description:** updatedAt will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectCard.state`.\n\n  **Description:** state will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectCard.resourcePath`.\n\n  **Description:** resourcePath will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectCard.project`.\n\n  **Description:** project will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectCard.note`.\n\n  **Description:** note will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectCard.isArchived`.\n\n  **Description:** isArchived will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectCard.id`.\n\n  **Description:** id will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectCard.databaseId`.\n\n  **Description:** databaseId will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectCard.creator`.\n\n  **Description:** creator will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectCard.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectCard.content`.\n\n  **Description:** content will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectCard.column`.\n\n  **Description:** column will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Project.url`.\n\n  **Description:** url will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Project.updatedAt`.\n\n  **Description:** updatedAt will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Project.state`.\n\n  **Description:** state will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Project.resourcePath`.\n\n  **Description:** resourcePath will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Project.progress`.\n\n  **Description:** progress will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Project.pendingCards`.\n\n  **Description:** pendingCards will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Project.owner`.\n\n  **Description:** owner will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Project.number`.\n\n  **Description:** number will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Project.name`.\n\n  **Description:** name will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Project.id`.\n\n  **Description:** id will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Project.databaseId`.\n\n  **Description:** databaseId will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Project.creator`.\n\n  **Description:** creator will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Project.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Project.columns`.\n\n  **Description:** columns will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Project.bodyHTML`.\n\n  **Description:** bodyHtml will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Project.body`.\n\n  **Description:** body will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Organization.viewerCanCreateProjects`.\n\n  **Description:** viewerCanCreateProjects will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Organization.projects`.\n\n  **Description:** projects will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Organization.project`.\n\n  **Description:** project will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Mutation.updateProjectColumn`.\n\n  **Description:** updateProjectColumn will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Mutation.updateProjectCard`.\n\n  **Description:** updateProjectCard will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Mutation.updateProject`.\n\n  **Description:** updateProject will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Mutation.unlinkRepositoryFromProject`.\n\n  **Description:** unlinkRepositoryFromProject will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Mutation.moveProjectColumn`.\n\n  **Description:** moveProjectColumn will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Mutation.moveProjectCard`.\n\n  **Description:** moveProjectCard will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Mutation.linkRepositoryToProject`.\n\n  **Description:** linkRepositoryToProject will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Mutation.importProject`.\n\n  **Description:** importProject will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Mutation.deleteProjectColumn`.\n\n  **Description:** deleteProjectColumn will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Mutation.deleteProjectCard`.\n\n  **Description:** deleteProjectCard will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Mutation.deleteProject`.\n\n  **Description:** deleteProject will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Mutation.createProject`.\n\n  **Description:** createProject will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Mutation.convertProjectCardNoteToIssue`.\n\n  **Description:** convertProjectCardNoteToIssue will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Mutation.cloneProject`.\n\n  **Description:** cloneProject will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Mutation.addProjectColumn`.\n\n  **Description:** addProjectColumn will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Mutation.addProjectCard`.\n\n  **Description:** addProjectCard will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `MovedColumnsInProjectEvent.projectColumnName`.\n\n  **Description:** projectColumnName will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `MovedColumnsInProjectEvent.projectCard`.\n\n  **Description:** projectCard will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `MovedColumnsInProjectEvent.project`.\n\n  **Description:** project will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `MovedColumnsInProjectEvent.previousProjectColumnName`.\n\n  **Description:** previousProjectColumnName will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `MovedColumnsInProjectEvent.databaseId`.\n\n  **Description:** databaseId will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `IssueType.isPrivate`.\n\n  **Description:** isPrivate will be removed.\n\n  **Reason:** Private issue types are being deprecated and can no longer be created.\n\n- **Breaking** A change will be made to `Issue.projectCards`.\n\n  **Description:** projectCards will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `EnterpriseOwnerInfo.outsideCollaborators.hasTwoFactorEnabled`.\n\n  **Description:** hasTwoFactorEnabled will be removed. Use two_factor_method_security instead.\n\n  **Reason:** has_two_factor_enabled will be removed.\n\n- **Breaking** A change will be made to `EnterpriseOwnerInfo.admins.hasTwoFactorEnabled`.\n\n  **Description:** hasTwoFactorEnabled will be removed. Use two_factor_method_security instead.\n\n  **Reason:** has_two_factor_enabled will be removed.\n\n- **Breaking** A change will be made to `Enterprise.members.hasTwoFactorEnabled`.\n\n  **Description:** hasTwoFactorEnabled will be removed. Use two_factor_method_security instead.\n\n  **Reason:** has_two_factor_enabled will be removed.\n\n- **Breaking** A change will be made to `ConvertedNoteToIssueEvent.projectCard`.\n\n  **Description:** projectCard will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ConvertedNoteToIssueEvent.project`.\n\n  **Description:** project will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `AddedToProjectEvent.projectColumnName`.\n\n  **Description:** projectColumnName will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `AddedToProjectEvent.projectCard`.\n\n  **Description:** projectCard will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `AddedToProjectEvent.project`.\n\n  **Description:** project will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `AddedToProjectEvent.databaseId`.\n\n  **Description:** databaseId will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n## Changes scheduled for 2025-01-01\n\n- **Breaking** A change will be made to `AddMobileDevicePublicKeyPayload.expiresAt`.\n\n  **Description:** expiresAt will be removed. Do not rely on this field, it is currently set to a date far in the future if a device key is expirationless\n\n  **Reason:** We are deprecating expirations for mobile device keys used in mobile 2FA\n\n## Changes scheduled for 2024-10-01\n\n- **Breaking** A change will be made to `Workflow.hasWorkflowDispatchTrigger`.\n\n  **Description:** hasWorkflowDispatchTrigger will be removed. Use has_workflow_dispatch_trigger_for_branch(branch_ref) instead.\n\n  **Reason:** has_workflow_dispatch_trigger is being removed because it can be misleading and only checks a repository's default branch\n\n## Changes scheduled for 2024-07-01\n\n- **Breaking** A change will be made to `PullRequestReviewComment.databaseId`.\n\n  **Description:** databaseId will be removed. Use fullDatabaseId instead.\n\n  **Reason:** databaseId will be removed because it does not support 64-bit signed integer identifiers.\n\n- **Breaking** A change will be made to `PullRequestReview.databaseId`.\n\n  **Description:** databaseId will be removed. Use fullDatabaseId instead.\n\n  **Reason:** databaseId will be removed because it does not support 64-bit signed integer identifiers.\n\n- **Breaking** A change will be made to `PullRequest.databaseId`.\n\n  **Description:** databaseId will be removed. Use fullDatabaseId instead.\n\n  **Reason:** databaseId will be removed because it does not support 64-bit signed integer identifiers.\n\n- **Breaking** A change will be made to `OrganizationInvitation.inviter`.\n\n  **Description:** inviter will be removed. inviter will be replaced by inviterActor.\n\n  **Reason:** inviter will be removed.\n\n- **Breaking** A change will be made to `EnterpriseOwnerInfo.teamDiscussionsSetting`.\n\n  **Description:** teamDiscussionsSetting will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement.\n\n  **Reason:** The Team Discussions feature is deprecated in favor of Organization Discussions.\n\n## Changes scheduled for 2024-04-01\n\n- **Breaking** A change will be made to `TopicSuggestionDeclineReason.TOO_SPECIFIC`.\n\n  **Description:** TOO_SPECIFIC will be removed.\n\n  **Reason:** Suggested topics are no longer supported\n\n- **Breaking** A change will be made to `TopicSuggestionDeclineReason.TOO_GENERAL`.\n\n  **Description:** TOO_GENERAL will be removed.\n\n  **Reason:** Suggested topics are no longer supported\n\n- **Breaking** A change will be made to `TopicSuggestionDeclineReason.PERSONAL_PREFERENCE`.\n\n  **Description:** PERSONAL_PREFERENCE will be removed.\n\n  **Reason:** Suggested topics are no longer supported\n\n- **Breaking** A change will be made to `TopicSuggestionDeclineReason.NOT_RELEVANT`.\n\n  **Description:** NOT_RELEVANT will be removed.\n\n  **Reason:** Suggested topics are no longer supported\n\n- **Breaking** A change will be made to `DeclineTopicSuggestionPayload.topic`.\n\n  **Description:** topic will be removed.\n\n  **Reason:** Suggested topics are no longer supported\n\n- **Breaking** A change will be made to `DeclineTopicSuggestionInput.repositoryId`.\n\n  **Description:** repositoryId will be removed.\n\n  **Reason:** Suggested topics are no longer supported\n\n- **Breaking** A change will be made to `DeclineTopicSuggestionInput.reason`.\n\n  **Description:** reason will be removed.\n\n  **Reason:** Suggested topics are no longer supported\n\n- **Breaking** A change will be made to `DeclineTopicSuggestionInput.name`.\n\n  **Description:** name will be removed.\n\n  **Reason:** Suggested topics are no longer supported\n\n- **Breaking** A change will be made to `AcceptTopicSuggestionPayload.topic`.\n\n  **Description:** topic will be removed.\n\n  **Reason:** Suggested topics are no longer supported\n\n- **Breaking** A change will be made to `AcceptTopicSuggestionInput.repositoryId`.\n\n  **Description:** repositoryId will be removed.\n\n  **Reason:** Suggested topics are no longer supported\n\n- **Breaking** A change will be made to `AcceptTopicSuggestionInput.name`.\n\n  **Description:** name will be removed.\n\n  **Reason:** Suggested topics are no longer supported\n\n## Changes scheduled for 2023-10-01\n\n- **Breaking** A change will be made to `PullRequestReviewComment.position`.\n\n  **Description:** position will be removed. Use the line and startLine fields instead, which are file line numbers instead of diff line numbers\n\n  **Reason:** We are phasing out diff-relative positioning for PR comments\n\n- **Breaking** A change will be made to `PullRequestReviewComment.originalPosition`.\n\n  **Description:** originalPosition will be removed.\n\n  **Reason:** We are phasing out diff-relative positioning for PR comments\n\n- **Breaking** A change will be made to `AddPullRequestReviewInput.comments`.\n\n  **Description:** comments will be removed. use the threads argument instead\n\n  **Reason:** We are deprecating comment fields that use diff-relative positioning\n\n- **Breaking** A change will be made to `AddPullRequestReviewCommentInput.pullRequestReviewId`.\n\n  **Description:** pullRequestReviewId will be removed. use addPullRequestReviewThread or addPullRequestReviewThreadReply instead\n\n  **Reason:** We are deprecating the addPullRequestReviewComment mutation\n\n- **Breaking** A change will be made to `AddPullRequestReviewCommentInput.pullRequestId`.\n\n  **Description:** pullRequestId will be removed. use addPullRequestReviewThread or addPullRequestReviewThreadReply instead\n\n  **Reason:** We are deprecating the addPullRequestReviewComment mutation\n\n- **Breaking** A change will be made to `AddPullRequestReviewCommentInput.position`.\n\n  **Description:** position will be removed. use addPullRequestReviewThread or addPullRequestReviewThreadReply instead\n\n  **Reason:** We are deprecating the addPullRequestReviewComment mutation\n\n- **Breaking** A change will be made to `AddPullRequestReviewCommentInput.path`.\n\n  **Description:** path will be removed. use addPullRequestReviewThread or addPullRequestReviewThreadReply instead\n\n  **Reason:** We are deprecating the addPullRequestReviewComment mutation\n\n- **Breaking** A change will be made to `AddPullRequestReviewCommentInput.inReplyTo`.\n\n  **Description:** inReplyTo will be removed. use addPullRequestReviewThread or addPullRequestReviewThreadReply instead\n\n  **Reason:** We are deprecating the addPullRequestReviewComment mutation\n\n- **Breaking** A change will be made to `AddPullRequestReviewCommentInput.commitOID`.\n\n  **Description:** commitOID will be removed. use addPullRequestReviewThread or addPullRequestReviewThreadReply instead\n\n  **Reason:** We are deprecating the addPullRequestReviewComment mutation\n\n- **Breaking** A change will be made to `AddPullRequestReviewCommentInput.body`.\n\n  **Description:** body will be removed. use addPullRequestReviewThread or addPullRequestReviewThreadReply instead\n\n  **Reason:** We are deprecating the addPullRequestReviewComment mutation\n\n## Changes scheduled for 2023-07-01\n\n- **Breaking** A change will be made to `ProjectV2ItemFieldGroup.field`.\n\n  **Description:** field will be removed. Check out the ProjectV2ItemFieldGroup#groupByField API as an example for the more capable alternative.\n\n  **Reason:** The ProjectV2ItemFieldGroup#field API is deprecated in favour of the more capable ProjectV2ItemFieldGroup#groupByField API.\n\n- **Breaking** A change will be made to `MergeQueueEntry.isSolo`.\n\n  **Description:** isSolo will be removed. Use solo instead.\n\n  **Reason:** isSolo will be removed.\n\n- **Breaking** A change will be made to `MergeQueueEntry.headOid`.\n\n  **Description:** headOid will be removed. Use headCommit instead.\n\n  **Reason:** headOid will be removed.\n\n- **Breaking** A change will be made to `MergeQueueEntry.hasJumpedQueue`.\n\n  **Description:** hasJumpedQueue will be removed. Use jump instead.\n\n  **Reason:** hasJumpedQueue will be removed.\n\n- **Breaking** A change will be made to `MergeQueueEntry.checkStatus`.\n\n  **Description:** checkStatus will be removed. Use state instead.\n\n  **Reason:** checkStatus will be removed.\n\n- **Breaking** A change will be made to `MergeQueueEntry.blockedByMergeConflicts`.\n\n  **Description:** blockedByMergeConflicts will be removed. Use state instead.\n\n  **Reason:** blockedByMergeConflicts will be removed.\n\n- **Breaking** A change will be made to `MergeQueueEntry.baseOid`.\n\n  **Description:** baseOid will be removed. Use baseCommit instead.\n\n  **Reason:** baseOid will be removed.\n\n- **Breaking** A change will be made to `MergeQueue.pendingRemovalEntries`.\n\n  **Description:** pendingRemovalEntries will be removed.\n\n  **Reason:** pendingRemovalEntries will be removed.\n\n- **Breaking** A change will be made to `MergeQueue.mergingEntries`.\n\n  **Description:** mergingEntries will be removed.\n\n  **Reason:** mergingEntries will be removed.\n\n- **Breaking** A change will be made to `MergeQueue.mergeMethod`.\n\n  **Description:** mergeMethod will be removed. Use configuration.merge_method instead.\n\n  **Reason:** mergeMethod will be removed.\n\n- **Breaking** A change will be made to `MergeQueue.headOid`.\n\n  **Description:** headOid will be removed. Use entry.headOid instead.\n\n  **Reason:** headOid will be removed.\n\n- **Breaking** A change will be made to `Commit.pushedDate`.\n\n  **Description:** pushedDate will be removed.\n\n  **Reason:** pushedDate is no longer supported.\n\n## Changes scheduled for 2023-04-01\n\n- **Breaking** A change will be made to `Repository.squashPrTitleUsedAsDefault`.\n\n  **Description:** squashPrTitleUsedAsDefault will be removed. Use Repository.squashMergeCommitTitle instead.\n\n  **Reason:** squashPrTitleUsedAsDefault will be removed.\n\n- **Breaking** A change will be made to `ProjectV2View.verticalGroupBy`.\n\n  **Description:** verticalGroupBy will be removed. Check out the ProjectV2View#vertical_group_by_fields API as an example for the more capable alternative.\n\n  **Reason:** The ProjectV2View#vertical_group_by API is deprecated in favour of the more capable ProjectV2View#vertical_group_by_fields API.\n\n- **Breaking** A change will be made to `ProjectV2View.sortBy`.\n\n  **Description:** sortBy will be removed. Check out the ProjectV2View#sort_by_fields API as an example for the more capable alternative.\n\n  **Reason:** The ProjectV2View#sort_by API is deprecated in favour of the more capable ProjectV2View#sort_by_fields API.\n\n- **Breaking** A change will be made to `ProjectV2View.groupBy`.\n\n  **Description:** groupBy will be removed. Check out the ProjectV2View#group_by_fields API as an example for the more capable alternative.\n\n  **Reason:** The ProjectV2View#order_by API is deprecated in favour of the more capable ProjectV2View#group_by_field API.\n\n## Changes scheduled for 2023-02-10\n\n- **Breaking** A change will be made to `PackageType.MAVEN`.\n\n  **Description:** MAVEN will be removed.\n\n  **Reason:** MAVEN will be removed from this enum as this type will be migrated to only be used by the Packages REST API.\n\n## Changes scheduled for 2023-01-01\n\n- **Breaking** A change will be made to `ProjectV2View.visibleFields`.\n\n  **Description:** visibleFields will be removed. Check out the ProjectV2View#fields API as an example for the more capable alternative.\n\n  **Reason:** The ProjectV2View#visibleFields API is deprecated in favour of the more capable ProjectV2View#fields API.\n\n- **Breaking** A change will be made to `Commit.changedFiles`.\n\n  **Description:** changedFiles will be removed. Use changedFilesIfAvailable instead.\n\n  **Reason:** changedFiles will be removed.\n\n## Changes scheduled for 2022-12-28\n\n- **Breaking** A change will be made to `PackageType.RUBYGEMS`.\n\n  **Description:** RUBYGEMS will be removed.\n\n  **Reason:** RUBYGEMS will be removed from this enum as this type will be migrated to only be used by the Packages REST API.\n\n## Changes scheduled for 2022-11-21\n\n- **Breaking** A change will be made to `PackageType.NUGET`.\n\n  **Description:** NUGET will be removed.\n\n  **Reason:** NUGET will be removed from this enum as this type will be migrated to only be used by the Packages REST API.\n\n- **Breaking** A change will be made to `PackageType.NPM`.\n\n  **Description:** NPM will be removed.\n\n  **Reason:** NPM will be removed from this enum as this type will be migrated to only be used by the Packages REST API.\n\n## Changes scheduled for 2022-10-01\n\n- **Breaking** A change will be made to `RemovePullRequestFromMergeQueueInput.branch`.\n\n  **Description:** branch will be removed.\n\n  **Reason:** PRs are removed from the merge queue for the base branch, the branch argument is now a no-op\n\n- **Breaking** A change will be made to `DependencyGraphDependency.packageLabel`.\n\n  **Description:** packageLabel will be removed. Use normalized packageName field instead.\n\n  **Reason:** packageLabel will be removed.\n\n## Changes scheduled for 2022-07-01\n\n- **Breaking** A change will be made to `Query.sponsorables.dependencyEcosystem`.\n\n  **Description:** dependencyEcosystem will be removed. Use the ecosystem argument instead.\n\n  **Reason:** The type is switching from SecurityAdvisoryEcosystem to DependencyGraphEcosystem.\n\n- **Breaking** A change will be made to `AddPullRequestToMergeQueueInput.branch`.\n\n  **Description:** branch will be removed.\n\n  **Reason:** PRs are added to the merge queue for the base branch, the branch argument is now a no-op\n\n## Changes scheduled for 2021-10-01\n\n- **Breaking** A change will be made to `ReactionGroup.users`.\n\n  **Description:** users will be removed. Use the reactors field instead.\n\n  **Reason:** Reactors can now be mannequins, bots, and organizations.\n\n## Changes scheduled for 2021-06-21\n\n- **Breaking** A change will be made to `PackageType.DOCKER`.\n\n  **Description:** DOCKER will be removed.\n\n  **Reason:** DOCKER will be removed from this enum as this type will be migrated to only be used by the Packages REST API.\n\n## Changes scheduled for 2021-01-01\n\n- **Breaking** A change will be made to `MergeStateStatus.DRAFT`.\n\n  **Description:** DRAFT will be removed. Use PullRequest.isDraft instead.\n\n  **Reason:** DRAFT state will be removed from this enum and isDraft should be used instead\n\n## Changes scheduled for 2020-10-01\n\n- **Breaking** A change will be made to `Sponsorship.sponsor`.\n\n  **Description:** sponsor will be removed. Use Sponsorship.sponsorEntity instead.\n\n  **Reason:** Sponsorship.sponsor will be removed.\n\n- **Breaking** A change will be made to `PullRequest.timeline`.\n\n  **Description:** timeline will be removed. Use PullRequest.timelineItems instead.\n\n  **Reason:** timeline will be removed\n\n- **Breaking** A change will be made to `Issue.timeline`.\n\n  **Description:** timeline will be removed. Use Issue.timelineItems instead.\n\n  **Reason:** timeline will be removed\n\n## Changes scheduled for 2020-04-01\n\n- **Breaking** A change will be made to `Sponsorship.maintainer`.\n\n  **Description:** maintainer will be removed. Use Sponsorship.sponsorable instead.\n\n  **Reason:** Sponsorship.maintainer will be removed.\n\n## Changes scheduled for 2020-01-01\n\n- **Breaking** A change will be made to `UnassignedEvent.user`.\n\n  **Description:** user will be removed. Use the assignee field instead.\n\n  **Reason:** Assignees can now be mannequins.\n\n- **Breaking** A change will be made to `AssignedEvent.user`.\n\n  **Description:** user will be removed. Use the assignee field instead.\n\n  **Reason:** Assignees can now be mannequins.\n\n## Changes scheduled for 2019-04-01\n\n- **Breaking** A change will be made to `LegacyMigration.uploadUrlTemplate`.\n\n  **Description:** uploadUrlTemplate will be removed. Use uploadUrl instead.\n\n  **Reason:** uploadUrlTemplate is being removed because it is not a standard URL and adds an extra user step."}