Command "gh api graphql -f query='query { organization(login: "Point-Topic") { projectV2(number: 1) { items(first: 100) { nodes { id content { ... on Issue { url } } } } } } }' 2>&1 | jq '.data.organization.projectV2.items.nodes[] | select(.content.url | contains("issues/77")) | .id'" failed with exit code 5.

```
jq: error (at <stdin>:0): null (null) and string ("issues/77") cannot have their containment checked
```