- **GraphQL Fragments & Custom Fields** — All internal GraphQL fragments (like `MEDIA_FIELDS`) are now exported under the `Fragments` namespace. Additionally, all core domain methods (`getMedia`, `getCharacter`, `getStaff`, `getStudio`) now accept a `customFields` property in their `include` options. This allows you to easily inject your own custom GraphQL properties directly into the native methods without having to use `client.raw()`.
0 commit comments