chore: fix typo
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#import "../PageLinks/AccountPageLink.graphql"
|
#import "../PageLink/AccountPageLink.graphql"
|
||||||
#import "../PageLinks/ContentPageLink.graphql"
|
#import "../PageLink/ContentPageLink.graphql"
|
||||||
#import "../PageLinks/LoyaltyPageLink.graphql"
|
#import "../PageLink/LoyaltyPageLink.graphql"
|
||||||
|
|
||||||
fragment AccountPageContentShortcuts on AccountPageContentShortcuts {
|
fragment AccountPageContentShortcuts on AccountPageContentShortcuts {
|
||||||
shortcuts {
|
shortcuts {
|
||||||
|
|||||||
@@ -3,6 +3,6 @@ fragment ContentPageLink on ContentPage {
|
|||||||
locale
|
locale
|
||||||
uid
|
uid
|
||||||
}
|
}
|
||||||
url
|
|
||||||
title
|
title
|
||||||
|
url
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
fragment AccountPageLink on AccountPage {
|
|
||||||
system {
|
|
||||||
locale
|
|
||||||
uid
|
|
||||||
}
|
|
||||||
title
|
|
||||||
url
|
|
||||||
}
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
fragment ContentPageLink on ContentPage {
|
|
||||||
system {
|
|
||||||
locale
|
|
||||||
uid
|
|
||||||
}
|
|
||||||
title
|
|
||||||
url
|
|
||||||
}
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
fragment LoyaltyPageLink on LoyaltyPage {
|
|
||||||
system {
|
|
||||||
locale
|
|
||||||
uid
|
|
||||||
}
|
|
||||||
title
|
|
||||||
url
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user