fix(index): merge filterable fields schema (#12888)

This commit is contained in:
Carlos R. L. Rodrigues
2025-07-04 09:41:40 -03:00
committed by GitHub
parent 46bf7ae7ae
commit fa76f85bba
4 changed files with 66 additions and 3 deletions

View File

@@ -1206,7 +1206,7 @@ function buildSchemaFromFilterableLinks(
})
.join("\n")
return `type ${entity} ${events} {
return `extend type ${entity} ${events} {
${fieldDefinitions}
}`
})