Ola Okelola
Ola Okelola
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
kinda part of https://github.com/lolopinto/ent/issues/863 but could be its own thing
e.g. ```diff - foo: StructTypeAsList({...}) + bar: StructTypeAsList({...}) ``` `src/graphql/generated/resolvers/foo_x_type.ts` still exists `src/graphql/generated/mutations/input/foo_x_input_type.ts` still exists
it's supported but may require work to know how to use it correctly
we kinda support subscriptions by allowing subscription type to be set in the schema via https://github.com/lolopinto/ent/pull/1553 related task https://github.com/lolopinto/ent/issues/1544 ideally, we should automatically clear the context cache before each subscribe/resolve...