UserVehicle
Vehicle registered to user




POST as x-www-form-urlencoded:

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


UserVehicle

ParamsDescription
idThe ID of an object
dbIdIdentifies the primary key from the database.
isDefaultWhether is the default vehicle or not
licensePlateVehicles license plate
colorVehicle color
brandVehicle brand
modelVehicle model
userIdUser id
userUser this belongs to
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

CreateUserVehicleInput

ArgumentsTypeDescription
isDefault
Boolean
SCALAR
Whether is the default vehicle or not
licensePlate
Not Null
Vehicles license plate
color
Not Null
Vehicle color
brand
String
SCALAR
Vehicle brand
model
String
SCALAR
Vehicle model
clientMutationId
String
SCALAR

UpdateUserVehicleInput

ArgumentsTypeDescription
id
Not Null
The user vehicle ID
isDefault
Boolean
SCALAR
Whether is the default vehicle or not
licensePlate
String
SCALAR
Vehicles license plate
color
String
SCALAR
Vehicle color
brand
String
SCALAR
Vehicle brand
model
String
SCALAR
Vehicle model
clientMutationId
String
SCALAR

DeleteUserVehicleInput

ArgumentsTypeDescription
id
Not Null
The user vehicle ID
clientMutationId
String
SCALAR

UndeleteUserVehicleInput

ArgumentsTypeDescription
id
Not Null
The user vehicle ID
clientMutationId
String
SCALAR

RecreateUserVehicleInput

ArgumentsTypeDescription
id
Not Null
The user vehicle ID
isDefault
Boolean
SCALAR
Whether is the default vehicle or not
licensePlate
Not Null
Vehicles license plate
color
Not Null
Vehicle color
brand
String
SCALAR
Vehicle brand
model
String
SCALAR
Vehicle model
clientMutationId
String
SCALAR