mutation {{nameFromPathCamel name}}($data: {{nameFromPathPascal name}}Input!) {
  {{nameFromPathCamel name}}(data: $data) {
    id
  }
}
