graph-gophers / graphql-go

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

New release with directive support #644

Closed Asaf51 closed 3 months ago

Asaf51 commented 3 months ago

Hi, I'd like to know if there is a plan to release a new version with the directive support soon? And also, are there any bugs left to solve or features that are missing? Thanks!

pavelnikolov commented 3 months ago

Directives are the very reason this release is taking so long. I am not happy with the current implementation and would like a redesign that would be similar to a visitor pattern. Actually, I was considering, removing the directives support in order to release v1.6 and focus mainly on directives for the following version release.