{ "query": "mutation DeletePerson($condition: ModelPersonConditionInput, $input: DeletePersonInput!) { deletePerson(condition: $condition, input: $input) { age createdAt dob first_name id last_name relationship updatedAt } } ", "variables": { "input": { "id": "dfcdac69-0662-41df-a67b-48c62a023f97" }, "condition": { "id": { "beginsWith": "e6" } } } }