feat(SW-66, SW-348): search functionality and ui

This commit is contained in:
Simon Emanuelsson
2024-08-28 10:47:57 +02:00
parent b9dbcf7d90
commit af850c90e7
437 changed files with 7663 additions and 9881 deletions

View File

@@ -1,47 +1,53 @@
#import "../System.graphql"
#import "../PageLink/AccountPageLink.graphql"
#import "../PageLink/ContentPageLink.graphql"
#import "../PageLink/LoyaltyPageLink.graphql"
fragment CardBlock on Card {
is_content_card
heading
body_text
background_image
scripted_top_title
title
body_text
has_primary_button
has_secondary_button
has_sidepeek_button
heading
is_content_card
scripted_top_title
title
primary_button {
is_contentstack_link
cta_text
is_contentstack_link
open_in_new_tab
external_link {
title
href
title
}
linkConnection {
edges {
node {
__typename
...LoyaltyPageLink
...ContentPageLink
...AccountPageLink
...ContentPageLink
...LoyaltyPageLink
}
}
}
}
secondary_button {
is_contentstack_link
cta_text
is_contentstack_link
open_in_new_tab
external_link {
title
href
title
}
linkConnection {
edges {
node {
__typename
...LoyaltyPageLink
...ContentPageLink
...AccountPageLink
...ContentPageLink
...LoyaltyPageLink
}
}
}
@@ -50,7 +56,6 @@ fragment CardBlock on Card {
call_to_action_text
}
system {
locale
uid
...System
}
}