Skip to content

Instantly share code, notes, and snippets.

@adrianhall
Last active November 20, 2018 21:13
Show Gist options
  • Save adrianhall/2af30e751a17d775b2f9a3168e86b0be to your computer and use it in GitHub Desktop.
Save adrianhall/2af30e751a17d775b2f9a3168e86b0be to your computer and use it in GitHub Desktop.
input GPSInput {
longitude: Float
latitude: Float
radius: Float
}
input AddressInput {
street: String
city: String
state: String
zipcode: String
}
input LocationInput {
name: String
address: AddressInput
}
input ReviewInput {
locationId: ID!
content: String!
rating: Number!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment