-
When I run my project with subgraphs in the latest version of node and nestjs, I got this error
super(
^
GraphQLError: The schema is not a valid GraphQL schema.. Caused by:
Invalid defini…
-
_From @guruofquality on June 26, 2014 19:26_
Consider supporting a markup for the connect arguments:
topology->connect(src, "src port name", dst, "dst port name")
The string arguments represent port…
-
The types are mixed with values in this docs
https://pothos-graphql.dev/docs/plugins/smart-subscriptions
```ts
const builder = new SchemaBuilder({
plugins: [SmartSubscriptionsPlugin],
smartSu…
-
Using the [conf-file based registry](https://github.com/pothosware/pothos/issues/84), it should be possible to install a C++ source (or sources) and register them with a conf file. The file would desc…
-
we want to configure what a connection shows while the topology is executing
- average rates, variance, bytes vs elements
- current queue depth or average depth, etc
-
hey @hayes,
Just making the move away from nexus and what you’ve been building is great, love everything I’m seeing so far.
I’m curious if you have some sort of roadmap somewhere on what you wanna…
-
Here's a proposal
1. Create garph types from Zod types:
```ts
const type = g.zodType('name', yourZodType)
```
2. Create garph scalars from Zod types:
```ts
const type = g.zodScalar('nam…
-
## Description
I need to allow root privileges only to a certain group of users and block for all others. I tried to use **visudo** command, but since **/usr/share/baselayout/sudoers** is readonly, I…
-
Has anyone attempted to build this on OSX?
a few thoughts:
- a readme section on pre-reqs for OSX would be helpful
- a list of cmake options on the build would be helpful
- a pre-built binary fo…
-
There is a bug when 1 to 1 relation is used in Prisma schema.
Example schema file:
```prisma
model Post {
id String @id @default(cuid())
postDetail PostDetail?
}
model P…