feat: updates to peerfinder app
This commit is contained in:
8
app/mercury/mercury.graphqls
Normal file
8
app/mercury/mercury.graphqls
Normal file
@@ -0,0 +1,8 @@
|
||||
extend type Query{
|
||||
keys(namespace: String!) [String!]!
|
||||
get(namespace: String! keys: [String!]) [String]!
|
||||
}
|
||||
|
||||
extend type Mutation{
|
||||
set(namespace: String! key: String! value: String): Bool!
|
||||
}
|
||||
Reference in New Issue
Block a user