Merged in chore/cleanup-unused (pull request #3461)

chore: Cleanup unused vars, exports, types

* Cleanup some unused exports

* Remove more

* Readd CampaignPageIncludedHotelsRef

* Add alias comment to procedure exports

* Remove unused exports


Approved-by: Linus Flood
This commit is contained in:
Anton Gunnarsson
2026-01-22 12:34:07 +00:00
parent 4de24e9f2a
commit f79ff9b570
56 changed files with 84 additions and 411 deletions

View File

@@ -3,7 +3,7 @@ import { gql } from "graphql-tag"
import { System } from "../System.graphql"
import { Video, VideoRef } from "../Video.graphql"
export const VideoQuoteCard = gql`
const VideoQuoteCard = gql`
fragment VideoQuoteCard on VideoQuoteCard {
video {
...Video
@@ -16,7 +16,7 @@ export const VideoQuoteCard = gql`
${Video}
`
export const VideoTextCard = gql`
const VideoTextCard = gql`
fragment VideoTextCard on VideoTextCard {
video {
...Video
@@ -85,7 +85,7 @@ export const VideoCard_StartPage = gql`
${VideoTextCard}
`
export const VideoQuoteCardRef = gql`
const VideoQuoteCardRef = gql`
fragment VideoQuoteCardRef on VideoQuoteCard {
video {
...VideoRef
@@ -98,7 +98,7 @@ export const VideoQuoteCardRef = gql`
${System}
`
export const VideoTextCardRef = gql`
const VideoTextCardRef = gql`
fragment VideoTextCardRef on VideoTextCard {
video {
...VideoRef