Jeffery Newburn
12/07/2021, 8:34 PMKevin Kho
Jeffery Newburn
12/07/2021, 8:50 PMbobby.ryterski.lc
12/07/2021, 9:35 PMaudit_log
, audit_event
, etc endpoints in the API but not much else -- no mentions in the docsKevin Kho
Kevin Kho
query {
audit_log {
id
name
message
tenant_id
info
}
}
bobby.ryterski.lc
12/08/2021, 9:00 PMaudit_log
bit. any idea what's up with audit_event
?
query {
audit_event {
id
}
}
# error message: field "audit_event" not found in type: 'query_root'
I'm not adept at graphql, but the API docs on the side (and autocomplete in the editor) both show that event endpoint under query... but it sounds like it's not really there?bobby.ryterski.lc
12/08/2021, 9:01 PMKevin Kho
Kevin Kho
audit_events
is old and was for an old featurebobby.ryterski.lc
12/09/2021, 6:26 PMKevin Kho