refactor: extract PageLinks fragments to separate files
This commit is contained in:
8
lib/graphql/Fragments/PageLinks/ContentPageLink.graphql
Normal file
8
lib/graphql/Fragments/PageLinks/ContentPageLink.graphql
Normal file
@@ -0,0 +1,8 @@
|
||||
fragment ContentPageLink on ContentPage {
|
||||
system {
|
||||
locale
|
||||
uid
|
||||
}
|
||||
title
|
||||
url
|
||||
}
|
||||
Reference in New Issue
Block a user