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
/
12
/
backend
/
datamodel.graphql
blob: 095d84156ef7f0ce2c07703f814c2f5da6f1a7f9 (
plain
)
1
2
3
4
5
type User { id: ID! @unique name: String! email: String! }