R
RunPod4mo ago
shydow

Can I use the filtering syntax when calling myself query?

query Pods { myself { pods(filter: { name: { startsWith: "basic::" } }){ id name desiredStatus } } }
1 Reply
nerdylive
nerdylive4mo ago
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

Did you find this page helpful?