mirror of
https://github.com/appwrite/appwrite
synced 2026-05-17 14:08:39 +00:00
18 lines
305 B
Markdown
18 lines
305 B
Markdown
|
|
mutation {
|
||
|
|
databasesCreateEnumAttribute(
|
||
|
|
databaseId: "[DATABASE_ID]",
|
||
|
|
collectionId: "[COLLECTION_ID]",
|
||
|
|
key: "",
|
||
|
|
elements: [],
|
||
|
|
required: false
|
||
|
|
) {
|
||
|
|
key
|
||
|
|
type
|
||
|
|
status
|
||
|
|
error
|
||
|
|
required
|
||
|
|
elements
|
||
|
|
format
|
||
|
|
}
|
||
|
|
}
|