mirror of
https://github.com/appwrite/appwrite
synced 2026-05-19 23:18:40 +00:00
366 B
366 B
mutation { databasesUpdateBooleanAttribute( databaseId: "<DATABASE_ID>", collectionId: "<COLLECTION_ID>", key: "", required: false, default: false, newKey: "" ) { key type status error required array _createdAt _updatedAt default } }