Commit c34ab8ee authored by Martin Juhás's avatar Martin Juhás
Browse files

feat: add simple KV store

### Additions

* added new query `readValue(exerciseId: ID!, key: String!): String!`
* added new type `KeyValueType`
* added new query `exerciseValues(exerciseId: ID!): [KeyValueType!]!`
* added new mutation `writeValue(exerciseId: ID!, key: String!, value: String!): String!`
* added new mutation `clearValue(exerciseId: ID!, key: String!): Boolean!`
* added new subscription `kvStore(exerciseId: ID!): (key: String!, value: String)`

Closes #291
parent 3a639d22
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment