how to restrict access to resolver functions? righ...
# orm-help
j
how to restrict access to resolver functions? right now they can be executed by anyone if they have the project url
v
you can see an example here:
alternatively, if you need a more complex solution, there is a package: https://github.com/maticzav/graphql-shield
j
thanks