Join Slack
Powered by
``` query GetObjs{ objs{ rules{ id ...
# prisma-whats-new
l
lucid_frog
02/27/2018, 4:10 PM
Copy code
query GetObjs{ objs{ rules{ id } } }
to return all the rules instead of having to do
objs.rules.petsAllowed
?
Open in Slack
Previous
Next