OBJECT
Event
Event record
link GraphQL Schema definition
- type Event {
- # Addresses attached to the event
- Address!] : [
- # Appraisals attached to the event
- Appraisal!] : [
- # Contact attached to the event
- Contact!] : [
- # when the event was created
- ISO8601DateTime! :
- # User that created the event
- User :
- # Deals attached to the event
- Deal!] : [
- # Can delete event
- Boolean! :
- # descriptions of the event
- String :
- # Can edit event
- Boolean! :
- # event type of the event
- EventTypeEnum! :
- # FinishDate of the event
- ISO8601DateTime! :
- # ID of the event
- ID! :
- # locations of the event
- String :
- # Name of the event
- String :
- # permissions of the event
- Permission :
- # PotentialTenancies attached to the event
- PotentialTenancy!] : [
- # Properties attached to the event
- Property!] : [
- # StartDate of the event
- ISO8601DateTime! :
- # Summary and property and contacts of the event
- String :
- # When the event was last updated
- ISO8601DateTime! :
- }
link Require by
- ActivityFeedItemnull
- CreateEventPayloadAutogenerated return type of CreateEvent
- DealAssociationnull
- DestroyEventPayloadAutogenerated return type of DestroyEvent
- EventConnectionThe connection type for Event.
- EventEdgeAn edge in a connection.
- Pinnablenull
- QueryThe query root of this schema
- UpdateEventPayloadAutogenerated return type of UpdateEvent