Is there any way to temporarily disable mutations?
My goal is to move into a read-only mode temporarily.
I'm thinking anything could be fine as a short term solution.
1. Throw an explicit error when mutations try to be called
2. Procedure not found error
3. Stop support POST requests?
I'm thinking anything could be fine as a short term solution.
1. Throw an explicit error when mutations try to be called
2. Procedure not found error
3. Stop support POST requests?