Skip links

  • Skip to primary navigation
  • Skip to content
  • Skip to footer
You Will Never Walk Alone
  • Posts
  • Categories
  • Tags
  • About
    Mingliang Guo

    Mingliang Guo

    A programmer loves exploring the world!

    deprecation in graphql

    less than 1 minute read

    Record the ways of deprecation in GraphQL.

    For GraphQL-Java, you can use annotations from GraphQL-java-annotations to annotate the deprecated fields.

    @GraphQLDeprecate and Java’s @Deprecated can be used to specify a deprecated field.

    Note: GraphQL doesn’t support deprecation of fields in input types. See github discussion here

    Updated: September 27, 2018

    Twitter Facebook LinkedIn
    Previous Next

    Comments

    You May Also Enjoy

    Run vagrant inside a virtualbox vm

    less than 1 minute read

    It might be a question why do you need to run vagrant inside a vm. The reason I am trying to do this is because I have a home server which runs on Windows (c...

    How Ansible run playbooks across mulitple hosts

    1 minute read

    This has been a question in my mind for a while, and it comes back recently because I have to run some slow playbooks in multiple hosts and I wish I could ru...

    Plex server file permission issue

    less than 1 minute read

    I have a Synology NAS at home and I have setup a plex server to serve some of the my media collections. It has been working pretty well in the past. However,...

    Troubleshoot Java Runtime Errors

    2 minute read

    java.lang.NoSuchMethodError

    • Feed
    © 2022 Gary Guo. Powered by Jekyll & Minimal Mistakes.