mirror of
https://github.com/graphql-hive/console
synced 2026-05-24 09:38:26 +00:00
Fix client usage info on Explorer page (#2708)
This commit is contained in:
parent
dc58882789
commit
ba2c85e7d1
1 changed files with 1 additions and 1 deletions
|
|
@ -750,7 +750,7 @@ export class OperationsReader {
|
|||
sql`( coordinate = ${args.typename} OR coordinate LIKE ${args.typename + '.%'} )`,
|
||||
],
|
||||
})}
|
||||
GROUP BY co.hash, co.coordinate
|
||||
GROUP BY co.hash
|
||||
SETTINGS join_algorithm = 'parallel_hash'
|
||||
`,
|
||||
timeout: 15_000,
|
||||
|
|
|
|||
Loading…
Reference in a new issue