feat: highlight newer versions in notifications
This commit is contained in:
9
packages/web/src/graphql/queries/healthcheck.ts
Normal file
9
packages/web/src/graphql/queries/healthcheck.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { gql } from '@apollo/client';
|
||||
|
||||
export const HEALTHCHECK = gql`
|
||||
query Healthcheck {
|
||||
healthcheck {
|
||||
version
|
||||
}
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user