-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added subscriptions to graphql example
- Loading branch information
Showing
5 changed files
with
114 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
export const FETCH_BOOKS = 'FETCH_BOOKS'; | ||
export const FETCH_BOOK = 'FETCH_BOOK'; | ||
export const FETCH_NUMBER_OF_BOOK_LIKES = 'FETCH_NUMBER_OF_BOOK_LIKES'; | ||
export const DELETE_BOOK = 'DELETE_BOOK'; | ||
export const LIKE_BOOK = 'LIKE_BOOK'; | ||
export const UNLIKE_BOOK = 'UNLIKE_BOOK'; | ||
export const UPLOAD_FILE = 'UPLOAD_FILE'; | ||
export const UPLOAD_FILES = 'UPLOAD_FILES'; | ||
export const ON_BOOK_LIKED = 'ON_BOOK_LIKED'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters