Skip to content

yogietama/graphql-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphql-tutorial

GraphQL tutorial from Scratch

Curl Example

curl --location --request GET 'http://localhost:8080/graphql' \
--header 'Content-Type: application/json' \
--data-raw '{"query":"{\n\ttutorial(id:1) {\n        id\n        title\n        author {\n            Name\n            Tutorials\n            }\n\t}\n    hello\n    list {\n        id\n        title\n    }\n}\n    ","variables":{}}'

Link Tutorials

About

GraphQL tutorial from Scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages