mirror of
https://github.com/appwrite/appwrite
synced 2026-05-18 14:38:35 +00:00
506 B
506 B
mutation { functionsCreate( functionId: "[FUNCTION_ID]", name: "[NAME]", runtime: "node-14.5" ) { _id _createdAt _updatedAt execute name enabled runtime deployment vars { _id _createdAt _updatedAt key value functionId } events schedule scheduleNext schedulePrevious timeout } }