mutation CreateLabor($input: CreateLaborInput!) { createLabor(input: $input) { id accountId amount startDate endDate createdAt updatedAt } }