contrib icon indicating copy to clipboard operation
contrib copied to clipboard

A collection of extensions and tools for ent

Results 76 contrib issues
Sort by recently updated
recently updated
newest added

### Motivation The current List service template generates faulty code if a custom GoType field is used (currently only UUID and string types are supported by this fix). I haven't...

https://github.com/ent/ent/issues/3998 ## What's changed Generates `node` field in connection edge types as non-null types instead of nullable types. ## Background According to [the spec](https://relay.dev/graphql/connections.htm), `node` field can be non-null. >...

I believe that the nested pagination is not respecting the GraphQL [list input coercion](https://spec.graphql.org/October2021/#sec-List.Input-Coercion). I've added a test to demonstrate this. Note that the test passes if you change the...

Added support for `entgql.Annotation` to the `protoc-gen-ent` plugin. It should now be possible to generate an Ent schema and its GraphQL configuration from a Protocol Buffer file. The `opts.proto` was...

Use of types `google.protobuf.Timestamp` and `google.type.Date` currently panics because they are MessageType but not edges. > panic: runtime error: invalid memory address or nil pointer dereference > [signal SIGSEGV: segmentation...