bluejay-typegen 0.3.1

A GraphQL type generator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "cart": {
    "lines": [
      {
        "id": "gid://shopify/CartLine/1234567890",
        "quantity": 2
      }
    ]
  },
  "discountNode": {
    "configuration": {
      "jsonValue": {
        "thresholdQuantity": 1
      }
    }
  }
}