joarwilk / gql2flow

Convert a GraphQL Schema to a flow definition
97 stars 24 forks source link

gql2ts #37

Closed brettjurgens closed 6 years ago

brettjurgens commented 7 years ago

@joarwilk

Hey...

this repo looks pretty familiar. just wanted to let you know that the v1 of gql2ts supports flow output (and would appreciate any help to improve that) and fixes a bunch of issues with the v0.x versions (which this seems to be based off of)

p.s. in the future, forking, attributing, or maintaining the history would really be nice. i understand that our license is MIT and I have no leg to stand on, but some attribution would go a long way.

joarwilk commented 7 years ago

@brettjurgens Hey, I had a link to gql2ts in the top of the readme before but removed it for some honestly unknown reason.

Maybe better to deprecate this and link to gql2ts instead? Better to use a single repo for the same purpose. I dont really have time to maintain it anyway.

insidewhy commented 6 years ago

Definitely should add that deprecation notice, gql2ts does everything this project does and more (with tests).

joarwilk commented 6 years ago

Added @ohjames