Skip to content

softwarewright/graphql-bootcamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL Bootcamp

The client sends a query to the server asking for the exact data that it needs.

Example graphql query

query {
	posts {
    id, title, published
  },
  users {
    name, email
  },
  hello,
  courseInstructor,
  me {
    name,
    email
  },
  course
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published