Skip to content

Instantly share code, notes, and snippets.

@AlecAivazis
Last active January 27, 2019 18:36
Show Gist options
  • Save AlecAivazis/c2261d0f446248528a772a95746d45a2 to your computer and use it in GitHub Desktop.
Save AlecAivazis/c2261d0f446248528a772a95746d45a2 to your computer and use it in GitHub Desktop.
extend type User {
favoritePhoto: Photo
photoGallery: [Photo]
}
extend type Auction {
photo: Photo!
}
extend type Photo {
owner: User!
auction: Auction!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment