11 lines
204 B
GraphQL
11 lines
204 B
GraphQL
mutation CreateLabor($input: CreateLaborInput!) {
|
|
createLabor(input: $input) {
|
|
id
|
|
accountId
|
|
amount
|
|
startDate
|
|
endDate
|
|
createdAt
|
|
updatedAt
|
|
}
|
|
} |