mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
17 lines
296 B
Markdown
17 lines
296 B
Markdown
mutation {
|
|
databasesUpdateStringAttribute(
|
|
databaseId: "[DATABASE_ID]",
|
|
collectionId: "[COLLECTION_ID]",
|
|
key: "",
|
|
required: false,
|
|
default: "[DEFAULT]"
|
|
) {
|
|
key
|
|
type
|
|
status
|
|
error
|
|
required
|
|
size
|
|
}
|
|
}
|