-
I needed subscriptions in my project and in the end had to make a different server for graphql yoga because graphql-ws subscriptions wouldn't work with Elysia.
The main issues are:
1. Elysia webs…
-
## Feature request
### Please describe your feature request
- [ ] **I have created my request on the Product Board before I submitted this issue**
- [x] **I have looked at all the other request…
-
There seems to be a validation issue with the `blocksJSON` field and WordPress 6.5.
This is what I'm seeing
```
[
{
"message": "Internal server error",
"locations": [
{
…
colis updated
1 month ago
-
### What happened?
It seems like errors (and panics) in a field resolver are ignored if the type is being returned as part of a subscription. Instead, it simply returns the zero value for the field…
-
A common way to do error is the "Result" model where you define something like:
```graphql
union MyMutationResult = MyMutationSuccess | MyMutationError
```
It would be nice to be able to define …
-
go run -mod=mod entgo.io/ent/cmd/ent new User
The command above will generate the schema for User under `./ent/schema/` directory:
I would like to put each entity to its own directory. I'm o…
-
### Is there an existing issue for this?
- [X] I have searched the tracker for existing similar issues and I know that duplicates will be closed
### Describe the Issue
Sent HTTP requests through po…
-
Handle text files in unknown languages using a generic configuration. This may be able to support files in languages that aren't explicitly known.
For example:
- Line comments start with `#` or …
-
Cmd+click from query in `.ts` file takes me to a `.graphql` file where our schema is defined, however, within that file, Go to Definition doesn't work (for example, navigating to other types). Would b…
-
# Bug
IntelliJ popup the error Invalid "GraphQL configuration file" when clicking on the Run Introspection Query (the refresh icon on the side of the play)
# Environment
Windows, IntelliJ IDEA …