fix(kitsu-core): deserialize meta only relationships #727
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
same as with links only:
kitsu/packages/kitsu-core/src/deserialise/index.spec.js
Lines 161 to 188 in d261d4c
Section 5.2.4 of documentation states "A “relationship object” MUST contain at least one of the following:
links
,data
ormeta
", so meta-only relationships should be just as valid as links only.With this we PR support all cases.
The test-case for links, meta and data at the same time is handled indirectly by other specs, such as here:
kitsu/packages/kitsu-core/src/deserialise/index.spec.js
Lines 791 to 852 in d261d4c