Skip to content

Commit 4a9eb20

Browse files
authored
Merge pull request #397 from github/evgenyrahman/change-businessauditentry
Changing BusinesAuditEntryData to Enterprise
2 parents d911cef + 5d6cf42 commit 4a9eb20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graphql/queries/org-audit-log-api-example.graphql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ query {
2121
teamName
2222
}
2323

24-
... on BusinessAuditEntryData {
25-
businessUrl
24+
... on EnterpriseAuditEntryData {
25+
enterpriseUrl
2626
}
2727

2828
... on OauthApplicationAuditEntryData {

0 commit comments

Comments
 (0)