- Add `heldByRequestingApp` boolean field to the FulfillmentHold GraphQL resource.
- Reading the existing `heldBy` field now requires the `read_apps` scope; use `heldByRequestingApp` to determine if the hold was created by the calling app.
- Documentation updated to describe the new field and permission requirement.