Hello everyone, I have an issue I am stuck at. I h...
# orm-help
f
Hello everyone, I have an issue I am stuck at. I have a node.js project that uses prisma. In the root of the project I have an file
Copy code
schema.graphql
where I added e new query
Copy code
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:)