Release Notes 2026
Api: Graphql
Suggest at record level
Added support to specify suggested fields at record level with _suggest special field. See Suggested values.
Api: Graphql
Data Model Extensions Querying
Added support for query the data model extensions with useModel. See Selecting the model.
Api: Graphql
Edit cache support
Added support for transactional operations over a session, using the edit cache, that can be saved or discarded when the session completes. See Edit cache.
Api: Graphql
Generic querying of Data Model Extensions (DMEs)
Added support for generically querying data model extensions (DMEs) in the schema. Currently, DMEs are only available for selected customers. The schema extensions can be used (although not recommended) to query the core data model too. See GraphQL Extensions.
Api: GraphqlWarning for update with
Warning for update with value but not filter
Using the value argument but without the filter argument in an update mutation now returns a warning (as part of extensions) because it may lead to unintentional updates of multiple records. This will become an error in the future.
No entries match the selected filters.