https://prefect.io logo
e

Ed Burroughes

07/27/2022, 7:51 AM
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

Camilo Fernandez

07/27/2022, 8:47 AM
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

Ed Burroughes

07/27/2022, 9:27 AM
Thank you 🙂
4 Views