Skip to content

Commit

Permalink
Rename book to Fullstack GraphQL
Browse files Browse the repository at this point in the history
  • Loading branch information
okjulian committed May 29, 2018
1 parent 8b6c296 commit 80921dd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# GraphQL Webapps
# Fullstack GraphQL

Book about full stack GraphQL development with React and Node.

<a href="https://graphql.college/graphql-webapps">
<a href="https://graphql.college/fullstack-graphql">
<img src="manuscript/images/title_page.png" width="400px" alt="Cover" />
</a>
4 changes: 2 additions & 2 deletions manuscript/chapter-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@ eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
"addPin": {
"id": "f5220ee1-bfeb-48a0-be9f-c63d055b8139",
"title": "Hello world",
"link": "http:https://graphql.college/graphql-webapps",
"image": "http:https://graphql.college/graphql-webapps",
"link": "http:https://graphql.college/fullstack-graphql",
"image": "http:https://graphql.college/fullstack-graphql",
"user_id": "75c16079-b3ef-43f0-a352-ae03f2488baa"
}
}
Expand Down
Binary file modified manuscript/images/title_page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "graphql-webapps",
"name": "fullstack-graphql",
"description": "Book about fullstack GraphQL development with React and Node",
"homepage": "http:https://graphql.college/graphql-webapps",
"homepage": "http:https://graphql.college/fullstack-graphql",
"author": {
"email": "[email protected]",
"name": "Julian Mayorga"
Expand Down

0 comments on commit 80921dd

Please sign in to comment.