mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
misc fixes
This commit is contained in:
parent
7aa64366c0
commit
971d4f2ce6
41 changed files with 18860 additions and 85 deletions
|
|
@ -1,11 +1,11 @@
|
|||
import { composeResolvers } from '@graphql-tools/resolvers-composition'
|
||||
|
||||
import { createLog, createUpdateLog } from '@/server/utils/log'
|
||||
import { getImgColor, img } from '@/server/utils/image'
|
||||
import { hasRole } from '@/server/utils/resolvers'
|
||||
import { handleComplete } from '@/server/utils/requests'
|
||||
import { slugify } from '@/server/utils/slugify'
|
||||
import { UserInputError } from '@/next/server/utils/graphQLErrors'
|
||||
import { createLog, createUpdateLog } from 'server/utils/log'
|
||||
import { getImgColor, img } from 'server/utils/image'
|
||||
import { hasRole } from 'server/utils/resolvers'
|
||||
import { handleComplete } from 'server/utils/requests'
|
||||
import { slugify } from 'server/utils/slugify'
|
||||
import { UserInputError } from 'next/server/utils/graphQLErrors'
|
||||
|
||||
const resolversComposition = { 'Mutation.*': hasRole('CREATE') }
|
||||
const resolvers = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue