Hi, is there any prefect graphql api video tutorial or blog posts.. Thanks!!!
a
Anna Geller
12/19/2021, 2:33 PM
@Yash there’s no blog post or video, but we have an entire large section in the docs dedicated to the API. LMK if something in the docs is not clear or if you still have any open questions not included on this page
y
Yash
12/19/2021, 4:15 PM
Thanks @Anna Geller. I have one more doubt. Lets say I have two tasks. I want to create flows comprising those two tasks through a graphQL API with a flow name.
a
Anna Geller
12/19/2021, 8:24 PM
@Yash while nothing stops you from doing it, the typical process is that you:
1. Build your flow and your tasks
2. Register your flow to the backend
3. Then, you can either let it run on schedule or trigger it ad-hoc via CLI/UI/API or from other flows
If you’re new to this, last week we’ve published this blog post: https://www.prefect.io/blog/getting-started-with-flows
And there is also this getting started tutorial: https://docs.prefect.io/core/getting_started/quick-start.html