github.com/ungtb10d/cli/v2@v2.0.0-20221110210412-98537dd9d6a1/pkg/cmd/issue/list/fixtures/issueSearch.json (about)

     1  {
     2    "data": {
     3      "repository": {
     4        "hasIssuesEnabled": true
     5      },
     6      "search": {
     7        "issueCount": 3,
     8        "nodes": [
     9          {
    10            "number": 1,
    11            "title": "number won",
    12            "url": "https://wow.com",
    13            "updatedAt": "2011-01-26T19:01:12Z",
    14            "labels": {
    15              "nodes": [
    16                {
    17                  "name": "label"
    18                }
    19              ],
    20              "totalCount": 1
    21            }
    22          },
    23          {
    24            "number": 2,
    25            "title": "number too",
    26            "url": "https://wow.com",
    27            "updatedAt": "2011-01-26T19:01:12Z",
    28            "labels": {
    29              "nodes": [
    30                {
    31                  "name": "label"
    32                }
    33              ],
    34              "totalCount": 1
    35            }
    36          },
    37          {
    38            "number": 4,
    39            "title": "number fore",
    40            "url": "https://wow.com",
    41            "updatedAt": "2011-01-26T19:01:12Z",
    42            "labels": {
    43              "nodes": [
    44                {
    45                  "name": "label"
    46                }
    47              ],
    48              "totalCount": 1
    49            }
    50          }
    51        ]
    52      }
    53    }
    54  }