Skip to content

export search schema types#333

Merged
flyblackbox merged 1 commit into
QuoteVote:mainfrom
Anton-dev3306:fix/fix-railway-search-schema-types
May 10, 2026
Merged

export search schema types#333
flyblackbox merged 1 commit into
QuoteVote:mainfrom
Anton-dev3306:fix/fix-railway-search-schema-types

Conversation

@Anton-dev3306
Copy link
Copy Markdown
Contributor

Description

Adds the missing exports for Content and Creator types in server/app/data/types/index.js.

These types were added in #328 to support the searchContent and searchCreator resolvers, but were not exported from the central type registry. Apollo loads types exclusively through this index, so without these exports the server schema fails to initialize on startup, causing the Railway deployment to fail.

Changes

  • Updated server/app/data/types/index.js: Added export * from './Content' and export * from './Creator'.

Related Issue

Fixes Railway deployment failure introduced in #328.

@netlify
Copy link
Copy Markdown

netlify Bot commented May 10, 2026

Deploy Preview for quotevote canceled.

Name Link
🔨 Latest commit 923517b
🔍 Latest deploy log https://app.netlify.com/projects/quotevote/deploys/6a00e6abb657c30008d98433

@flyblackbox flyblackbox merged commit 7075a4e into QuoteVote:main May 10, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants