Files
appwrite/docs/examples/1.6.x/server-graphql/examples/databases/create-integer-attribute.md
T
Jake Barnby 8531b70089 Update docs
2024-12-11 19:15:29 +13:00

420 B

mutation { databasesCreateIntegerAttribute( databaseId: "<DATABASE_ID>", collectionId: "<COLLECTION_ID>", key: "", required: false, min: 0, max: 0, default: 0, array: false ) { key type status error required array _createdAt _updatedAt min max default } }