mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
701 B
701 B
mutation {
functionsCreateExecution(
functionId: "<FUNCTION_ID>",
body: "<BODY>",
async: false,
path: "<PATH>",
method: "GET",
headers: "{}",
scheduledAt: "<SCHEDULED_AT>"
) {
_id
_createdAt
_updatedAt
_permissions
functionId
deploymentId
trigger
status
requestMethod
requestPath
requestHeaders {
name
value
}
responseStatusCode
responseBody
responseHeaders {
name
value
}
logs
errors
duration
scheduledAt
}
}