ghostdogpr / caliban

Functional GraphQL library for Scala

Home Page:https://ghostdogpr.github.io/caliban/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support deprecation of InputValues

brodin opened this issue · comments

The support for deprecation of input values was added to the spec about a year a ago (graphql/graphql-spec#805) would it be possible to modify InputValue.scala#L8-L12 in a way so that it also honours the deprecation decorator (GQLDeprecated)?

We usually work off the "released" spec (https://spec.graphql.org/) but for some features such as Defer or more recently the oneof directive, we add support earlier than that so I have no problem adding this one.

Ah, my bad @ghostdogpr ! Did not know about the difference between "merged" and "released" for the spec!

Appreciate the flexibility thou 🙏