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
pub(crate) const GET_USER: &str = r#"
query {
  user {
    id
    defaultEmail
    firstName
    lastName
    createdAt
    modifiedAt
  }
}
"#;