Right now "id" and "key" are checked across all tables and automatically adds them as key fields. However, existing databases might use other unique primary keys to identity specific objects such as "uuid". Allowing us to add our own default keys to be checked across all tables would be great instead of adding it manually to every single table.
This will allow for better plug and play to existing GraphQL services.