Skip to content

Conversation

@ayaanqui
Copy link
Member

@ayaanqui ayaanqui commented May 9, 2024

query EventDetails($eventId:ID!) {
  eventDetails(eventId:$eventId) {
    id
    name
    description
    type
    startDate
    endDate
    location {
      id
      name
      status
      type
      address {
        id
        latitude
        longitude
        fullAddress
        mapsLink
        country
        countryCode
        distance
      }
      locationImages {
        id
        uploadId
      }
      locationInstances {
        id
        name
      }
      locationSchedule {
        day
        from
        toDuration
        on
        available
      }
    }
    createdBy {
      id
      name
      avatar
    }
  }
}

@ayaanqui ayaanqui self-assigned this May 9, 2024
@ayaanqui ayaanqui requested a review from mohammedamarnah May 9, 2024 23:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant