stuebingerb / KGraphQL

Pure Kotlin GraphQL implementation
MIT License
3 stars 1 forks source link

Support deprecation of input values #2

Closed stuebingerb closed 2 weeks ago

stuebingerb commented 3 weeks ago

GraphQL has allowed deprecation of input values (field args, directive args, input fields) with https://github.com/graphql/graphql-spec/pull/805

Support this at least in the introspection query to improve compatibility with clients.