bluejay-typegen 0.3.1

A GraphQL type generator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
query Input {
  cart {
    lines {
      id
      quantity
    }
  }
  discountNode {
    configuration: metafield(namespace: "my-namespace", key: "my-key") {
      jsonValue
    }
  }
}