How can I list all (or filtered by fields) branches using gitlab GraphQL api? I can list branches names { project(fullPath: “my/project”) …
How can I list all (or filtered by fields) branches using gitlab GraphQL api? I can list branches names { project(fullPath: “my/project”) …