Tags: ent/contrib
Tags
entgql: support generate array for custom JSON type (#401) * fix: entgql json field add array supported * fix: check prefix with RType Signed-off-by: Giau. Tran Minh <[email protected]> Signed-off-by: Giau. Tran Minh <[email protected]> Co-authored-by: Giau. Tran Minh <[email protected]>
entgql: support for edge schema with one field ID (#347) * entgql: support for edge schema with one field ID * entgql: update example schema for ID field * entgql: run go generate * entgql: remove edge fields and edges from WhereInput * entgql: run go generate * entgql: remove edge field from EdgeSchema node * entgql: run go generate * entgql: update tests * entgql: keep edge fields for node * entgql: run go generate * entgql: enable the mutations on User for EdgeSchema * entgql: skip EdgeSchema edge from mutations * entgql: run go generate * entgql: update schema tests
entproto: implement list service method (#162) * entproto: generate list method for service annotations For #2107 * protoc-gen-entgrpc: generate list method handler code For #2107 * entproto: re-generate schema For #2107 * entproto: implement list method unit test For #2107 * entproto: appease the linter For #2107 * entproto: fix typo in service.go For #2107 * protoc-gen-entgrpc: add base64 encoding to page token For #2107 * entproto: re-generate schema For #2107 * entproto: increase MaxPageSize For #2107 * entproto: change page token to string For #2107 * entproto: revert infra change For #2107 * protoc-gen-entgrpc: simplify page token wrapping For #2107 * entproto: re-generate schema For #2107 * entproto: simplify list method test For #2107 * protoc-gen-entgrpc: throw template error for unsupported id types * protoc-gen-entgrpc: adjust formatting in method_list.tmpl Co-authored-by: Ariel Mashraki <[email protected]> * entproto: adjust formatting in service.go Co-authored-by: Ariel Mashraki <[email protected]> * entproto: go fmt service.go * entproto: re-generate schema * entproto: throw error in list method proto generation for unsupported id * protoc-gen-entgrpc: remove throwError * entproto: re-generate schema Co-authored-by: Ariel Mashraki <[email protected]>
PreviousNext