Advertisement
No description
type Advertisement {
attachments: [AdvertisementAttachment!]
createdAt: DateTime
creator: User
description: String
endAt: DateTime
id: ID!
name: String
organization: Organization
startAt: DateTime
type: AdvertisementType
updatedAt: DateTime
updater: User
}
Fields
Advertisement.attachments ● [AdvertisementAttachment!] list object
Array of attachments.
Advertisement.createdAt ● DateTime scalar
Date time at the time the advertisement was created.
Advertisement.creator ● User object
User who created the advertisement.
Advertisement.description ● String scalar
Custom information about the advertisement.
Advertisement.endAt ● DateTime scalar
Date time at the time the advertised event ends at.
Advertisement.id ● ID! non-null scalar
Global identifier of the advertisement.
Advertisement.name ● String scalar
Name of the advertisement.
Advertisement.organization ● Organization object
Organization which the advertisement belongs to.
Advertisement.startAt ● DateTime scalar
Date time at the time the advertised event starts at.
Advertisement.type ● AdvertisementType enum
Type of the advertisement.
Advertisement.updatedAt ● DateTime scalar
Date time at the time the advertisement was last updated.
Advertisement.updater ● User object
User who last updated the advertisement.
Returned By
advertisement query ● createAdvertisement mutation ● deleteAdvertisement mutation ● updateAdvertisement mutation