mirror of
https://github.com/appwrite/appwrite
synced 2026-05-15 04:59:01 +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 } }