stepci / garph

Fullstack GraphQL Framework for TypeScript
https://garph.dev
MIT License
1.31k stars 17 forks source link

Where can I import convertSchema? #47

Closed christopher-caldwell closed 1 year ago

christopher-caldwell commented 1 year ago

At the README, near the bottom, it mentions you can build your schema with convertSchema, but I can't seem to find that function anywhere.

Also, I believe there's a typo right above it, with buildSchema

Screen Shot 2023-03-22 at 5 20 38 PM

christopher-caldwell commented 1 year ago

Ahh, my bad. It's available from 'garph/dist/converter'.

I think the typo is still valid tho.

mishushakov commented 1 year ago

Hey, Indeed, there was a typo in the docs and convertSchema method also does not exist anymore

I'm currently working on the new documentation for Garph, it will make things more clearer and up-to-date