---
title: shouldRefetchContacts
framework: contacts
role: symbol
role_heading: Instance Property
path: contacts/cnsaverequest/shouldrefetchcontacts
---

# shouldRefetchContacts

A Boolean value that indicates whether to refetch the added and updated contacts after the save request executes.

## Declaration

```swift
var shouldRefetchContacts: Bool { get set }
```

## Discussion

Discussion The default value is true, so the save request refetches added and updated contacts. Set to false to suppress the refetch behavior and reduce the save request’s execution time.

## See Also

### Configuring the save request

- [transactionAuthor](contacts/cnsaverequest/transactionauthor.md)
