refactor: change story&feed routes structure, change default route, add banner to feed page, fix Loadable component props typing

This commit is contained in:
MTG2000
2022-09-17 12:14:22 +03:00
parent ac8c2ddca9
commit c5f640e405
12 changed files with 73 additions and 40 deletions

View File

@@ -114,6 +114,7 @@ export interface NexusGenObjects {
applicants_count: number; // Int!
applications: NexusGenRootTypes['BountyApplication'][]; // [BountyApplication!]!
body: string; // String!
cover_image?: string | null; // String
createdAt: NexusGenScalars['Date']; // Date!
deadline: string; // String!
excerpt: string; // String!