defaultDeleteOperation property

String? defaultDeleteOperation
final

The mutation used to remove data. Only the header of the operation is required. For example

mutation DeletePerson($input: DeletePersonInput!) {
  deletePerson(input: $input) {}
}

Implementation

final String? defaultDeleteOperation;