Hi, i’m new in GraphQl and i’m starting in graphcool.
I started a simple project but i’m unable to restrict get some record to owner.
Example:
User (id, name, posts)
Post (id, text, user)
When i have a query like next, how I can only return post owned by authenticated user?
I trying with permission but i’m unable to set correctly.