feat(SW-214): fixing pr comments
This commit is contained in:
@@ -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,
|
||||
})
|
||||
),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user