Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support org project board #1

Open
ritchxu opened this issue Jan 15, 2021 · 0 comments
Open

Support org project board #1

ritchxu opened this issue Jan 15, 2021 · 0 comments

Comments

@ritchxu
Copy link

ritchxu commented Jan 15, 2021

It seems like currently the owner/repo GraphQL only supports personal repo? As org level projects need to use a query in following format:

{
  viewer {
    login
  }
  organization(login: "org") {
    repository(name: "repo") {
      id
      projects(search: "project", first: 1) {
        edges {
          node {
            columns(first: 10) {
              edges {
                node {
                  ...
                }
              }
            }
          }
        }
      }
    }
  }
}

Would you mind adding the support or accept contribution for it?

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

No branches or pull requests

1 participant