Anas H. Albarghouthy (Anas Barg)
Anas H. Albarghouthy (Anas Barg)
# Implement `in` function with a special syntax to be used in authorization rules This will be very handy in writing rules like `allow UPDATE Product if in self.products` instead...
This was suggested by a user (TicTac) on the Discord channel: https://discord.com/channels/719970258903105558/771335525272387585/781224002718138419 https://discord.com/channels/719970258903105558/771335525272387585/781485010515394581
This will make many things easier. Suppose you want to create an `Admin` role that has access to everything, or maybe allow access to everything from the global role to...
# GraphiQL Explorer authorization visualization with colors This can be done by coloring possible selections with green (checked and allowed), red (checked but not allowed), grey (unchecked but not allowed),...