Skip to content

Instantly share code, notes, and snippets.

@adrianhall
Created November 14, 2018 19:01
Show Gist options
  • Save adrianhall/9411795611589b4e1c74c012eb365198 to your computer and use it in GitHub Desktop.
Save adrianhall/9411795611589b4e1c74c012eb365198 to your computer and use it in GitHub Desktop.
type Query {
me: User!
searchForLocation(byGPS: GPSInput, byAddress: AddressInput): LocationPagingConnection
}
type Mutation {
addLocation(location: LocationInput): Location
addReview(review: ReviewInput): Review
addFavorite(locationId: ID!): Location
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment