shift enum in index.ts

This commit is contained in:
Claus-Peter Hübner 2022-11-29 00:17:23 +01:00
parent 3a17a3491b
commit 87af3f6b88

View File

@ -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',
})