First off, thanks for a great library! This is very useful.
Second, right now, I get a diff whenever I run gql2flow http://localhost:4000/api -o src/tools/types/schema/index.js.flow --null-keys even though the GraphQL schema hasn't changed; this diff is just the gql2flow output shuffling around in a different order:
It would be great if the output wouldn't change if the input didn't change so that there is no diff when there are no changes.
First off, thanks for a great library! This is very useful.
Second, right now, I get a diff whenever I run
gql2flow http://localhost:4000/api -o src/tools/types/schema/index.js.flow --null-keys
even though the GraphQL schema hasn't changed; this diff is just thegql2flow
output shuffling around in a different order:It would be great if the output wouldn't change if the input didn't change so that there is no diff when there are no changes.