appwrite/docs/examples/1.2.x/server-graphql/examples/functions/create-variable.md

235 B

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