Mutation: deleteSimulator
If in drafts mode, requires operator to turn that feature on globally in settings.
crewPanel {
deleteSimulator(
trNid: Int!
isInDraftsMode: Boolean!
): Boolean!
}
Arguments
deleteSimulator.trNid ● Int! non-null scalar
TR (leg, duty, etc.) numeric identifier
deleteSimulator.isInDraftsMode ● Boolean! non-null scalar
Type
Boolean scalar
The Boolean scalar type represents true or false.