mirror of
https://github.com/SamyRai/tercul-frontend.git
synced 2025-12-26 21:51:34 +00:00
- Enhanced annotation system with improved inline editing - Updated author components with new card and header designs - Improved reading view with enhanced line numbering and controls - Added new blog management features and tag management - Updated UI components with improved accessibility and styling - Enhanced search functionality with better filtering - Added new dashboard features and activity feeds - Improved translation selector and work comparison tools - Updated GraphQL integration and API hooks - Enhanced responsive design and mobile experience
15 lines
363 B
YAML
15 lines
363 B
YAML
schema: ./schema.graphqls
|
|
documents:
|
|
- ./client/src/graphql/**/*.graphql
|
|
generates:
|
|
./shared/generated/graphql.ts:
|
|
plugins:
|
|
- typescript
|
|
- typescript-operations
|
|
- typescript-graphql-request
|
|
config:
|
|
useTypeImports: true
|
|
namingConvention:
|
|
typeNames: change-case#pascalCase
|
|
enumValues: change-case#upperCase
|