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

add validation for directive arguments inside Type Definition #4

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Dec 11, 2019

  1. Changed vektah to dgraph-io

    harshil committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    59e59a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b887c7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from dgraph-io/harshil-goel/get-vars

    Added a function that translates map[string]interface{} to ast.Value
    harshil-goel authored Dec 11, 2019
    Configuration menu
    Copy the full SHA
    2b45470 View commit details
    Browse the repository at this point in the history
  4. Removed string from validation

    harshil committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    b8ab574 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. Added some more tests

    harshil committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    ccc82fe View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. Fixed a bug

    harshil committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    ba16118 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Add check for directive location (#3)

    Add validation for directive location. A directive can not be used at any location.
    It must be used only at location on which it has been defined for.
    ahsanbarkati authored Sep 29, 2020
    Configuration menu
    Copy the full SHA
    882180c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2020

  1. Configuration menu
    Copy the full SHA
    fe4ab6b View commit details
    Browse the repository at this point in the history
  2. add test

    minhaj-shakeel committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    cb4e761 View commit details
    Browse the repository at this point in the history