We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74cd0a9 commit 9d48539Copy full SHA for 9d48539
1 file changed
README.md
@@ -1036,6 +1036,9 @@ Will get you the following payload by default:
1036
}
1037
```
1038
1039
+Note: When passing `include` with `fields` params, `relationships` object does not return.
1040
+To include it, add `fields[posts]=comments` to request.
1041
+
1042
#### Resource Meta
1043
1044
Meta information can be included for each resource using the meta method in the resource declaration. For example:
0 commit comments