dillonkearns / elm-graphql

Autogenerate type-safe GraphQL queries in Elm.
https://package.elm-lang.org/packages/dillonkearns/elm-graphql/latest
BSD 3-Clause "New" or "Revised" License
778 stars 107 forks source link

Adds deprecation tag and reason to description #600

Closed gampleman closed 1 year ago

gampleman commented 2 years ago

The idea here is to make this compatible with elm-review-common's NoDeprecated rule, so that one can use elm-review to push clients to upgrade to newer APIs.

dillonkearns commented 1 year ago

Thank you for the PR @gampleman!

dillonkearns commented 1 year ago

This is now released in NPM package version 4.3.0 🎉

https://github.com/dillonkearns/elm-graphql/blob/master/CHANGELOG-NPM-PACKAGE.md#430---2022-09-14