mirror of
https://github.com/appwrite/appwrite
synced 2026-05-15 13:08:31 +00:00
380 B
380 B
mutation { databasesCreateFloatAttribute( databaseId: "<DATABASE_ID>", collectionId: "<COLLECTION_ID>", key: "", required: false, min: 0, max: 0, default: 0, array: false ) { key type status error required array min max default } }