Device

The devices a game runs on including Web, iOS, Android, etc.

type Device {
  id: Int!
  name: String!
}

Fields

Device.id Int!

A unique indentifier.

Device.name String!

The name of the device.