Mutation: clockIn
loggedUserMutation {
dutyClockInOut {
clockIn(
duty: TrNid!
longitude: LongitudeScalar!
latitude: LatitudeScalar!
): Boolean!
}
}
Arguments
clockIn.duty ● TrNid! non-null scalar
clockIn.longitude ● LongitudeScalar! non-null scalar
clockIn.latitude ● LatitudeScalar! non-null scalar
Type
Boolean scalar
The Boolean scalar type represents true or false.