noahdavis
02/20/2018, 12:33 PM{
"data": {
"signup": null
},
"errors": [
{
"message": "Field \"user\" of type \"User\" must have a selection of subfields. Did you mean \"user { ... }\"?",
"locations": [
{
"line": 3,
"column": 3
}
],
"path": [
"signup"
]
}
]
}
^ just started happening, doesn't matter if we are using the prisma cloud deployed data store (AWS Aurora) or the public clustersjof
02/20/2018, 12:35 PMjof
02/20/2018, 12:36 PMnoahdavis
02/20/2018, 12:37 PMjof
02/20/2018, 12:37 PMjof
02/20/2018, 12:38 PMnoahdavis
02/20/2018, 12:38 PMnoahdavis
02/20/2018, 12:38 PMnilan
02/20/2018, 12:40 PMnoahdavis
02/20/2018, 12:43 PMnoahdavis
02/20/2018, 12:45 PMnilan
02/20/2018, 12:46 PMnoahdavis
02/20/2018, 2:21 PMnoahdavis
02/20/2018, 2:21 PMnilan
02/20/2018, 2:21 PMnoahdavis
02/20/2018, 2:22 PMPRISMA_CLUSTER
should look like what for the prisma cloud deployed data store?nilan
02/20/2018, 2:27 PMnilan
02/20/2018, 2:27 PMnoahdavis
02/20/2018, 2:29 PMprisma deploy
and I get my uri returnednoahdavis
02/20/2018, 2:30 PM.env.prod
filenoahdavis
02/20/2018, 2:31 PMnilan
02/20/2018, 2:31 PMnoahdavis
02/20/2018, 3:53 PM{
"data": {
"signin": null
},
"errors": [
{
"message": "GraphQL Error (Code: 200)",
"locations": [],
"path": [
"user"
]
}
]
}
but no issues when using the public clusters. There are no errors when running deploy to the production clusternilan
02/20/2018, 3:55 PM