ent icon indicating copy to clipboard operation
ent copied to clipboard

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

Bumps [got](https://github.com/sindresorhus/got) to 12.6.1 and updates ancestor dependencies [got](https://github.com/sindresorhus/got), [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) and [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic). These dependencies need to be updated together. Updates `got` from 9.6.0 to 12.6.1 Release notes Sourced from got's...

dependencies
javascript

Removes [trim](https://github.com/Trott/trim). It's no longer used after updating ancestor dependencies [trim](https://github.com/Trott/trim), [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) and [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic). These dependencies need to be updated together. Removes `trim` Updates `@docusaurus/core` from 2.4.1 to 3.0.1 Release...

dependencies
javascript

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

In https://ent.dev/docs/custom-graphql/gql-object-type there is a reference to a TS bug, saying > Until [this bug](https://github.com/microsoft/TypeScript/issues/53332) is fixed, custom objects need to be defined in a separate file from where they're...

there's dependencies we use for graphql scalars but it's not expressed anywhere and we need a better way of indicating this * `JSONType` or `JSONBType`: `graphql-type-json` * `BinaryTextType` or `ByteaType`:...

nicetohave
schema

`.ent/history` maybe? how far should we go? command run, git branch, timestamp, alembic changes are all possible candidates for this edges created or removed

hi-pri
devex