Skip to content

Instantly share code, notes, and snippets.

@jmn8718
Last active June 12, 2017 21:58
Show Gist options
  • Save jmn8718/d8084ca0a5c9c1ae438ca6e7d2b6a9e7 to your computer and use it in GitHub Desktop.
Save jmn8718/d8084ca0a5c9c1ae438ca6e7d2b6a9e7 to your computer and use it in GitHub Desktop.
type DeviceSubscription implements MetaSubscription{
type: String!
id: ID!
updatedAt: String!
name: String
currentLocation: Location
previousLocation: Location
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment