Slash Lambda Fields addGraphQLResolver missing args

Actually, GraphQL doesn’t yet support accepting args for custom fields, and so they are not passed.
Args for any non-query/mutation field ATM are only auto-generated, and can’t be defined by user.

But, this is a useful scenario, and we will be looking into supporting it sometime soon.

1 Like