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