Skip to content

Conversation

@mecm1993
Copy link

The repo data is not updated due to validation after calling searchRepos query,

    response.search.nodes = response.search.nodes.filter((node) => {
      return node.__typename === 'Repository' && !node.isPrivate
    })

Today, the query result doesn't return the property __typename, therefore the return value of the filter is always false. I modified the query to be able to return the __typename.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant