mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
shift enum in ticket #1921
This commit is contained in:
parent
d7ff6446d9
commit
8a0147c811
@ -1,28 +0,0 @@
|
|||||||
import { registerEnumType } from 'type-graphql'
|
|
||||||
|
|
||||||
export enum ContributionCycleType {
|
|
||||||
ONCE = 'once',
|
|
||||||
HOUR = 'hour',
|
|
||||||
TWO_HOURS = 'two_hours',
|
|
||||||
FOUR_HOURS = 'four_hours',
|
|
||||||
EIGHT_HOURS = 'eight_hours',
|
|
||||||
HALF_DAY = 'half_day',
|
|
||||||
DAY = 'day',
|
|
||||||
TWO_DAYS = 'two_days',
|
|
||||||
THREE_DAYS = 'three_days',
|
|
||||||
FOUR_DAYS = 'four_days',
|
|
||||||
FIVE_DAYS = 'five_days',
|
|
||||||
SIX_DAYS = 'six_days',
|
|
||||||
WEEK = 'week',
|
|
||||||
TWO_WEEKS = 'two_weeks',
|
|
||||||
MONTH = 'month',
|
|
||||||
TWO_MONTH = 'two_month',
|
|
||||||
QUARTER = 'quarter',
|
|
||||||
HALF_YEAR = 'half_year',
|
|
||||||
YEAR = 'year',
|
|
||||||
}
|
|
||||||
|
|
||||||
registerEnumType(ContributionCycleType, {
|
|
||||||
name: 'ContributionCycleType', // this one is mandatory
|
|
||||||
description: 'Name of the Type of the ContributionCycle', // this one is optional
|
|
||||||
})
|
|
||||||
Loading…
x
Reference in New Issue
Block a user