livingmine
03/11/2020, 12:46 PMMike SOK
03/12/2020, 12:24 AMconst CREATE_RATING_MUTATION = gql`
mutation CREATE_RATING_MUTATION (
$ratingSubject: String!
$ratingImage: String!
$ratingDescription: String!
$ratingStar: Int!
){
createRating(
data: {
ratingSubject: $ratingSubject
ratingImage: $ratingImage
ratingDescription: $ratingDescription
ratingStar: $ratingStar
item: { connect: { id: "ck7guni5wavx90986moqstcm3" }}
}) {
id
ratingSubject
ratingImage
ratingDescription
ratingStar
item {
id
}
}
}
`;
Sajan Sanghvi
03/12/2020, 8:51 PM*laylo*
to stage *prod*
to server *default*
!
▸ 'ETIMEDOUT': request to Http://xxx.xxx.xx/management
▸ failed, reason: connect ETIMEDOUT xxx.xxx..xxxSajan Sanghvi
03/12/2020, 8:51 PMOmobolanle Aro
03/12/2020, 11:11 PMRain
03/13/2020, 6:03 AMprisma-types.graphql
for additional mutation ?Pratik
03/13/2020, 2:42 PMlionbrahh
03/13/2020, 3:21 PMBrennan Erbz
03/15/2020, 9:43 AMBrennan Erbz
03/15/2020, 9:43 AMMike SOK
03/15/2020, 9:36 PMFrancisco
03/16/2020, 1:51 AMEthan Pursley
03/16/2020, 6:28 PMcluster@default
which an invalid db name. Does anyone know how I deploy to my regular database?Lee
03/16/2020, 6:54 PMbedeho
03/16/2020, 7:05 PMEthan Pursley
03/16/2020, 7:14 PMTarrence
03/16/2020, 8:12 PMTarrence
03/16/2020, 8:13 PMTheresa Lee
03/16/2020, 8:17 PMTheresa Lee
03/16/2020, 9:17 PMenableManagementApi
Theresa Lee
03/16/2020, 9:18 PMTheresa Lee
03/16/2020, 9:18 PMAlan
03/16/2020, 10:14 PMprisma-prod
image (v1.30.4), and I've been pushing schema updates to my prisma-management
but it does not seem all of our replicas for the worker nodes seems to be propagating the cache of the schema.Alan
03/16/2020, 10:14 PMEthan Pursley
03/16/2020, 10:19 PMAlan
03/16/2020, 10:29 PMAlan
03/16/2020, 10:29 PMEthan Pursley
03/16/2020, 10:35 PMAlan
03/16/2020, 10:49 PMAlan
03/16/2020, 10:49 PM