Hi there, I'm looking at adding runconfig (i.e. en...
# prefect-community
e
Hi there, I'm looking at adding runconfig (i.e. environment variables) using the graphql api, any ideas how to do this using Prefect 1. Thank you 🙂
✅ 1
c
I'm not very acquainted with the GraphQL API but you can find the run config for a flow under flow > run_config > env. Then you would make the request making a mutation to the flow object like this: Mutation
🙌 1
e
Thank you 🙂