* Adding the favorite button * favorites services and resolvers * favorites schema * favorite ability handler * favorite module export * front end UI * front end graphql additions * server ability handlers * server resolvers and services * css fix * Adding the favorite button * favorites services and resolvers * favorites schema * favorite ability handler * favorite module export * front end UI * front end graphql additions * server ability handlers * server resolvers and services * css fix * delete favorites handler and resolver * removed favorite from index list * chip avatar size props * index list additions * UI additions for favorites functionality * lint fixes * graphql codegen * UI fixes * favorite hook addition * moved to ~/modules * Favorite mapping to workspaceMember * graphql codegen * cosmetic changes * camel cased methods * graphql codegen
24 lines
824 B
TypeScript
24 lines
824 B
TypeScript
// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
import { Prisma } from '@prisma/client';
|
|
|
|
export type ModelSelectMap = {
|
|
User: Prisma.UserSelect;
|
|
UserSettings: Prisma.UserSettingsSelect;
|
|
Workspace: Prisma.WorkspaceSelect;
|
|
WorkspaceMember: Prisma.WorkspaceMemberSelect;
|
|
Company: Prisma.CompanySelect;
|
|
Person: Prisma.PersonSelect;
|
|
RefreshToken: Prisma.RefreshTokenSelect;
|
|
Activity: Prisma.ActivitySelect;
|
|
Comment: Prisma.CommentSelect;
|
|
ActivityTarget: Prisma.ActivityTargetSelect;
|
|
Pipeline: Prisma.PipelineSelect;
|
|
PipelineStage: Prisma.PipelineStageSelect;
|
|
PipelineProgress: Prisma.PipelineProgressSelect;
|
|
Attachment: Prisma.AttachmentSelect;
|
|
Favorite: Prisma.FavoriteSelect;
|
|
View: Prisma.ViewSelect;
|
|
ViewSort: Prisma.ViewSortSelect;
|
|
ViewField: Prisma.ViewFieldSelect;
|
|
};
|