Device
Detalhes sobre os dispositivo de acesso ao ClassApp




POST at this target:

https://joy.classapp.co/graphql?access_token=YOUR_TOKEN_HERE


Device

ParamsDescription
idThe ID of an object
dbIdIdentifies the primary key from the database.
deviceTokendevice unique token
deviceVersionos version
appVersionapplication version
userIdwhich user does it belong to
applicationIdwhich application does it belong to
applicationapplication that device uses
userthe user owner of device
createdAn ISO-8601 encoded UTC date string of when record was created
modifiedAn ISO-8601 encoded UTC date string of when record was updated
deletedAn ISO-8601 encoded UTC date string of when record was deleted
keyRandom ID to differentiate from others
selectedHelper field for clients
highlightedHelper field for clients
expandedHelper field for clients
loadedHelper field for clients
loadingHelper field for clients

CreateDeviceInput

ArgumentsTypeDescription
deviceToken
Not Null
device unique token
deviceVersion
Not Null
os version
appVersion
Not Null
application version
clientMutationId
String
SCALAR

UpdateDeviceInput

ArgumentsTypeDescription
deviceToken
Not Null
device unique token
deviceVersion
Not Null
os version
appVersion
Not Null
application version
clientMutationId
String
SCALAR

DeleteDeviceInput

ArgumentsTypeDescription
deviceToken
Not Null
The user's device token
clientMutationId
String
SCALAR