We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec397b commit e0d35b9Copy full SHA for e0d35b9
docusaurus/docs/cms/api/query-engine/single-operations.md
@@ -15,7 +15,6 @@ tags:
15
- update()
16
---
17
18
-import ManagingRelations from '/docs/snippets/managing-relations.md'
19
import ConsiderDocumentService from '/docs/snippets/consider-document-service.md'
20
import QueryEnginePrereqs from '/docs/snippets/query-engine-prereqs.md'
21
@@ -141,8 +140,6 @@ const entry = await strapi.db.query('api::blog.article').create({
141
140
});
142
```
143
144
-<ManagingRelations components={props.components} />
145
-
146
## update()
147
148
:::note
@@ -173,8 +170,6 @@ const entry = await strapi.db.query('api::blog.article').update({
173
170
174
171
175
172
176
177
178
## delete()
179
180
0 commit comments