feat: create blocks component for loyalty
This commit is contained in:
8
lib/graphql/Fragments/PageLink/AccountPageLink.graphql
Normal file
8
lib/graphql/Fragments/PageLink/AccountPageLink.graphql
Normal file
@@ -0,0 +1,8 @@
|
||||
fragment AccountPageLink on AccountPage {
|
||||
system {
|
||||
locale
|
||||
uid
|
||||
}
|
||||
title
|
||||
url
|
||||
}
|
||||
8
lib/graphql/Fragments/PageLink/ContentPageLink.graphql
Normal file
8
lib/graphql/Fragments/PageLink/ContentPageLink.graphql
Normal file
@@ -0,0 +1,8 @@
|
||||
fragment ContentPageLink on ContentPage {
|
||||
system {
|
||||
locale
|
||||
uid
|
||||
}
|
||||
url
|
||||
title
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
fragment CurrentBlocksPageLink on CurrentBlocksPage {
|
||||
system {
|
||||
locale
|
||||
uid
|
||||
}
|
||||
title
|
||||
url
|
||||
}
|
||||
8
lib/graphql/Fragments/PageLink/LoyaltyPageLink.graphql
Normal file
8
lib/graphql/Fragments/PageLink/LoyaltyPageLink.graphql
Normal file
@@ -0,0 +1,8 @@
|
||||
fragment LoyaltyPageLink on LoyaltyPage {
|
||||
system {
|
||||
locale
|
||||
uid
|
||||
}
|
||||
title
|
||||
url
|
||||
}
|
||||
@@ -1,35 +0,0 @@
|
||||
fragment CurrentBlocksPageLink on CurrentBlocksPage {
|
||||
system {
|
||||
locale
|
||||
uid
|
||||
}
|
||||
title
|
||||
url
|
||||
}
|
||||
|
||||
fragment AccountPageLink on AccountPage {
|
||||
system {
|
||||
locale
|
||||
uid
|
||||
}
|
||||
title
|
||||
url
|
||||
}
|
||||
|
||||
fragment LoyaltyPageLink on LoyaltyPage {
|
||||
system {
|
||||
locale
|
||||
uid
|
||||
}
|
||||
title
|
||||
url
|
||||
}
|
||||
|
||||
fragment ContentPageLink on ContentPage {
|
||||
system {
|
||||
locale
|
||||
uid
|
||||
}
|
||||
url
|
||||
title
|
||||
}
|
||||
Reference in New Issue
Block a user