lastmjs
03/07/2018, 7:04 AMDeploying service `backend` to stage `dev` on cluster `local` 38ms
Service is already up to date.
Hooks:
Checking, if schema file changed 72ms
Writing database schema to `src/generated/prisma.graphql` 1ms
Running $ graphql prepare...
▸ Syntax Error GraphQL request (25:3) Expected Name, found String
▸
▸ 24: type BatchPayload {
▸ 25: """
▸ ^
▸ 26: The number of nodes that have been affected by the Batch operation.
▸
▸
lastmjs
03/07/2018, 7:41 AMtype BatchPayload {
"""
The number of nodes that have been affected by the Batch operation.
"""
count: Long!
}