jacortesmahmud
10/12/2017, 8:16 PMenum UserRole {
ADMIN
}
type User implements Node {
id: ID! @isUnique
createdAt: DateTime!
updatedAt: DateTime!
email: String!
password: String!
role: UserRole!
}
nilan
10/12/2017, 8:18 PMnilan
10/12/2017, 8:18 PMjacortesmahmud
10/12/2017, 8:19 PMjacortesmahmud
10/12/2017, 8:22 PMgraphcool push
jacortesmahmud
10/12/2017, 8:23 PMnilan
10/12/2017, 8:28 PMgraphcool version
?jacortesmahmud
10/12/2017, 8:36 PMjacortesmahmud
10/12/2017, 8:49 PMnpm install -g graphcool@next
jacortesmahmud
10/12/2017, 10:02 PM