mirror of
https://github.com/appwrite/appwrite
synced 2026-05-16 21:48:45 +00:00
695 B
695 B
mutation { functionsUpdateDeployment( functionId: "[FUNCTION_ID]", deploymentId: "[DEPLOYMENT_ID]" ) { _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 } }