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

Fix JSONApi sparse fieldset compliance for relationships #203

Merged
merged 2 commits into from
May 14, 2019

Commits on May 14, 2019

  1. - query_parser: change fields resolution to be based on type

      instead of relationship name.
    
      see: https://jsonapi.org/format/#fetching-sparse-fieldsets
    
    - query_parser_test: fix a typo in test relationship definition
    Andy Tran authored and Andy Tran committed May 14, 2019
    Configuration menu
    Copy the full SHA
    6c6b344 View commit details
    Browse the repository at this point in the history
  2. - Add deprecation warning for utilizing relationship key instead of t…

    …arget resource type
    Andy Tran authored and Andy Tran committed May 14, 2019
    Configuration menu
    Copy the full SHA
    6e9e9a6 View commit details
    Browse the repository at this point in the history