mirror of
https://github.com/appwrite/appwrite
synced 2026-05-19 06:58:21 +00:00
17 lines
290 B
Markdown
17 lines
290 B
Markdown
|
|
mutation {
|
||
|
|
databasesUpdateFloatAttribute(
|
||
|
|
databaseId: "[DATABASE_ID]",
|
||
|
|
collectionId: "[COLLECTION_ID]",
|
||
|
|
key: "",
|
||
|
|
required: false,
|
||
|
|
min: 0,
|
||
|
|
max: 0,
|
||
|
|
default: 0
|
||
|
|
) {
|
||
|
|
key
|
||
|
|
type
|
||
|
|
status
|
||
|
|
required
|
||
|
|
}
|
||
|
|
}
|