Skip to content

victorbruce/graphql-server-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL Server Example

Creating an Apollo Server through GraphQL and testing it using the Apollo Sandbox.

What I've Learnt

  • How to set up a GraphQL server and run it locally.
  • How write queries to get a response on the frontend using Apollo Sandbox
  • Create type definitions to describe data on a graph(schemas) and also specify entry points to the graph.
  • Create resolver functions to decide how to respond to queries(either single or all) to a graph.
  • Perform mutations(add, update, and delete) data.

How to Run the Project

  • After clonning, run the command: npm install then,
  • Run the command: npm start

Reference

  • I got up and running with GraphQL using NetNinja's youtube course on GraphQL.
  • Apollo GraphQL Docs

About

creating a basic graphql server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors