hasura / ddn-docs

Repository for the Hasura DDN version of docs
https://hasura.io/docs
2 stars 6 forks source link

Quickfix: Update supergraph init for smoother workflow and fix incorrect flag #713

Closed nullxone closed 1 week ago

nullxone commented 1 week ago

Description 📝

The --dir flag is no longer valid.

ddn supergraph init . fails in a directory that is not empty, this is a common mistake. It is also easy to miss the .

Instead, by specifying the new directory name as mysupergraph and then later cd'ing into it we avoid many errors.

Quick Links 🚀

Assertion Tests 🤖

hasura-bot commented 1 week ago

Error testing the assertions. Check the logs.

hasura-bot commented 1 week ago

@nullxone Thanks for your PR! I've assigned @robertjdominguez to review it.