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