aryan
03/03/2018, 3:14 PMaryan
03/03/2018, 3:15 PMeu-west-1:system:cjebi9y4t35p40166w57b2p4l: {"response":{"data":{"viewer":{"user":{"crm":null}}},"errors":[{"message":"Whoops. Looks like an internal server error. Please contact us from the Console (<https://console.graph.cool>) or via email (support@graph.cool) and include your Request ID: eu-west-1:system:cjebi9y4t35p40166w57b2p4l","requestId":"eu-west-1:system:cjebi9y4t35p40166w57b2p4l","path":["viewer","user","crm"],"locations":[{"line":5,"column":13}]}],"status":200},"request":{"query":"\n query {\n viewer {\n user {\n crm {\n onboardingStatus {\n id\n gettingStarted\n gettingStartedSkipped\n gettingStartedExample\n }\n }\n }\n }\n }","variables":{}}}
aryan
03/03/2018, 3:19 PMaryan
03/03/2018, 3:24 PMdavidyoung
03/03/2018, 3:24 PMdavidyoung
03/03/2018, 3:25 PMed
03/03/2018, 3:25 PMnilan
03/03/2018, 3:25 PMdavidyoung
03/03/2018, 3:25 PMdavidyoung
03/03/2018, 3:25 PMdavidyoung
03/03/2018, 3:26 PMgopidon
03/03/2018, 3:30 PMdavidyoung
03/03/2018, 3:33 PMgopidon
03/03/2018, 3:36 PMaryan
03/03/2018, 3:43 PMtomhut
03/03/2018, 3:52 PMgopidon
03/03/2018, 3:55 PMaryan
03/03/2018, 4:08 PMnilan
03/03/2018, 4:17 PMmartin
03/03/2018, 4:56 PMatito
03/03/2018, 6:25 PMCannot return null for non-nullable field
when trying to delete resource and asking for fields on a relation.
Is that normal? if yes, Is that the correct behavior?
example:
mutation {
deletePost(where: {
id: "<ID>"
}) {
id
user {
id // this cause an error
}
}
}
PS: I’m testing that against Prisma APIsckelley
03/03/2018, 7:35 PMFatal error during deployment worker initialization: java.sql.SQLTransientConnectionException: internal - Connection is not available, request timed out after 5002ms.
tsdexter
03/03/2018, 7:38 PMtsdexter
03/03/2018, 7:39 PMckelley
03/03/2018, 7:45 PMAuthentication token is invalid: Token can't be decoded: Illegal base64 character 22
My public looks like this:
CLUSTER_PUBLIC_KEY="-----BEGIN PUBLIC KEY-----\r\nasdf\r\n-----END PUBLIC KEY-----\r\n"
lastmjs
03/03/2018, 9:17 PMmanticarodrigo
03/04/2018, 12:45 AMmax
03/04/2018, 12:17 PMmanticarodrigo
03/04/2018, 2:37 PM