mirror of
https://github.com/appwrite/appwrite
synced 2026-05-16 13:38:27 +00:00
502 B
502 B
mutation { functionsUpdate( functionId: "[FUNCTION_ID]", name: "[NAME]", execute: ["any"] ) { _id _createdAt _updatedAt execute name enabled runtime deployment vars { _id _createdAt _updatedAt key value functionId } events schedule scheduleNext schedulePrevious timeout } }