seed-rs / seed-rs.org

Seed's official website
https://seed-rs.org/
Other
14 stars 40 forks source link

Update time tracker guide for cynic 0.9.0 #83

Closed obmarg closed 4 years ago

obmarg commented 4 years ago

I released 0.9.0 of cynic recently, and it had a couple of small breaking changes:

  1. I added mutation support so the cynic::Query struct is now cynic::Operation to represent both queries and mutations.
  2. cynic::Query::new is now cynic::Operation::query.
  3. I'm now reexporting serde_json so users shouldn't need to add it themselves.

This commit makes changes to the time tracker guide to support this.

~Haven't run these changes so possible I've messed something up, is there a buildable version of this guide somewhere?~

Also made updates to the code itself here: https://github.com/MartinKavik/seed-app-time-tracker/pull/1