# New field and permission update to fulfillment hold resource — Shopify developer changelog
---
## New field and permission update to fulfillment hold resource

As of the GraphQL Admin API version 2024-10, a `heldByRequestingApp`  field is being added to  the `FulfillmentHold`  GraphQL resource.

As of the GraphQL Admin API version 2024-10, you will only be able to read the `heldBy` field on the `FulfillmentHold`  GraphQL resource if you have `read_apps` scope enabled on your application. Use the `heldByRequestingApp` boolean field instead if you need to see if your application created the fulfillment hold.

Learn more about [FulfillmentHolds](https://shopify.dev/docs/api/admin-graphql/latest/objects/FulfillmentHold).

*Published: October 01, 2024*
Tags: API, Update
Link: https://shopify.dev/changelog/new-field-and-permission-update-to-fulfillment-hold-resource

---