Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update time tracker guide for cynic 0.9.0 #83

Merged
merged 1 commit into from
Sep 13, 2020

Conversation

obmarg
Copy link
Contributor

@obmarg obmarg commented Sep 13, 2020

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: MartinKavik/seed-app-time-tracker#1

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?
@MartinKavik MartinKavik merged commit 850fa77 into seed-rs:master Sep 13, 2020
@obmarg obmarg deleted the cynic-0.9.0 branch September 13, 2020 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants