Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save grantnorwood/bb2b18790245ec5f53a45554db7c63dc to your computer and use it in GitHub Desktop.
Save grantnorwood/bb2b18790245ec5f53a45554db7c63dc to your computer and use it in GitHub Desktop.
# ...
type VacationRental {
id: ID!
title: String # removed the !
description: String # removed the !
owner: Owner!
roomCount: Int # removed the !
address: Address # removed the !
geolocation: GeoLocation # removed the !
price: Price # removed the !
}
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment