graph-gophers / graphql-go

GraphQL server with a focus on ease of use
BSD 2-Clause "Simplified" License
4.65k stars 492 forks source link

Directives: Allow Argument Validation #609

Open dackroyd opened 1 year ago

dackroyd commented 1 year ago

Proof of concept for implementing directive validation for field arguments. Validation for many cases applies better on the arguments than it does against the field itself.

dackroyd commented 7 months ago

Nearly a year on, and life has been busy. Perhaps we can pick this back up soon @pavelnikolov ?

pavelnikolov commented 7 months ago

I'll get back on this either this or next week.