mirror of
https://github.com/appwrite/appwrite
synced 2026-05-15 13:08:31 +00:00
14 lines
240 B
Markdown
14 lines
240 B
Markdown
|
|
mutation {
|
||
|
|
databasesCreateIntegerAttribute(
|
||
|
|
databaseId: "[DATABASE_ID]",
|
||
|
|
collectionId: "[COLLECTION_ID]",
|
||
|
|
key: "",
|
||
|
|
required: false
|
||
|
|
) {
|
||
|
|
key
|
||
|
|
type
|
||
|
|
status
|
||
|
|
required
|
||
|
|
}
|
||
|
|
}
|