This commit is contained in:
richburdon
2020-05-26 08:58:11 -04:00
parent e71d51eb7f
commit 24e59cec11
9 changed files with 42 additions and 32 deletions
+11 -8
View File
@@ -35,14 +35,17 @@ export const createResolvers = config => ({
// System
//
system_status: () => ({
timestamp: timestamp(),
json: JSON.stringify({
dxos: {
image: '0.0.1'
}
})
}),
// TODO(burdon): System calls.
system_status: () => {
return {
timestamp: timestamp(),
json: JSON.stringify({
dxos: {
image: '0.0.1'
}
})
};
},
//
// IPFS