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
# Agent Instructions

## Wave API Documentation

Local copies of the Wave developer documentation are in `documentation/`. Always consult these files before making assumptions about the Wave API.

Key references:
- `documentation/index.md` — Table of contents for all docs
- `documentation/api-reference.md` — Full GraphQL schema (types, queries, mutations, inputs, enums)
- `documentation/oauth-scopes.md` — Available OAuth scopes
- `documentation/oauth-guide.md` — OAuth authentication flow
- `documentation/authentication.md` — Authentication overview

When working on queries or mutations, check the relevant example files in `documentation/` (e.g. `mutation-create-invoice.md`, `query-list-businesses.md`) for correct syntax and variable usage.