appwrite/docs/examples/1.3.x/server-graphql/examples/functions/create-variable.md
2023-04-12 01:23:29 +12:00

235 B

mutation { functionsCreateVariable( functionId: "[FUNCTION_ID]", key: "[KEY]", value: "[VALUE]" ) { _id _createdAt _updatedAt key value functionId } }