Rishi S
How can I reflect my newly created mutation in graphql playground
Version: 0.51
I've just added a new table in metadata schema using migration, it worked fine.
Now, I've created couple of queries and mutations for that table but after restarting server it seems not to be reflected in graphql playground http://localhost:3000/graphql.
As per the doc, the schema of query and mutation should be reflected on server restart.
I tried to clean cache of nx and also browser cache, but it didn't work.
Do I need to perform any other thing to see it reflected?
What I'm doing wrong here?
@Prastoin
8 replies
PostgreSQL connection is refusing
I followed manual setup steps mentioned at : https://twenty.com/developers/section/self-hosting/docker-compose
I'm getting this error: ERROR [ExceptionHandler] password authentication failed for user "postgres"
2 replies