Join Slack
Powered by
<Operation xx specifies deprecated field - yy in Q...
# stackoverflow
u
user
07/11/2022, 12:11 PM
Operation xx specifies deprecated field - yy in Query. Update your operation or update your configuration to allow usage of deprecated fields
I am using the following code to generate a schema with
Kotlin GraphQL
class SomeQuery : Query { @Deprecated(message = "This query is deprecated", ReplaceWith("something else")) fun getSomething(): ResponseClass { // whatever } } During the build I get the following error: Operation SomeQuery specifies deprecated field - getSomething in Query. Update your operation or update...
4
Views
Open in Slack
Previous
Next