Skip to main content

Event

No description

type Event {
address: String
amountRaised: DollarFormats!
attendanceStatus: ParticipantStatusType
brand: Brand!
campaign: Campaign!
creator: User!
description: String
endsAt: String
id: ID!
isCancelled: Boolean!
latitude: Float
location: Location!
longitude: Float
mapImage: String!
name: String!
numAccepted: Int!
numDeclined: Int!
numInvited: Int!
numMaybe: Int!
participants(
first: Int
after: String
last: Int
before: String
): ParticipantConnection!
startsAt: String!
viewerIsCreator: Boolean!
}

Fields​

Event.address ● String scalar​

Event.amountRaised ● DollarFormats! non-null object​

Event's amount raised

Event.attendanceStatus ● ParticipantStatusType enum​

Attendance of the current user to this event

Event.brand ● Brand! non-null object​

Event.campaign ● Campaign! non-null object​

Event.creator ● User! non-null object​

Event.description ● String scalar​

Event.endsAt ● String scalar​

Event.id ● ID! non-null scalar​

Event.isCancelled ● Boolean! non-null scalar​

Event.latitude ● Float scalar​

Event.location ● Location! non-null object​

Event.longitude ● Float scalar​

Event.mapImage ● String! non-null scalar​

Event.name ● String! non-null scalar​

Event.numAccepted ● Int! non-null scalar​

Event.numDeclined ● Int! non-null scalar​

Event.numInvited ● Int! non-null scalar​

Event.numMaybe ● Int! non-null scalar​

Event.participants ● ParticipantConnection! non-null object​

Event.participants.first ● Int scalar​

Returns the first n elements from the list.

Event.participants.after ● String scalar​

Returns the elements in the list that come after the specified cursor.

Event.participants.last ● Int scalar​

Returns the last n elements from the list.

Event.participants.before ● String scalar​

Returns the elements in the list that come before the specified cursor.

Event.startsAt ● String! non-null scalar​

Event.viewerIsCreator ● Boolean! non-null scalar​

Is the viewer also the creator of this event?

Returned by​

Event query

Member of​

EventEdge object ● User object ● Viewer object

Implemented by​

EventCancelUnion union ● EventCreateUnion union ● EventUpdateUnion union ● InvitesCreateUnion union ● InvitesUpdateStatusUnion union