Last active
June 12, 2017 21:58
-
-
Save jmn8718/d8084ca0a5c9c1ae438ca6e7d2b6a9e7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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