feat: updates to peerfinder app

This commit is contained in:
Jon Lundy
2022-11-20 10:28:50 -07:00
parent 5e31d27c54
commit bbb45c8854
12 changed files with 1029 additions and 134 deletions

View 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!
}

1
app/mercury/service.go Normal file
View File

@@ -0,0 +1 @@
package mercury