Removing Prisma and Grapql-nestjs-prisma resolvers (#2574)
* Some cleaning * Fix seeds * Fix all sign in, sign up flow and apiKey optimistic rendering * Fix
This commit is contained in:
@ -8,7 +8,7 @@ import { getViewScopedStateValuesFromSnapshot } from '@/views/utils/getViewScope
|
||||
export const useViewFields = (viewScopeId: string) => {
|
||||
const { updateOneMutation, createOneMutation, findManyQuery } =
|
||||
useFindOneObjectMetadataItem({
|
||||
objectNameSingular: 'viewFieldV2',
|
||||
objectNameSingular: 'viewField',
|
||||
});
|
||||
|
||||
const apolloClient = useApolloClient();
|
||||
|
||||
Reference in New Issue
Block a user