nexus-4/frontend/src/lib/graphql/labor/createLabor.graphql
2026-01-26 10:55:11 -05:00

11 lines
204 B
GraphQL

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