Skip to main content

MutationCreateAdvertisementInput

input MutationCreateAdvertisementInput {
attachments: [Upload!]
description: String
endAt: DateTime!
name: String!
organizationId: ID!
startAt: DateTime!
type: AdvertisementType!
}

Fields

MutationCreateAdvertisementInput.attachments ● [Upload!] list scalar

Attachments of the advertisement.

MutationCreateAdvertisementInput.description ● String scalar

Custom information about the advertisement.

MutationCreateAdvertisementInput.endAt ● DateTime! non-null scalar

Date time at which the advertised event ends.

MutationCreateAdvertisementInput.name ● String! non-null scalar

Name of the advertisement.

MutationCreateAdvertisementInput.organizationId ● ID! non-null scalar

Global identifier of the associated organization.

MutationCreateAdvertisementInput.startAt ● DateTime! non-null scalar

Date time at which the advertised event starts.

MutationCreateAdvertisementInput.type ● AdvertisementType! non-null enum

Type of the advertisement.

Member Of

createAdvertisement mutation