appwrite/docs/examples/1.7.x/server-graphql/examples/functions/create-template-deployment.md
2025-05-18 02:28:12 +12:00

860 B

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