mirror of
https://github.com/wassname/talk.git
synced 2026-09-27 14:30:39 +08:00
8 lines
74 B
GraphQL
8 lines
74 B
GraphQL
type Local {
|
|
authToken: String
|
|
}
|
|
|
|
extend type Query {
|
|
local: Local!
|
|
}
|