Ola Okelola

Results 72 issues of Ola Okelola

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

kinda part of https://github.com/lolopinto/ent/issues/863 but could be its own thing

documentation

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

documentation

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

graphql