dnscms: restore admin image search, keep it out of the public api
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user