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

Use Gitlab GraphQL already πŸ’ƒΒ #3

@declension

Description

@declension

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
                  
                }
                
              }
            }
          }
        }
        
      }
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions