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