OBJECT

SiteDiaryCreateResult

An entity with an id.

link GraphQL Schema definition

  • type SiteDiaryCreateResult {
  • # The unique ID of the entity.
  • id: Int
  • # Overlapping activity times.
  • overlapping_activities: [OverlappingActivities]
  • }