mirror of
https://github.com/appwrite/appwrite
synced 2026-05-13 03:59:07 +00:00
368 B
368 B
mutation { databasesCreateBooleanAttribute( databaseId: "<DATABASE_ID>", collectionId: "<COLLECTION_ID>", key: "", required: false, default: false, array: false ) { key type status error required array _createdAt _updatedAt default } }