mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 08:02:15 +03:00
Remove worker_id from query
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10079 GitOrigin-RevId: b1a2927d078077c7772be657c6ab47ec6642736a
This commit is contained in:
parent
d6d4eff7ad
commit
9a0c69100b
@ -270,7 +270,6 @@ subscription FetchConfigStatus($tenantId: uuid!) {
|
||||
config_statuses(where: {is_active: {_eq: true}, tenant_id: {_eq: $tenantId}}) {
|
||||
hash
|
||||
message
|
||||
worker_id
|
||||
}
|
||||
}
|
||||
}`);
|
||||
|
Loading…
Reference in New Issue
Block a user