fix(index): merge filterable fields schema (#12888)
This commit is contained in:
committed by
GitHub
parent
46bf7ae7ae
commit
fa76f85bba
@@ -1206,7 +1206,7 @@ function buildSchemaFromFilterableLinks(
|
||||
})
|
||||
.join("\n")
|
||||
|
||||
return `type ${entity} ${events} {
|
||||
return `extend type ${entity} ${events} {
|
||||
${fieldDefinitions}
|
||||
}`
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user