mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
9 lines
144 B
Markdown
9 lines
144 B
Markdown
|
|
mutation {
|
||
|
|
functionsDeleteVariable(
|
||
|
|
functionId: "[FUNCTION_ID]",
|
||
|
|
variableId: "[VARIABLE_ID]"
|
||
|
|
) {
|
||
|
|
status
|
||
|
|
}
|
||
|
|
}
|