UpdateAdvertisementInput
talawa-api • Docs
talawa-api / types/generatedGraphQLTypes / UpdateAdvertisementInput
Type Alias: UpdateAdvertisementInput
> UpdateAdvertisementInput: object
Type declaration
_id
> _id: Scalars
["ID"
]["input"
]
endDate?
> optional
endDate: InputMaybe
<Scalars
["Date"
]["input"
]>
mediaFile?
> optional
mediaFile: InputMaybe
<Scalars
["String"
]["input"
]>
name?
> optional
name: InputMaybe
<Scalars
["String"
]["input"
]>
startDate?
> optional
startDate: InputMaybe
<Scalars
["Date"
]["input"
]>
type?
> optional
type: InputMaybe
<AdvertisementType
>