Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.

Deprecation

Paweł Gutkowski edited this page Jul 28, 2017 · 1 revision

Schema creator is able to deprecate fields, operations and enum values. DSL builders for those schema elements expose method deprecate(reason: String). Deprecation is visible in schema introspection system with fields isDeprecated : Boolean and deprecationReason: String.