Secure graphql by query

Hey @nmejane,

if I may confirm that I understand the question correctly. I assume you have something like this in your service:

type Query {
  query1: [foo]
  query2: [bar]
  query3: [lalala]
}

And you’d want query1 to be accessible to anyone, public and keyless, and then query2 and query3 to sit behind auth?