feat: graphql client with fetches for initial pages
This commit is contained in:
9
lib/graphql/Fragments/PageLinks.graphql
Normal file
9
lib/graphql/Fragments/PageLinks.graphql
Normal file
@@ -0,0 +1,9 @@
|
||||
fragment CurrentBlocksPageLink on CurrentBlocksPage {
|
||||
title
|
||||
url
|
||||
}
|
||||
|
||||
fragment TempPageLink on TempPage {
|
||||
title
|
||||
url
|
||||
}
|
||||
Reference in New Issue
Block a user