Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Use Gitlab GraphQL already 💃 #3

Open
declension opened this issue Sep 10, 2019 · 0 comments
Open

Use Gitlab GraphQL already 💃 #3

declension opened this issue Sep 10, 2019 · 0 comments

Comments

@declension
Copy link
Owner

declension commented Sep 10, 2019

As a me
I want to use the released Gitlab GraphQL endpoints
So that I wouldn't have had to go through all that REST pain...

e.g.

query {
  group(fullPath: "RED") {
    id
    name
    projects(includeSubgroups: true) {
      edges {
        node {
          id
          name
          description
          fullPath
          archived
          lastActivityAt
          webUrl
          archived
          pipelines {
            edges {
              node {
                iid
                
                createdAt
                duration
                updatedAt
                detailedStatus {
                  label
                  
                }
                
              }
            }
          }
        }
        
      }
    }
  }
}
@declension declension changed the title OMG Gitlab GraphQL is supported OMG Gitlab GraphQL is supported 💃 Sep 10, 2019
@declension declension changed the title OMG Gitlab GraphQL is supported 💃 OMG Gitlab GraphQL is supported 💃 Sep 10, 2019
@declension declension changed the title OMG Gitlab GraphQL is supported 💃 Use Gitlab GraphQL already 💃 Sep 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant