Skip to content

Tags: ent/contrib

Tags

v0.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
entgql: support SkipMutationCreateInput (and update) on entity (#598)

v0.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
entgql: improve var name collision avoidance in toCursor (#572)

Improves variable name collision avoidance in the `toCursor` method of
the pager types in the `gql_pagination` template by suffixing all
hard-coded variables names with an underscore.

v0.4.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
entgql: fix field arguments collection (#495)

v0.4.4

entgql: satisfies fragments on Node/Nodes queries

This fixes a long time bug that was found now in the new fields selection optimization

v0.4.3

entgql: ignore the __typename meta-field on fields selection

v0.4.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
entgql: loads referenced edge-fields when fields selection is enabled (

…#485)

* entgql: create test for O2M

Signed-off-by: Giau. Tran Minh <hello@giautm.dev>

a

Signed-off-by: Giau. Tran Minh <hello@giautm.dev>

* chore: added ID field to known field

Signed-off-by: Giau. Tran Minh <hello@giautm.dev>

* go: upgrade ent to v0.12.2

* entgql: fixed tests

Signed-off-by: Giau. Tran Minh <hello@giautm.dev>

---------

Signed-off-by: Giau. Tran Minh <hello@giautm.dev>
Co-authored-by: Ariel Mashraki <ariel@mashraki.co.il>

v0.4.1

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
entgql: fix collection template for schemas without fields (#483)

* fix collection template when no fields exist

* add example of entity without fields

---------

Co-authored-by: Adam Mustafa <104656510+Adam-Mustafa@users.noreply.github.com>

v0.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
go: update ent to v0.12.0 (#474)

v0.3.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build(deps): bump google.golang.org/grpc from 1.47.0 to 1.52.3 (#431)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.47.0 to 1.52.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.47.0...v1.52.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.3.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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 <hello@giautm.dev>

Signed-off-by: Giau. Tran Minh <hello@giautm.dev>
Co-authored-by: Giau. Tran Minh <hello@giautm.dev>