Novvum / graphql-birdseye

View any GraphQL schema as a dynamic and interactive graph. 🦅

Home Page:http://birdseye.novvum.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] GraphqlBirdseye not in module

hansamann opened this issue · comments

Describe the bug
GraphqlBirdseye does not seem to be part of "graphql-birdseye-core"

To Reproduce
Steps to reproduce the behavior:
Generate a new vue app, yarn add the lib adn then add this to the script:

import * as bs from "graphql-birdseye-core";
console.log(bs);

Looking at the console output in the browser: no 'GraphqlBirdseye'

Expected behavior

GraphqlBirdseye available.

Screenshots
If applicable, add screenshots to help explain your problem.

Package
graphql-birdseye-core

Additional context
Add any other context about the problem here.

@hansamann, thank you for submitting the issue. I will try to reproduce this and see what might be happening.

@hansamann I tried reproducing the bug in both React and Vue, but couldn't get the issue that you are facing. Here are the links to both sandboxes where graphql-birdseye-core works fine. If you have any other questions, feel free ask!

React: https://codesandbox.io/s/lingering-worker-0hobi
Vue: https://codesandbox.io/s/vue-template-3zsze

Closing this since there is no response.