PrismaEvent payload is a query PrismaEvent
static isQueryEvent(Map<String, dynamic> payload) { return payload['fields']['query'] != null; }