mirror of
https://github.com/IT4Change/gradido.git
synced 2026-04-06 01:25:28 +00:00
remove not longer needed imports
This commit is contained in:
parent
bf33cf9341
commit
6c862295f4
@ -1,7 +1,6 @@
|
|||||||
import {
|
import {
|
||||||
Community as DbCommunity,
|
Community as DbCommunity,
|
||||||
getReachableCommunities,
|
getReachableCommunities,
|
||||||
getCommunityWithFederatedCommunityByIdentifier,
|
|
||||||
getHomeCommunity
|
getHomeCommunity
|
||||||
} from 'database'
|
} from 'database'
|
||||||
import { Arg, Args, Authorized, Mutation, Query, Resolver } from 'type-graphql'
|
import { Arg, Args, Authorized, Mutation, Query, Resolver } from 'type-graphql'
|
||||||
@ -21,13 +20,8 @@ import {
|
|||||||
getCommunityByUuid,
|
getCommunityByUuid,
|
||||||
} from './util/communities'
|
} from './util/communities'
|
||||||
|
|
||||||
import { LOG4JS_BASE_CATEGORY_NAME } from '@/config/const'
|
|
||||||
import { getLogger } from 'log4js'
|
|
||||||
import { communityIsReachable, CommunityIsReachableResult } from '../logic/communityIsReachable'
|
|
||||||
import { CONFIG } from '@/config'
|
import { CONFIG } from '@/config'
|
||||||
|
|
||||||
const logger = getLogger(`${LOG4JS_BASE_CATEGORY_NAME}.graphql.resolver.CommunityResolver`)
|
|
||||||
|
|
||||||
@Resolver()
|
@Resolver()
|
||||||
export class CommunityResolver {
|
export class CommunityResolver {
|
||||||
@Authorized([RIGHTS.COMMUNITY_WITH_API_KEYS])
|
@Authorized([RIGHTS.COMMUNITY_WITH_API_KEYS])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user