We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
environment
The code function handler should accept a environment string:string-map like in the following example:
code
functions: auth: type: schemaExtension schema: my-schema.graphql handler: code: src: "my-script.js" environment: AUTH0_MASTER_TOKEN: prefix-${env:MY_AUTH0_TOKEN}
Activity