feat(SW-214): fixing pr comments

This commit is contained in:
Pontus Dreij
2024-09-25 16:00:50 +02:00
parent 717a5ef307
commit 23bc4eb831
3 changed files with 8 additions and 5 deletions

View File

@@ -78,9 +78,7 @@ export const uspGridRefsSchema = z.object({
embedded_itemsConnection: z.object({
edges: z.array(
z.object({
node: z.discriminatedUnion("__typename", [
...actualRefs.options,
]),
node: actualRefs,
})
),
}),