0s1r1s

Results 1 issues of 0s1r1s

Hi there, according to the JsonApi specs [Updating To-One Relationships](https://jsonapi.org/format/#crud-updating-to-one-relationships) I'm trying to build this path `/articles/1/relationships/author` using devour. My code lokes like this: ``` JsonApi.one('article', 1) .relationships() .all('author') ```...