mirror of
https://github.com/appwrite/appwrite
synced 2026-05-15 21:19:19 +00:00
698 B
698 B
mutation { functionsCreate( functionId: "[FUNCTION_ID]", name: "[NAME]", runtime: "node-14.5" ) { _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 } }