Files
appwrite/docs/examples/1.8.x/server-graphql/examples/functions/create-template-deployment.md
2025-11-18 09:53:55 +05:30

888 B

mutation { functionsCreateTemplateDeployment( functionId: "<FUNCTION_ID>", repository: "", owner: "", rootDirectory: "<ROOT_DIRECTORY>", type: "commit", reference: "", activate: false ) { _id _createdAt _updatedAt type resourceId resourceType entrypoint sourceSize buildSize totalSize buildId activate screenshotLight screenshotDark status buildLogs buildDuration providerRepositoryName providerRepositoryOwner providerRepositoryUrl providerCommitHash providerCommitAuthorUrl providerCommitAuthor providerCommitMessage providerCommitUrl providerBranch providerBranchUrl } }