DefinitionsDevice The devices a game runs on including Web, iOS, Android, etc. GraphQLtype Device { id: Int! name: String! } Fields Device.id Int! A unique indentifier. Device.name String! The name of the device.