Compatibility with Hasura graphql-default naming convention
jannehietamaki opened this issue · 1 comments
jannehietamaki commented
Hi,
In order to be compatible with Hasura graphql-default naming convention two changes would be needed in metadata/hasura.go
.
With graphql-default these are differently in the api:
affected_rows
becomes affectedRows
and
pk_columns
becomes pkColumns
I guess it would make sense to make these somehow configurable?
stale commented
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.