graphql Unauthorized
When I perform the "myPods" query [https://graphql-spec.runpod.io/#query-myself looks similar] with the "machines" field, I receive a strange output:
The "data" field contains normal data but without "machines".
The "data" field contains normal data but without "machines".
- Why am I facing "Unauthorized"?
- How do I filter my pods by dataCenter's value?
Solution
The solution was given on Slack
I had to use this query not like
But
Note, that gql spec is outdated
I had to use this query not like
But
Note, that gql spec is outdated