Skip to content

This is a general application using express server, node, graphQL, and React.

Notifications You must be signed in to change notification settings

kgallagher52/GraphQL-React-Mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL-React-Mongo

Technologies

1. Node

2. Express

3. MongoDb

4. Mongoose

5. React

6. GraphQL

6. Apollo

Resources

https://youtu.be/ed8SzALpx1Q

Root Queries

How we get into the graph the entry points

Notes

1. When making a query you must use "", not ''

2. Query example of relationship data
    {
        book(id:2){
            name
            genre
            author{
                name
                age
            }
        }
    }

Mutations

  1. Create
  2. Update
  3. Delete
  4. ex: mutation {addAuthor(name:"some name", age:26){name age}}

About

This is a general application using express server, node, graphQL, and React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published