[CORL-314] Rename to Coral (#2318)

* chore: rename talk to coral

* fix: lint and unit tests

* fix: snapshot
This commit is contained in:
Kiwi
2019-05-22 21:32:24 +02:00
committed by GitHub
parent 3ea696fcc8
commit 6da97c57d7
1017 changed files with 3007 additions and 3001 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ async function main() {
config: {
contextType: "TenantContext",
importStatements: [
'import TenantContext from "talk-server/graph/tenant/context";',
'import { Cursor } from "talk-server/models/helpers/connection";',
'import TenantContext from "coral-server/graph/tenant/context";',
'import { Cursor } from "coral-server/models/helpers/connection";',
],
customScalarType: { Cursor: "Cursor", Time: "Date" },
},