fix: graphql schema not compiling

This commit is contained in:
Chi Vinh Le
2018-10-04 17:28:41 +02:00
parent 66cc0752a4
commit 7f4d8d8b2f
+3 -1
View File
@@ -1,4 +1,6 @@
type Local {}
type Local {
authToken: String
}
extend type Query {
local: Local!