feat: remove temppage
This commit is contained in:
@@ -30,7 +30,6 @@ fragment ListItemInternalLink on CurrentBlocksPageBlocksListBlockListItemsListIt
|
||||
node {
|
||||
__typename
|
||||
...CurrentBlocksPageLink
|
||||
...TempPageLink
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,6 @@ fragment TextBlock on CurrentBlocksPageBlocksText {
|
||||
__typename
|
||||
...CurrentBlocksPageLink
|
||||
...Image
|
||||
...TempPageLink
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,13 +11,6 @@ fragment Breadcrumbs on CurrentBlocksPage {
|
||||
title
|
||||
url
|
||||
}
|
||||
... on TempPage {
|
||||
breadcrumbs {
|
||||
title
|
||||
}
|
||||
title
|
||||
url
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,6 @@ fragment Navigation on Footer {
|
||||
edges {
|
||||
node {
|
||||
__typename
|
||||
...TempPageLink
|
||||
...CurrentBlocksPageLink
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,12 +6,3 @@ fragment CurrentBlocksPageLink on CurrentBlocksPage {
|
||||
title
|
||||
url
|
||||
}
|
||||
|
||||
fragment TempPageLink on TempPage {
|
||||
system {
|
||||
uid
|
||||
locale
|
||||
}
|
||||
title
|
||||
url
|
||||
}
|
||||
@@ -11,7 +11,6 @@ fragment Preamble on CurrentBlocksPage {
|
||||
__typename
|
||||
...CurrentBlocksPageLink
|
||||
...Image
|
||||
...TempPageLink
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,7 +20,6 @@ fragment Puff on Puff {
|
||||
node {
|
||||
__typename
|
||||
...CurrentBlocksPageLink
|
||||
...TempPageLink
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user