Remove worker_id from query

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10079
GitOrigin-RevId: b1a2927d078077c7772be657c6ab47ec6642736a
This commit is contained in:
Varun Dey 2023-08-08 20:04:56 +05:30 committed by hasura-bot
parent d6d4eff7ad
commit 9a0c69100b

View File

@ -270,7 +270,6 @@ subscription FetchConfigStatus($tenantId: uuid!) {
config_statuses(where: {is_active: {_eq: true}, tenant_id: {_eq: $tenantId}}) {
hash
message
worker_id
}
}
}`);