mirror of
https://github.com/wassname/talk.git
synced 2026-07-17 11:33:39 +08:00
fix: graphql schema not compiling
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
type Local {}
|
||||
type Local {
|
||||
authToken: String
|
||||
}
|
||||
|
||||
extend type Query {
|
||||
local: Local!
|
||||
|
||||
Reference in New Issue
Block a user