graphql-pouch
graphql-pouch copied to clipboard
Object Field deprecation support
- Support object field deprecation as comment
type Person {
id: ID!
rev: String
firstname: String
lastname: String
# deprecated: Use firstname, lastname fields.
name: String
}