appwrite/docs/examples/1.2.x/server-graphql/examples/functions/update-variable.md

246 B

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