Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify InputValueConfig in schema definition #3067

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Commits on May 12, 2021

  1. Unify InputValueConfig in schema definition

    Defines a central `GraphQLInputValueConfig` and `GraphQLInputValue` as well as single definitions for converting between them, unifying this common functionality between input values and arguments.
    
    This is a pre-req for #3049
    leebyron committed May 12, 2021
    Configuration menu
    Copy the full SHA
    418cf34 View commit details
    Browse the repository at this point in the history
  2. Also add isRequiredInput()

    leebyron committed May 12, 2021
    Configuration menu
    Copy the full SHA
    a44b1cf View commit details
    Browse the repository at this point in the history
  3. Revert DirectiveArgument

    leebyron committed May 12, 2021
    Configuration menu
    Copy the full SHA
    452e3e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9830fda View commit details
    Browse the repository at this point in the history