d5efaa686c
Feat(SW-286): CollectionPage Approved-by: Erik Tiekstra Approved-by: Fredrik Thorsson
8 lines
107 B
GraphQL
8 lines
107 B
GraphQL
#import "../System.graphql"
|
|
|
|
fragment CollectionPageRef on CollectionPage {
|
|
system {
|
|
...System
|
|
}
|
|
}
|