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

Research about github v4 utilisation and find out usefull API to grab #4

Open
MalloZup opened this issue Dec 2, 2018 · 3 comments
Open
Assignees
Milestone

Comments

@MalloZup
Copy link
Owner

MalloZup commented Dec 2, 2018

This task is to search about the needed data we need to fetch for minimal first version

@MalloZup MalloZup added this to the 0.0.1 milestone Dec 2, 2018
@MalloZup MalloZup self-assigned this Dec 2, 2018
@MalloZup
Copy link
Owner Author

MalloZup commented Dec 3, 2018

@MalloZup
Copy link
Owner Author

MalloZup commented Dec 3, 2018

@MalloZup
Copy link
Owner Author

MalloZup commented Dec 3, 2018


query {
  repository(owner:"octocat", name:"Hello-World") {
    issues(first:100, states:OPEN) {
      edges {
        node {
          title
          url
          createdAt
          updatedAt
          number
          author {
             login
          }
          state
          milestone {
            id
          } 
        }
      }
    }
  }
}

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