We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I just cloned GraphQL-birdseye and ran yarn install, then hit the localhost:8000 page.
yarn install
To Reproduce Steps to reproduce the behavior:
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.
The text was updated successfully, but these errors were encountered:
I think this is because Unions are currently not yet supported. I will be adding the functionality soon. Please stay posted!
Sorry, something went wrong.
rohit-ravikoti
Successfully merging a pull request may close this issue.
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:
yarn install
with yarn 1.16 and node 10GraphQL 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") {
The text was updated successfully, but these errors were encountered: