RecurrenceRuleResolvers
talawa-api • Docs
talawa-api / types/generatedGraphQLTypes / RecurrenceRuleResolvers
Type Alias: RecurrenceRuleResolvers<ContextType, ParentType>
> RecurrenceRuleResolvers<ContextType
, ParentType
>: object
Type Parameters
• ContextType = any
• ParentType extends ResolversParentTypes
["RecurrenceRule"
] = ResolversParentTypes
["RecurrenceRule"
]
Type declaration
__isTypeOf?
> optional
__isTypeOf: IsTypeOfResolverFn
<ParentType
, ContextType
>
baseRecurringEvent?
> optional
baseRecurringEvent: Resolver
<Maybe
<ResolversTypes
["Event"
]>, ParentType
, ContextType
>
count?
> optional
count: Resolver
<Maybe
<ResolversTypes
["PositiveInt"
]>, ParentType
, ContextType
>
frequency?
> optional
frequency: Resolver
<ResolversTypes
["Frequency"
], ParentType
, ContextType
>
interval?
> optional
interval: Resolver
<ResolversTypes
["PositiveInt"
], ParentType
, ContextType
>
latestInstanceDate?
> optional
latestInstanceDate: Resolver
<Maybe
<ResolversTypes
["Date"
]>, ParentType
, ContextType
>
organization?
> optional
organization: Resolver
<Maybe
<ResolversTypes
["Organization"
]>, ParentType
, ContextType
>
recurrenceEndDate?
> optional
recurrenceEndDate: Resolver
<Maybe
<ResolversTypes
["Date"
]>, ParentType
, ContextType
>
recurrenceRuleString?
> optional
recurrenceRuleString: Resolver
<ResolversTypes
["String"
], ParentType
, ContextType
>
recurrenceStartDate?
> optional
recurrenceStartDate: Resolver
<ResolversTypes
["Date"
], ParentType
, ContextType
>
weekDayOccurenceInMonth?
> optional
weekDayOccurenceInMonth: Resolver
<Maybe
<ResolversTypes
["Int"
]>, ParentType
, ContextType
>
weekDays?
> optional
weekDays: Resolver
<Maybe
<Maybe
<ResolversTypes
["WeekDays"
]>[]>, ParentType
, ContextType
>