index
:
Advanced-React.git
master
Starter Files and Solutions for Full Stack Advanced React and GraphQL
Git Server
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
stepped-solutions
/
13
/
backend
/
src
/
schema.graphql
blob: 5a1f430a12e372424d7e845c4d859ba198e8a9c5 (
plain
)
1
2
3
4
5
6
7
type Mutation { hi: String } type Query { hi: String }