Created
June 1, 2022 13:07
-
-
Save Yusfuu/c7442ebd96f2542be7501b74a7ee6667 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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