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
123 B
GraphQL
8 lines
123 B
GraphQL
#import "../System.graphql"
|
|
|
|
fragment DestinationCountryPageRef on DestinationCountryPage {
|
|
system {
|
|
...System
|
|
}
|
|
}
|