mirror of
https://github.com/appwrite/appwrite
synced 2026-05-19 23:18:40 +00:00
698 B
698 B
mutation { functionsCreate( functionId: "[FUNCTION_ID]", name: "[NAME]", runtime: "node-18.0" ) { _id _createdAt _updatedAt execute name enabled live logging runtime deployment vars { _id _createdAt _updatedAt key value resourceType resourceId } events schedule timeout entrypoint commands version installationId providerRepositoryId providerBranch providerRootDirectory providerSilentMode } }