I setup a graphql application, which uses ent as ORM and firebase.
With ent, I added privacy rules to authenticate which users can access certain graphql methods.
Now I want to write tests, but I can't reach certain graphql methods because of the following error:
viewer is missing: ent/privacy: deny rule
Is there a way to disable privacy rules in runtime for testing?
When testing, create your client with following parameters: