Skip to content

pheezx/Graphql-Blog

Repository files navigation

The graphql queries from the video

{blogPosts {id, text}}

mutation { addBlogPost(text: "This is the second message!") { id, text } }

mutation { editBlogPost( id: "8c35625c-3198-4fac-9242-46f2a6462239", text: "Edited" ) { id, text } }

mutation { deleteBlogPost(id: "8c35625c-3198-4fac-9242-46f2a6462239"){ id, text } }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published