use min/max version instead of one static version

This commit is contained in:
2025-04-24 09:56:36 -07:00
parent 058b0d490f
commit 9969e93fc9
2 changed files with 9 additions and 4 deletions

View File

@@ -92,7 +92,8 @@ type Query {
isNotificationScheduled(input: NotificationInput!): Boolean
secondsThresholdForNotification(input: NotificationInput!): Int
schemaVersion: ID!
schemaMinVersion: Int!
schemaCurrentVersion: Int!
}
# Mutations