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

Resolver directives continuation #529

Merged
merged 29 commits into from
Dec 12, 2017
Merged

Resolver directives continuation #529

merged 29 commits into from
Dec 12, 2017

Commits on Dec 12, 2017

  1. Bring attachDirectives to graphql-tools

    giautm authored and Sashko Stubailo committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    dfb0cac View commit details
    Browse the repository at this point in the history
  2. Mark directiveResolvers as optional

    giautm authored and Sashko Stubailo committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    1d8bd6b View commit details
    Browse the repository at this point in the history
  3. Fix eslint

    giautm authored and Sashko Stubailo committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    dc48f24 View commit details
    Browse the repository at this point in the history
  4. Fix typescript

    giautm authored and Sashko Stubailo committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    7a61c6f View commit details
    Browse the repository at this point in the history
  5. Add simple test for @upper directive

    giautm authored and Sashko Stubailo committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    eb98483 View commit details
    Browse the repository at this point in the history
  6. Fix tests

    giautm authored and Sashko Stubailo committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    ea26fb1 View commit details
    Browse the repository at this point in the history
  7. Add more test

    giautm authored and Sashko Stubailo committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    a3c476e View commit details
    Browse the repository at this point in the history
  8. Add test

    giautm authored and Sashko Stubailo committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    8a700c8 View commit details
    Browse the repository at this point in the history
  9. Add test

    giautm authored and Sashko Stubailo committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    0a8a545 View commit details
    Browse the repository at this point in the history
  10. Add test for multi-directives on single field

    giautm authored and Sashko Stubailo committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    c40a230 View commit details
    Browse the repository at this point in the history
  11. Allow to catch error from next resolver

    giautm authored and Sashko Stubailo committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    e087f79 View commit details
    Browse the repository at this point in the history
  12. Throw error if directive is undefined

    giautm authored and Sashko Stubailo committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    bf0182f View commit details
    Browse the repository at this point in the history
  13. Fix test case text

    giautm authored and Sashko Stubailo committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    a6080a5 View commit details
    Browse the repository at this point in the history
  14. Add test

    giautm authored and Sashko Stubailo committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    a44edd3 View commit details
    Browse the repository at this point in the history
  15. add test

    giautm authored and Sashko Stubailo committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    e871d46 View commit details
    Browse the repository at this point in the history
  16. Update changelog

    giautm authored and Sashko Stubailo committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    4f1b372 View commit details
    Browse the repository at this point in the history
  17. Fix for preview

    giautm authored and Sashko Stubailo committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    f986654 View commit details
    Browse the repository at this point in the history
  18. rename to attachDirectiveResolvers

    giautm authored and Sashko Stubailo committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    631bde6 View commit details
    Browse the repository at this point in the history
  19. Update NextResolverFn

    giautm authored and Sashko Stubailo committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    3c2dc49 View commit details
    Browse the repository at this point in the history
  20. Update DirectiveResolverFn

    giautm authored and Sashko Stubailo committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    a8c397d View commit details
    Browse the repository at this point in the history
  21. Change function signal to match others

    giautm authored and Sashko Stubailo committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    e2ee310 View commit details
    Browse the repository at this point in the history
  22. Update

    giautm authored and Sashko Stubailo committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    ddbd506 View commit details
    Browse the repository at this point in the history
  23. Add tests

    giautm authored and Sashko Stubailo committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    6ae9442 View commit details
    Browse the repository at this point in the history
  24. Update

    giautm authored and Sashko Stubailo committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    1969215 View commit details
    Browse the repository at this point in the history
  25. Added a unit test for directives with arguments

    yaworsw authored and Sashko Stubailo committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    ff90631 View commit details
    Browse the repository at this point in the history
  26. Use on FIELD_DEFINITION

    Sashko Stubailo committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    03ba2f0 View commit details
    Browse the repository at this point in the history
  27. Add extra color to changelog

    Sashko Stubailo committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    6a4d4d6 View commit details
    Browse the repository at this point in the history
  28. Fix changelog

    Sashko Stubailo committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    4adc122 View commit details
    Browse the repository at this point in the history
  29. Run prettier

    Sashko Stubailo committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    12e119d View commit details
    Browse the repository at this point in the history