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

[BUG] Fresh clone won't compile GitHub query #30

Closed
mattbishop opened this issue Jul 15, 2019 · 1 comment · May be fixed by #35
Closed

[BUG] Fresh clone won't compile GitHub query #30

mattbishop opened this issue Jul 15, 2019 · 1 comment · May be fixed by #35
Assignees
Labels
bug Something isn't working

Comments

@mattbishop
Copy link

mattbishop commented Jul 15, 2019

Describe the bug
I just cloned GraphQL-birdseye and ran yarn install, then hit the localhost:8000 page.

To Reproduce
Steps to reproduce the behavior:

  1. Clone the repo
  2. Run yarn install with yarn 1.16 and node 10
  3. See a build error, but ignore.
  4. Go to running Birdseye server at http://locahost:8000 and see error:

GraphQL Error Unknown type "GitHub_Blob".

file: /Users/matt/Projects/graphql-birdseye/example/src/components/GetStarted.tsx

1 |
2 | {
3 | github {
4 | repository(owner: "Novvum", name: "graphql-birdseye") {
5 | object(expression: "master:README.md") {

6 | ... on GitHub_Blob {
| ^
7 | text
8 | }
9 | }
10 | }
11 | }
12 | }
13 |
Expected behavior
I expect to see the example start up.

@mattbishop mattbishop added the bug Something isn't working label Jul 15, 2019
@rohit-ravikoti
Copy link
Contributor

I think this is because Unions are currently not yet supported. I will be adding the functionality soon. Please stay posted!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants