ent icon indicating copy to clipboard operation
ent copied to clipboard

Results 109 ent issues
Sort by recently updated
recently updated
newest added

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...

future

after https://github.com/lolopinto/ent/pull/718 and really https://github.com/lolopinto/ent/pull/629, may not need it anymore

future

followup from https://github.com/lolopinto/ent/issues/610

future

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...

future

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...

future

e.g. `invited_ids` gets converted to `inviteds` for list API in graphql

schema
language
future

updateRawObject and everything in `experimental_action.ts` which just does raw db access.

action
future

or way to override `subscription` in GraphQLSchema

graphql
future

* 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....

codegen
future

make Context required everywhere and make cache what's optional would be a breaking change https://github.com/lolopinto/ent/pull/1641 is relevant

future