Skip to content

Instantly share code, notes, and snippets.

@aofleejay
Created September 28, 2017 06:29
Show Gist options
  • Save aofleejay/3d7cba6b17d12d7c3777af7c446270cd to your computer and use it in GitHub Desktop.
Save aofleejay/3d7cba6b17d12d7c3777af7c446270cd to your computer and use it in GitHub Desktop.
User type with deprecated field
type User {
id: String!
name: String @deprecated(reason: "Use firstname instead.")
firstname: String
age: Int
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment