Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event details #53

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Event details #53

wants to merge 2 commits into from

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