wave-api 0.1.0

Typed Rust client for the Wave Accounting GraphQL API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "data": {
    "customerCreate": {
      "didSucceed": false,
      "inputErrors": [
        {
          "code": "REQUIRED",
          "message": "This field is required.",
          "path": ["input", "name"]
        }
      ],
      "customer": null
    }
  }
}