feat: highlight newer versions in notifications

This commit is contained in:
Ali BARIN
2022-08-04 21:31:09 +02:00
parent e7c734c55e
commit ff09a836b4
8 changed files with 101 additions and 23 deletions
@@ -0,0 +1,9 @@
import { gql } from '@apollo/client';
export const HEALTHCHECK = gql`
query Healthcheck {
healthcheck {
version
}
}
`;