mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
14 lines
211 B
Markdown
14 lines
211 B
Markdown
mutation {
|
|
databasesCreate(
|
|
databaseId: "<DATABASE_ID>",
|
|
name: "<NAME>",
|
|
enabled: false
|
|
) {
|
|
_id
|
|
name
|
|
_createdAt
|
|
_updatedAt
|
|
enabled
|
|
}
|
|
}
|