graphql-codegen-hasura
graphql-codegen-hasura copied to clipboard
How to solve non-"id" and multiple primary keys
Check the JSON schema downloaded with the apollo:cli (or any other static API-definition of your liking) for *_pk_columns_input

😄