Martin Brehovsky
04/13/2022, 2:01 AMGraphQLDeprecated
annotation which would also allow defining deprecated parts of the schema? In our system we use all warnings as errors compiler setting and deprecation requires us to suppress this warning all the time (this itself is another Kotlin issue). However if we would be able to use GraphQLDepreacted
in the same way as regular Deprecated
it would allow us to separate the GraphQL schema deprecation from the actual code deprecation - they are in fact two different concerns. WDYT?Shane Myrick
04/13/2022, 2:56 AMMartin Brehovsky
04/13/2022, 3:49 PMDariusz Kuc
04/13/2022, 3:52 PM