Fetching Project Item Status with GitHub GraphQL API
I’m trying to retrieve the “Status” of issues within a GitHub Project using the GraphQL API. I’m using the fieldValueByName directive to access the custom field, but I’m encountering an error: KeyError("The 'data' field is missing from the response. Check your query or token permissions.")