mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
896 B
896 B
mutation {
functionsUpdateFunctionDeployment(
functionId: "<FUNCTION_ID>",
deploymentId: "<DEPLOYMENT_ID>"
) {
_id
_createdAt
_updatedAt
execute
name
enabled
live
logging
runtime
deploymentId
deploymentCreatedAt
latestDeploymentId
latestDeploymentCreatedAt
latestDeploymentStatus
scopes
vars {
_id
_createdAt
_updatedAt
key
value
secret
resourceType
resourceId
}
events
schedule
timeout
entrypoint
commands
version
installationId
providerRepositoryId
providerBranch
providerRootDirectory
providerSilentMode
specification
}
}