Pothos GraphQL

56 posts

Pothos GraphQL banner
Pothos GraphQL

Pothos GraphQL

@pothos_graphql

News and updates about the Pothos! 📚 https://t.co/VYXgbsX8Y0 ✍️ @yavascript

Portland, OR Katılım Ocak 2023
53 Takip Edilen251 Takipçiler
Pothos GraphQL
Pothos GraphQL@pothos_graphql·
@pyrons_ @saltyAom I've had a couple of executors I've wanted to build for a long time, one purely focused on performance, and one based on effect.js I like the separation of execution and schema building, rather than having one library that does everything
English
0
0
0
55
Andy Wang
Andy Wang@pyrons_·
@pothos_graphql @saltyAom pothos is still the typedef layer on top of yoga there definitely is a niche for a performance based e2e graphql server with the niceties of 2025 typescript
English
2
0
0
109
SaltyAom
SaltyAom@saltyAom·
Elysia is 2x faster than Encore Check out how we did it ↓
SaltyAom tweet media
English
12
8
287
19.8K
Pothos GraphQL
Pothos GraphQL@pothos_graphql·
@pyrons_ @saltyAom So it's more about performance than API? Pothos isn't based on yoga, it just produces a standard GraphQL schema that would work with any executor that understands resolvers (and can also work with other execution models like grafast)
English
1
0
0
85
Pothos GraphQL
Pothos GraphQL@pothos_graphql·
@pyrons_ @saltyAom I'm curious what you are looking for, what are the pieces of each solution you like, and what's missing in-between?
English
1
0
0
79
Andy Wang
Andy Wang@pyrons_·
@saltyAom nice i did see that i think there's a interest for something between pothos + grats
English
1
0
0
252
Pothos GraphQL retweetledi
Christoph Nakazawa
Christoph Nakazawa@cnakazawa·
New Open Source Release: A Prisma, Pothos & GraphQL Server Template Type-safe, stable, scalable. This stack offers incredible Developer Experience to build awesome GraphQL backends. GitHub: nkzw-tech/server-template
Christoph Nakazawa tweet media
English
7
15
114
14.7K
Pothos GraphQL
Pothos GraphQL@pothos_graphql·
Pothos v4 is finally about to launch. If anyone out there would be willing to test the migration guide I would be so grateful: v4.pothos-graphql.dev
English
1
5
28
1.2K
Pothos GraphQL
Pothos GraphQL@pothos_graphql·
@andrewingram I think it would be easy to build something that handles the easy cases in a couple hours, but getting something that can be generalized to all the use cases people want would take some careful API design
English
0
0
0
329
Pothos GraphQL
Pothos GraphQL@pothos_graphql·
@andrewingram Not that I am aware of. I've seen a few people looking for something like this, but I've never been sure how types would be mapped (numbers -> int/float, Date -> Date/DateTime, IDs are generally just strings in zod, etc).
English
1
0
1
105
Andy Ingram 🌀
Andy Ingram 🌀@andrewingram·
Is there anything in the Pothos ecosystem for building GraphQL input types from a Zod schema? I know there's a first-party plugin for *validating* against a schema, but I want to build the type itself too.
English
1
0
4
656
Pothos GraphQL
Pothos GraphQL@pothos_graphql·
@DrizzleORM @xiniha_1e88df This has been on my to-do list for too long! I just read over the new graphql extension, and there's definitely some pieces that will simplify building the Pothos plugin a lot! Hoping to have time to release Pothos 4.0 soon, and drizzle is the top priority after that
English
0
0
5
115
Pothos GraphQL retweetledi
Christoph Nakazawa
Christoph Nakazawa@cnakazawa·
Athena Crisis always runs the latest versions of: * React * Relay * Prisma * graphql-pothos * Vite * TypeScript * React Router * framer-motion * …and many more Go tell your mom that you helped build a video game! Thanks to everyone for working on these technologies 🙇‍♂️
English
8
4
119
20K
Pothos GraphQL
Pothos GraphQL@pothos_graphql·
Just added a couple new features to the dataloader plugin. `loadableGroup` makes data-loading lists with `where-in` style queries easier, and the new `byPath` option allows loadable fields to use arguments in the load method
Pothos GraphQL tweet mediaPothos GraphQL tweet mediaPothos GraphQL tweet media
English
0
3
12
1.2K
Pothos GraphQL retweetledi
Prisma Postgres
Prisma Postgres@prisma·
🧙🏾 Package feature of the week: prisma-generator-pothos-codegen This generator by @cauenor provides a fast way to generate a fully customizable CRUD GraphQL API with @pothos_graphql from your Prisma schema. Try it out and ⭐️ it on GitHub! github.com/Cauen/prisma-g…
English
2
3
38
4.5K
Andreas Klinger 🦾
Andreas Klinger 🦾@andreasklinger·
New by the @stellate team fusejs.org Abstracted away all the nitty-gritty of building backend APIs into a small type file. Useful, if you want your frontend team to own the API details and let them fetch from your DB or other APIs.
English
1
10
41
10.3K
YK aka CS Dojo 📺🐦
Apply for a job and you may end up in Silicon Valley. Build in public and Silicon Valley will come to you.
English
31
56
627
45.8K
Pothos GraphQL
Pothos GraphQL@pothos_graphql·
@MurmeltierS @bloberenober @DrizzleORM @elitasson @nhost Yeah, it's pretty similar, genql has some cool ideas. Aliases is the biggest missing piece as far as I know, but I also want a better story around default selections (they support __scalar: true, but I want more control at gen time)
English
0
0
0
75
ᑭᕕᓐ - Kevin 🇭🇰😷
ᑭᕕᓐ - Kevin 🇭🇰😷@MurmeltierS·
Can’t we invent a strongly typed query builder (like @DrizzleORM) but for GraphQL Endpoints, anyone? I can’t stand this „type-gen for every query/mutation“ bullshit. Let me generate some types from schema once and let the ts language server handle the rest.
English
7
0
8
2.4K
Pothos GraphQL
Pothos GraphQL@pothos_graphql·
@MurmeltierS @bloberenober @DrizzleORM @elitasson @nhost A couple downsides: You need to have details about your full schema in the client, so you would want to generate a compact schema representation. inline argument values aren't great, so you probably want to extract those out to variables when generating a query
English
1
0
1
46