mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
14 lines
238 B
Markdown
14 lines
238 B
Markdown
mutation {
|
|
databasesCreateFloatAttribute(
|
|
databaseId: "[DATABASE_ID]",
|
|
collectionId: "[COLLECTION_ID]",
|
|
key: "",
|
|
required: false
|
|
) {
|
|
key
|
|
type
|
|
status
|
|
required
|
|
}
|
|
}
|