Can I use the filtering syntax when calling myself query?
query Pods {
myself {
pods(filter: { name: { startsWith: "basic::" } }){
id
name
desiredStatus
}
}
}
1 Reply
im not sure if there is any runpod filters available, but if there is a way from GraphQL to filter out the values sure you can use that