mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
417 B
417 B
mutation {
tablesDBUpdateFloatColumn(
databaseId: "<DATABASE_ID>",
tableId: "<TABLE_ID>",
key: "",
required: false,
default: 0,
min: 0,
max: 0,
newKey: ""
) {
key
type
status
error
required
array
_createdAt
_updatedAt
min
max
default
}
}