mirror of
https://github.com/appwrite/appwrite
synced 2026-05-11 11:10:46 +00:00
503 B
503 B
mutation { functionsUpdateDeployment( functionId: "[FUNCTION_ID]", deploymentId: "[DEPLOYMENT_ID]" ) { _id _createdAt _updatedAt execute name enabled runtime deployment vars { _id _createdAt _updatedAt key value functionId } events schedule scheduleNext schedulePrevious timeout } }