GraphQL people do you like this - <https://github....
# random
t
GraphQL people do you like this - https://github.com/hayes/pothos Basically lets you define the gql schemas + resolvers together. Similar to nexus but this gives you 100% typesafety without any codegen on the backend
a
this looks crazy! 🤯
g
dont use graphql much just have played with some... that is definitely very nice and why I have always used the cdk graphql apis instead of serverless stack, it doesnt technically have type safety but I define the args and return type in the same place I create the resolver so its a lot easier to manage imo
r
go check out wundergraph, I believe that will be the next big thing https://wundergraph.com/
Basically you use graphql which then get converted into rest API endpoints for security, client autogenerated. You can use any DB, Rest API etc and merge them into one graph. Seriously cool stuff