mirror of
https://github.com/appwrite/appwrite
synced 2026-05-20 15:38:21 +00:00
21 lines
368 B
Markdown
21 lines
368 B
Markdown
|
|
mutation {
|
||
|
|
databasesCreateBooleanAttribute(
|
||
|
|
databaseId: "<DATABASE_ID>",
|
||
|
|
collectionId: "<COLLECTION_ID>",
|
||
|
|
key: "",
|
||
|
|
required: false,
|
||
|
|
default: false,
|
||
|
|
array: false
|
||
|
|
) {
|
||
|
|
key
|
||
|
|
type
|
||
|
|
status
|
||
|
|
error
|
||
|
|
required
|
||
|
|
array
|
||
|
|
_createdAt
|
||
|
|
_updatedAt
|
||
|
|
default
|
||
|
|
}
|
||
|
|
}
|