refactor: moving items around into related files/packages
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
extend type Query{
|
||||
keys(namespace: String!) [String!]!
|
||||
get(namespace: String! keys: [String!]) [String]!
|
||||
}
|
||||
# extend type Query{
|
||||
# keys(namespace: String!) [String!]!
|
||||
# get(namespace: String! keys: [String!]) [String]!
|
||||
# }
|
||||
|
||||
extend type Mutation{
|
||||
set(namespace: String! key: String! value: String): Bool!
|
||||
}
|
||||
# extend type Mutation{
|
||||
# set(namespace: String! key: String! value: String): Bool!
|
||||
# }
|
||||
Reference in New Issue
Block a user