Skip to content

Instantly share code, notes, and snippets.

@Yusfuu
Created June 1, 2022 13:07
Show Gist options
  • Save Yusfuu/c7442ebd96f2542be7501b74a7ee6667 to your computer and use it in GitHub Desktop.
Save Yusfuu/c7442ebd96f2542be7501b74a7ee6667 to your computer and use it in GitHub Desktop.
type Review {
"""
A photo that the user uploaded with this review
"""
uploadedPhoto: BusinessPhoto
"""
When was this review posted?
"""
createdAt: DateTime
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment