Files
talk/src/core/client/admin/local/local.graphql
T
Belén Curcio ff0f00a486 initial work
2018-09-24 19:52:08 -03:00

12 lines
94 B
GraphQL

enum View {
MODERATE
}
type Local {
view: View!
}
extend type Query {
local: Local!
}