Skip to content

Commit

Permalink
Support favorite story mutations
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-ramotar committed May 6, 2024
1 parent 8ba33b5 commit ec90734
Show file tree
Hide file tree
Showing 4 changed files with 1,030 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
mutation FavoriteStory($story_id:Int!, $user_id:Int!) {
insert_user_favorites_one(object:{
story_id:$story_id,
user_id:$user_id
}){
created_at
}
}
Loading

0 comments on commit ec90734

Please sign in to comment.