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

Render GraphQL AST pretty #5

Closed
chshersh opened this issue Sep 13, 2020 · 0 comments · Fixed by #16
Closed

Render GraphQL AST pretty #5

chshersh opened this issue Sep 13, 2020 · 0 comments · Fixed by #16
Assignees
Labels
GraphQL AST render Render GraphQL AST

Comments

@chshersh
Copy link
Contributor

chshersh commented Sep 13, 2020

Example:

query { 
  repository(owner: "kowainik", name: "github-graphql") {
    issues(last: 3) {
        nodes {
          title
          author{
            login
          }
        }  
    }
  }
}
@chshersh chshersh added GraphQL AST render Render GraphQL AST labels Sep 13, 2020
@chshersh chshersh self-assigned this Sep 13, 2020
@chshersh chshersh removed their assignment Dec 1, 2020
@vrom911 vrom911 self-assigned this Dec 14, 2020
vrom911 added a commit that referenced this issue Dec 14, 2020
chshersh added a commit that referenced this issue Dec 14, 2020
* [#5] Render GraphQL AST pretty

Resolves #5

* Update src/GitHub/Render.hs

Co-authored-by: Dmitrii Kovanikov <kovanikov@gmail.com>

* Fix

Co-authored-by: Dmitrii Kovanikov <kovanikov@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GraphQL AST render Render GraphQL AST
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants