appwrite/docs/examples/1.3.x/server-graphql/examples/functions/update-variable.md
2023-04-12 01:23:29 +12:00

246 B

mutation { functionsUpdateVariable( functionId: "[FUNCTION_ID]", variableId: "[VARIABLE_ID]", key: "[KEY]" ) { _id _createdAt _updatedAt key value functionId } }