Once I deploy to prisma cloud, what are my http an...
# orm-help
m
Once I deploy to prisma cloud, what are my http and ws endpoints to consume in a react app?
https and wss rather
also, it should show it after doing
prisma deploy
🤔
m
Much appreciated 😄
So the app is based on the boilerplate react-fullstack advanced. When I change my apollo http and ws to point to the server on prisma cloud, I get the following error on the feed page
The provided query doesn't include any known model…e. Please check for the latest subscriptions API.
And on signup
GraphQL error: Cannot query field 'signup' on type 'Mutation'. (line 2, column 3): signup(email: $email, password: $password, name: $name {