Can we access environment variables in codegen.ts #9558
-
Can we access environment variables in below codegen.ts file? dev should be dynamic in schema url. import { CodegenConfig } from "@graphql-codegen/cli"; const config: CodegenConfig = { export default config; |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can get environment variables from |
Beta Was this translation helpful? Give feedback.
You can get environment variables from
process.env