mirror of
https://github.com/wassname/talk.git
synced 2026-07-06 05:17:19 +08:00
8 lines
74 B
GraphQL
8 lines
74 B
GraphQL
type Local {
|
|
authToken: String
|
|
}
|
|
|
|
extend type Query {
|
|
local: Local!
|
|
}
|