dnscms: restore admin image search, keep it out of the public api
dnscms / ci (push) Successful in 1m5s
web / ci (push) Successful in 1m18s

This commit is contained in:
2026-08-21 01:22:03 +02:00
parent 1853e6c470
commit 5aac631c4a
4 changed files with 111 additions and 18 deletions
-10
View File
@@ -137,24 +137,14 @@ export type SearchQueryVariables = Exact<{
export type SearchQuery = { results: Array<
| { __typename: 'AssociationIndex', id: string | null, title: string, url: string | null }
| { __typename: 'AssociationPage', id: string | null, title: string, url: string | null, excerpt: string | null, associationType: string | null, logo: { ' $fragmentRefs'?: { 'ImageFragment': ImageFragment } } | null }
| { __typename: 'ContactEntity' }
| { __typename: 'ContactIndex', id: string | null, title: string, url: string | null }
| { __typename: 'CustomImage' }
| { __typename: 'EventCategory' }
| { __typename: 'EventIndex', id: string | null, title: string, url: string | null }
| { __typename: 'EventOccurrence' }
| { __typename: 'EventOrganizer' }
| { __typename: 'EventOrganizerLink' }
| { __typename: 'EventPage', id: string | null, title: string, url: string | null, subtitle: string | null, featuredImage: { ' $fragmentRefs'?: { 'ImageFragment': ImageFragment } } | null, occurrences: Array<{ start: string }> }
| { __typename: 'GenericPage', id: string | null, title: string, url: string | null, lead: string | null }
| { __typename: 'HomePage', id: string | null, title: string, url: string | null }
| { __typename: 'HomePageFeaturedEvents' }
| { __typename: 'NewsIndex', id: string | null, title: string, url: string | null }
| { __typename: 'NewsPage', id: string | null, title: string, url: string | null, excerpt: string | null, firstPublishedAt: string | null, featuredImage: { ' $fragmentRefs'?: { 'ImageFragment': ImageFragment } } | null }
| { __typename: 'OpeningHoursItem' }
| { __typename: 'OpeningHoursSet' }
| { __typename: 'Page', id: string | null, title: string, url: string | null }
| { __typename: 'Rendition' }
| { __typename: 'SponsorsPage', id: string | null, title: string, url: string | null }
| { __typename: 'StudioPage', id: string | null, title: string, url: string | null }
| { __typename: 'VenueIndex', id: string | null, title: string, url: string | null }