You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Currently, the graphql-birdseye package is only available in React and it would be nice to have a version for Vue as well.
Describe alternatives you've considered
N/a
Additional context
N/a
The text was updated successfully, but these errors were encountered:
Thx, I am currently trying to integrate this in a very simple vue app and am failing miserably. Any help on how to integrate this with a vue app is very welcome. Right now, I seem to have import issues:
[Vue warn]: Error in created hook: "TypeError: graphql_birdseye_core__WEBPACK_IMPORTED_MODULE_1__.GraphqlBirdseye is not a constructor"
I've done a 'yarn add graphql-birdseye-core' and import the classes like this:
'''
import {
GraphqlBirdseye,
IntrospectionDataStructure,
} from "graphql-birdseye-core";
'''
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Currently, the
graphql-birdseye
package is only available in React and it would be nice to have a version for Vue as well.Describe alternatives you've considered
N/a
Additional context
N/a
The text was updated successfully, but these errors were encountered: