Skip to content

Feature/update server #69

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

Merged
merged 12 commits into from
Jan 11, 2020
Prev Previous commit
add id to version query for cache error
  • Loading branch information
ShMcK committed Jan 11, 2020
commit dbdf8673acf1a8a2b71089bc474b824fdc523e2b
1 change: 1 addition & 0 deletions web-app/src/services/apollo/queries/tutorial.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export default gql`
description
}
version {
id
createdAt
createdBy {
id
Expand Down