feat(WEB-209): revalidate my pages navigation on demand
This commit is contained in:
committed by
Michael Zetterberg
parent
16634abbbf
commit
1bffbc837e
7
lib/graphql/Fragments/Refs/AccountPage.graphql
Normal file
7
lib/graphql/Fragments/Refs/AccountPage.graphql
Normal file
@@ -0,0 +1,7 @@
|
||||
#import "./System.graphql"
|
||||
|
||||
fragment AccountPageRef on AccountPage {
|
||||
system {
|
||||
...System
|
||||
}
|
||||
}
|
||||
7
lib/graphql/Fragments/Refs/ContentPage.graphql
Normal file
7
lib/graphql/Fragments/Refs/ContentPage.graphql
Normal file
@@ -0,0 +1,7 @@
|
||||
#import "./System.graphql"
|
||||
|
||||
fragment ContentPageRef on ContentPage {
|
||||
system {
|
||||
...System
|
||||
}
|
||||
}
|
||||
7
lib/graphql/Fragments/Refs/LoyaltyPage.graphql
Normal file
7
lib/graphql/Fragments/Refs/LoyaltyPage.graphql
Normal file
@@ -0,0 +1,7 @@
|
||||
#import "./System.graphql"
|
||||
|
||||
fragment LoyaltyPageRef on LoyaltyPage {
|
||||
system {
|
||||
...System
|
||||
}
|
||||
}
|
||||
4
lib/graphql/Fragments/Refs/System.graphql
Normal file
4
lib/graphql/Fragments/Refs/System.graphql
Normal file
@@ -0,0 +1,4 @@
|
||||
fragment System on EntrySystemField {
|
||||
content_type_uid
|
||||
uid
|
||||
}
|
||||
Reference in New Issue
Block a user