Skip to content

Conversation

@lukes
Copy link

@lukes lukes commented Aug 7, 2021

Hi!

I've added a GitLab client constructor. Unfortunately I haven't been able to have bundler resolve the gem dependencies, so wasn't able to run the specs. Please could you check out this branch and make sure the specs run for me!

You can test the client using an unauthenticated request:

GITLAB_GQL = GQLi::GitLab.create

ProjectQuery = GQLi::DSL.query {
  project(fullPath: "gitlab-org/gitlab") {
    name
  }
}

GITLAB_GQL.execute(ProjectQuery)

@lukes
Copy link
Author

lukes commented Sep 8, 2022

Hi, @dlitvakb! Could you please review this PR? Thank you!

@lukes
Copy link
Author

lukes commented Sep 30, 2022

Hi, @cachrisman @asaaki! Are you able to review this PR? Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant