graphql-pouch icon indicating copy to clipboard operation
graphql-pouch copied to clipboard

Object Field deprecation support

Open MikeBild opened this issue 9 years ago • 0 comments

  • Support object field deprecation as comment
type Person {
  id: ID!
  rev: String
  firstname: String
  lastname: String
  # deprecated: Use firstname, lastname fields.
  name: String
}

MikeBild avatar Dec 20 '16 14:12 MikeBild