appwrite/docs/examples/1.4.x/server-graphql/examples/functions/update-variable.md
2023-08-30 11:20:26 +02:00

267 B

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