LogEntry
implements Node
LogEntry
implements Node-
action
:
String -
area
:
String -
happenedAt
:
DateTime -
id
:
ID -
localID
:
LocalID -
message
:
String -
target
:
String? -
targetObject
:
Node? -
user
:
User?
Logs de l'application, accessibles uniquement par les administrateur·ice·s.
LogEntry
implements Nodeaction
:
String area
:
String happenedAt
:
DateTime id
:
ID localID
:
LocalID message
:
String target
:
String? targetObject
:
Node? user
:
User? log(id: LocalID)
→ LogEntry?
Arguments
id:
LocalID
logs(...)
→ Connection< LogEntry>
Arguments
action:
String?
after:
String?
area:
String?
before:
String?
first:
Int?
last:
Int?
message:
String?
target:
String?
user:
UID?