Files
appwrite/docs/examples/1.5.x/server-graphql/examples/functions/create-variable.md
T
2024-02-25 00:34:42 +13:00

256 B

mutation { functionsCreateVariable( functionId: "<FUNCTION_ID>", key: "", value: "" ) { _id _createdAt _updatedAt key value resourceType resourceId } }