8 lines
107 B
GraphQL
8 lines
107 B
GraphQL
#import "../System.graphql"
|
|
|
|
fragment CollectionPageRef on CollectionPage {
|
|
system {
|
|
...System
|
|
}
|
|
}
|