query Policies {
  policies(where: {action: {_eq: "block"}}) {
    action
    affectedExtensions
    createdAt
    description
    name
    notificationMethod
  }
}