INPUT_OBJECT

MobileDeviceInfo

MobileDeviceInfo contains attributes required by TIFA.

link GraphQL Schema definition

1input MobileDeviceInfo {
4
2# Hardware brand name, ex. samsung.
3make: String!
7
5# Hardware model, ex: "Galaxy S10".
6model: String!
10
8# Hardware os: ex. "Android".
9os: String!
13
11# Os version number.
12osVersion: String!
14}