RegisterDeviceInput
No description
input RegisterDeviceInput {
token: String!
deviceType: DeviceType!
}
Fields
RegisterDeviceInput.token ● String! non-null scalar
RegisterDeviceInput.deviceType ● DeviceType! non-null enum
Member Of
registerDevice mutation