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

Bring attachDirectiveResolvers to graphql-tools #518

Merged
merged 32 commits into from
Dec 12, 2017

Commits on Dec 3, 2017

  1. Bring attachDirectives to graphql-tools

    giautm committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    86fcbb5 View commit details
    Browse the repository at this point in the history
  2. Mark directiveResolvers as optional

    giautm committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    702ccaa View commit details
    Browse the repository at this point in the history
  3. Fix eslint

    giautm committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    ccc2b39 View commit details
    Browse the repository at this point in the history
  4. Fix typescript

    giautm committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    695a08a View commit details
    Browse the repository at this point in the history
  5. Add simple test for @upper directive

    giautm committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    2f6281d View commit details
    Browse the repository at this point in the history
  6. Fix tests

    giautm committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    711c5c6 View commit details
    Browse the repository at this point in the history
  7. Add more test

    giautm committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    aa42674 View commit details
    Browse the repository at this point in the history
  8. Add test

    giautm committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    90df60c View commit details
    Browse the repository at this point in the history
  9. Add test

    giautm committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    1527df6 View commit details
    Browse the repository at this point in the history
  10. Add test for multi-directives on single field

    giautm committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    13b4a7a View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2017

  1. Allow to catch error from next resolver

    giautm committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    4f82522 View commit details
    Browse the repository at this point in the history
  2. Throw error if directive is undefined

    giautm committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    b80aadb View commit details
    Browse the repository at this point in the history
  3. Fix test case text

    giautm committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    766f14a View commit details
    Browse the repository at this point in the history
  4. Add test

    giautm committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    8f281e4 View commit details
    Browse the repository at this point in the history
  5. add test

    giautm committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    4da2217 View commit details
    Browse the repository at this point in the history
  6. Update changelog

    giautm committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    ced0f4c View commit details
    Browse the repository at this point in the history
  7. Fix for preview

    giautm committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    c7eade3 View commit details
    Browse the repository at this point in the history
  8. rename to attachDirectiveResolvers

    giautm committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    27e4cfc View commit details
    Browse the repository at this point in the history
  9. Update NextResolverFn

    giautm committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    e17c34b View commit details
    Browse the repository at this point in the history
  10. Update DirectiveResolverFn

    giautm committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    9e02d49 View commit details
    Browse the repository at this point in the history
  11. Change function signal to match others

    giautm committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    34a51b3 View commit details
    Browse the repository at this point in the history
  12. Update

    giautm committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    7d6d5a8 View commit details
    Browse the repository at this point in the history
  13. Add tests

    giautm committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    78351c2 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2017

  1. Update

    giautm committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    43aedb8 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2017

  1. Configuration menu
    Copy the full SHA
    8a7a6a9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from yaworsw/feature/attach-directives

    Added a unit test for directives with arguments
    giautm authored Dec 6, 2017
    Configuration menu
    Copy the full SHA
    3c4f705 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e54002 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e38f6ed View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2017

  1. Configuration menu
    Copy the full SHA
    45e3a54 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2017

  1. Configuration menu
    Copy the full SHA
    47067db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bf395c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    788f785 View commit details
    Browse the repository at this point in the history