Skip to main content

UpdateAdvertisementInput

talawa-apiDocs


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>

Defined in

src/types/generatedGraphQLTypes.ts:2793