Skip links

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

    Mingliang

    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

    Add a new disk to ubuntu in Virtualbox

    1 minute read

    I have a Ubuntu box running in virutualbox as a local development environment. It’s very handy for exploring some new tools or working on some side projects....

    GCP CLI Cheatsheet

    less than 1 minute read

    Retrieve project owner info

    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...

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