fix: only zod validate output from trpc

This commit is contained in:
Christel Westerberg
2024-05-22 12:45:10 +02:00
parent 38872567bf
commit c5e36018e1
3 changed files with 64 additions and 184 deletions

View File

@@ -4,6 +4,7 @@ fragment CardBlock on Card {
background_image
scripted_top_title
title
has_secondary_button
secondary_button {
is_contentstack_link
cta_text
@@ -23,6 +24,7 @@ fragment CardBlock on Card {
}
}
}
has_primary_button
primary_button {
is_contentstack_link
cta_text