fix: add intents for buttons
This commit is contained in:
34
lib/graphql/Fragments/PageLinks.graphql
Normal file
34
lib/graphql/Fragments/PageLinks.graphql
Normal file
@@ -0,0 +1,34 @@
|
||||
fragment CurrentBlocksPageLink on CurrentBlocksPage {
|
||||
system {
|
||||
locale
|
||||
uid
|
||||
}
|
||||
title
|
||||
url
|
||||
}
|
||||
|
||||
fragment AccountPageLink on AccountPage {
|
||||
system {
|
||||
uid
|
||||
}
|
||||
title
|
||||
url
|
||||
}
|
||||
|
||||
fragment LoyaltyPageLink on LoyaltyPage {
|
||||
system {
|
||||
uid
|
||||
}
|
||||
title
|
||||
url
|
||||
}
|
||||
|
||||
fragment ContentPageLink on ContentPage {
|
||||
system {
|
||||
uid
|
||||
}
|
||||
web {
|
||||
url
|
||||
}
|
||||
title
|
||||
}
|
||||
Reference in New Issue
Block a user