mirror of
https://github.com/appwrite/appwrite
synced 2026-05-16 21:48:45 +00:00
15 lines
251 B
Markdown
15 lines
251 B
Markdown
|
|
mutation {
|
||
|
|
databasesCreateUrlAttribute(
|
||
|
|
databaseId: "[DATABASE_ID]",
|
||
|
|
collectionId: "[COLLECTION_ID]",
|
||
|
|
key: "",
|
||
|
|
required: false
|
||
|
|
) {
|
||
|
|
key
|
||
|
|
type
|
||
|
|
status
|
||
|
|
required
|
||
|
|
format
|
||
|
|
}
|
||
|
|
}
|