Skip to content

These are meant to be very simple setups to act as starting off points.

Notifications You must be signed in to change notification settings

nathanborror/example-starter-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starter Projects

These are meant to be very simple setups to act as starting off points for prototyping new ideas.

All GraphQL examples are assuming the following schema:

type Account {
    name: String!
}
type Query {
    me(): Account!
}
schema {
    query: Query
}

About

These are meant to be very simple setups to act as starting off points.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published