mirror of
https://github.com/wassname/talk.git
synced 2026-08-17 11:27:52 +08:00
initial work
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
enum View {
|
||||
MODERATE
|
||||
}
|
||||
|
||||
type Local {
|
||||
view: View!
|
||||
}
|
||||
|
||||
extend type Query {
|
||||
local: Local!
|
||||
}
|
||||
Reference in New Issue
Block a user