ent
ent copied to clipboard
Would be great to define actions in a pattern. A use case I have is the `Profile` pattern's `username` field. Would be great to have a `SetUsernameAction` that can be...
after https://github.com/lolopinto/ent/pull/718 and really https://github.com/lolopinto/ent/pull/629, may not need it anymore
followup from https://github.com/lolopinto/ent/issues/610
non-important cleanup from https://github.com/lolopinto/ent/pull/739: * Share same struct across types * collapse TSTypeWithActionFields, TSWithSubFields, TSWithSubFields all into CustomTypeInfo * Cleanup ListWrapperType|NullableArrayListType|ArrayListType * checkUnionType, checkFooType in generate_ts_code.go or schema.go * JSON...
requires operators in postgres to get list of operators ```sql SELECT am.amname AS index_method, opc.opcname AS opclass_name, opc.opcintype::regtype AS indexed_type, opc.opcdefault AS is_default FROM pg_am am, pg_opclass opc WHERE opc.opcmethod...
e.g. `invited_ids` gets converted to `inviteds` for list API in graphql
updateRawObject and everything in `experimental_action.ts` which just does raw db access.
* add more fields to generated ent class * changes to builder? * changes to action? * add more graphql properties e.g. https://github.com/lolopinto/ent/pull/1506 should have been possible without ent change....
make Context required everywhere and make cache what's optional would be a breaking change https://github.com/lolopinto/ent/pull/1641 is relevant