florin
12/07/2020, 8:40 AMschema.graphql
where I added e new query
type Query {
detailsParameters(windTurbine: String!, windTurbineType: String!, param: String!, action: String!): String!
}
How can I deploy this new change to the production prisma derver, as I did not manage to do it. Thanks in advance:)