mirror of
https://github.com/appwrite/appwrite
synced 2026-05-15 04:59:01 +00:00
15 lines
256 B
Markdown
15 lines
256 B
Markdown
|
|
mutation {
|
||
|
|
databasesCreateDatetimeAttribute(
|
||
|
|
databaseId: "[DATABASE_ID]",
|
||
|
|
collectionId: "[COLLECTION_ID]",
|
||
|
|
key: "",
|
||
|
|
required: false
|
||
|
|
) {
|
||
|
|
key
|
||
|
|
type
|
||
|
|
status
|
||
|
|
required
|
||
|
|
format
|
||
|
|
}
|
||
|
|
}
|