query list{{pluralPascal name}}($data: ListQueryInput!) {
  {{pluralCamel name}}(data: $data) {
    id
  }
}
