Enforce one field based on another - kebab-case example

There are two ways I see around this.

  1. Inside the lambda perform the mutation using DQL which bypasses all auth rules.
  2. Inside the lambda override the authHeader with your own JWT that passes the add rule.