Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions docusaurus/docs/cms/api/query-engine/single-operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ tags:
- update()
---

import ManagingRelations from '/docs/snippets/managing-relations.md'
import ConsiderDocumentService from '/docs/snippets/consider-document-service.md'
import QueryEnginePrereqs from '/docs/snippets/query-engine-prereqs.md'

Expand Down Expand Up @@ -141,8 +140,6 @@ const entry = await strapi.db.query('api::blog.article').create({
});
```

<ManagingRelations components={props.components} />

## update()

:::note
Expand Down Expand Up @@ -173,8 +170,6 @@ const entry = await strapi.db.query('api::blog.article').update({
});
```

<ManagingRelations components={props.components} />

## delete()

:::note
Expand Down