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

Supporting two new fields for __InputValue #614

Closed pugovok closed 1 year ago

pugovok commented 1 year ago

2 new fields were added in the new version of the specification for InputValue. spec

For example, Apollo client for Kotlin is already requesting these fields: https://github.com/apollographql/apollo-kotlin/blob/v3.7.5/libraries/apollo-tooling/src/main/kotlin/com/apollographql/apollo3/tooling/SchemaDownloader.kt#L260