Join Slack
Powered by
Can someone help me with some graphQL stuff. I nee...
# ask-community
p
Pinakpani Mukherjee
12/02/2021, 12:07 PM
Can someone help me with some graphQL stuff. I need to find all the flows that have a task running with a certain keyword.
a
Anna Geller
12/02/2021, 12:18 PM
@Pinakpani Mukherjee
what do you mean by keyword? you mean finding all flows that have a task with a specific name? or specific task tags?
p
Pinakpani Mukherjee
12/02/2021, 12:18 PM
specific task tags
a
Anna Geller
12/02/2021, 12:32 PM
This is incomplete, but you could use as a start:
Copy code
{ flow(where: {tasks: {tags: {_eq: "x"}}}) { name id } }
p
Pinakpani Mukherjee
12/02/2021, 12:34 PM
Thanks a lot.
4
Views
Open in Slack
Previous
Next