mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
shift enum in index.ts
This commit is contained in:
parent
3a17a3491b
commit
87af3f6b88
@ -1,12 +0,0 @@
|
|||||||
import { registerEnumType } from 'type-graphql'
|
|
||||||
|
|
||||||
export enum ApiVersionType {
|
|
||||||
V1 = 'v1',
|
|
||||||
V1_1 = 'v1_1',
|
|
||||||
V2 = 'v2',
|
|
||||||
}
|
|
||||||
|
|
||||||
registerEnumType(ApiVersionType, {
|
|
||||||
name: 'ApiVersionType',
|
|
||||||
description: 'Endpoint prefix of the federation community url',
|
|
||||||
})
|
|
||||||
Loading…
x
Reference in New Issue
Block a user