EventInput
Attributes for creating a new event.
input EventInput {
visibility: EventVisibilityType!
name: String!
description: String!
brandId: ID!
brandLocationId: ID!
startsAt: String!
endsAt: String!
}
Fields
EventInput.visibility ● EventVisibilityType! non-null enum
Event visibility
EventInput.name ● String! non-null scalar
Event name
EventInput.description ● String! non-null scalar
Event description
EventInput.brandId ● ID! non-null scalar
Brand of event
EventInput.brandLocationId ● ID! non-null scalar
Brand location of event
EventInput.startsAt ● String! non-null scalar
Start date of event
EventInput.endsAt ● String! non-null scalar
End date of event
Member of
EventCreate mutation