LogEntityInput
A reference to an entity whose log entries should be retrieved. Pairs an entity id with its type so the SystemLog query can fetch logs for several entities of different types at once.
input LogEntityInput {
id: ID!
type: LogEntityTypeEnum!
}
Fields
LogEntityInput.id ● ID! non-null scalar common
The id of the entity associated with the log entries.
LogEntityInput.type ● LogEntityTypeEnum! non-null enum common
The type of the entity associated with the log entries.
Member Of
SystemLogFilterInput input