feat(SW-1450): added components in destination pages from cs * feat(SW-1450): added components in destination pages from cs * feat(SW-1450): added correct refs and removed classNames Approved-by: Fredrik Thorsson
8 lines
117 B
GraphQL
8 lines
117 B
GraphQL
#import "../System.graphql"
|
|
|
|
fragment DestinationCityPageRef on DestinationCityPage {
|
|
system {
|
|
...System
|
|
}
|
|
}
|