graphql-birdseye
graphql-birdseye copied to clipboard
[FEATURE] Vue library
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
or building a standard web component available for react, vue, angular etc.
@bhtz,
This is already available and published as graphql-birdseye-core
. We are in the process of documenting how to use the library on #23.
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"; '''
Thx all!
Related to #26