Merged in chore/remove-unused-query (pull request #3489)
chore: Remove unused refs query * Remove unused refs query Approved-by: Linus Flood
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import { gql } from "graphql-tag"
|
||||
|
||||
import { System } from "../System.graphql"
|
||||
|
||||
export const CampaignPageIncludedHotels = gql`
|
||||
fragment CampaignPageIncludedHotels on CampaignPageIncludedHotels {
|
||||
list_1Connection {
|
||||
@@ -24,31 +22,3 @@ export const CampaignPageIncludedHotels = gql`
|
||||
}
|
||||
}
|
||||
`
|
||||
|
||||
export const CampaignPageIncludedHotelsRef = gql`
|
||||
fragment CampaignPageIncludedHotelsRef on CampaignPageIncludedHotels {
|
||||
list_1Connection {
|
||||
edges {
|
||||
node {
|
||||
... on HotelPage {
|
||||
system {
|
||||
...System
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
list_2Connection {
|
||||
edges {
|
||||
node {
|
||||
... on HotelPage {
|
||||
system {
|
||||
...System
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
${System}
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user