graphql-editor
mercurius
Our great sponsors
graphql-editor | mercurius | |
---|---|---|
8 | 14 | |
5,587 | 1,663 | |
0.4% | 3.3% | |
6.5 | 9.1 | |
29 days ago | 9 days ago | |
TypeScript | JavaScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
graphql-editor
-
Recommended tools to work with Supabase and GraphQL?
I may be wrong, but something like graphqleditor is geared more towards setting up GraphQL API/server, in Supabase case, it's database - Postgres, is the server/API.
I've tried graphqleditor.com but I can't get my my supabase API url to connect [mysupabaseurl].supabase.co/graphql/v1
-
Hacker News top posts: Nov 23, 2021
Show HN: Visual GraphQL Editor OSS\ (0 comments)
- Show HN: Visual GraphQL Editor OSS
- Show HN: Instant GraphQL Microservices by GraphQL Editor
-
Instant GraphQL Microservices now in GraphQL Editor.
https://graphqleditor.com/ New version is available here
-
GraphQL Contracts OpenAPI/Swagger Equivalent
Make your schema and code to that. Here's a tool to help visualize. I've personally never found it useful, but maybe that's just me. https://graphqleditor.com/
-
The Stack #3
And today, GraphQL Editor takes this one step further allowing you to view, edit, browse all the entities and hierarchy making it really a great tool for anyone who wants to quickly work through the schema.
mercurius
-
Nest JS With Graphql World
In this chapter, we assume a basic understanding of GraphQL and focus on how to work with the built-in @nestjs/graphql module. The GraphQLModule can be configured to use Apollo server (with the @nestjs/apollo driver) and Mercurius (with the @nestjs/mercurius). We provide official integrations for these proven GraphQL packages to provide a simple way to use GraphQL with Nest. You can also build your own dedicated driver (read more on that here).
-
Shill me on Apollo client.
Why would I want to use Apollo Client? So far in my career I have used some server graphql scaffolding (webonyx/graphql-php for PHP and mercurius for Node) and just used the fetch API (or whatever ajax API around XMLHttpRequest) against that server with the body being an object with
-
Are there actually better alternatives than Apollo server?
https://github.com/mercurius-js/mercurius Is easily the best node graphql server imo
Only for people who are clueless. Apollo server is probably the worst node.js server to use for your graphql schema. It's terribly slow. You should look into https://mercurius.dev
-
What's next?
I really like https://github.com/mercurius-js/mercurius as well and just started playing around with dgraph
- How to choose the best GraphQL server for your next project
- Moving Apollo Federation 2 to the Elastic License v2
-
a first look at graphQL helix
Daniel Rearden listed the following reasons pushing him to create Helix, believing that these factors were absent from popular solutions like Apollo Server, express-graphql and Mercurius:
-
Improving microservice architecture with GraphQL API gateways
In terms of which JavaScript package to use, we could write our own custom Node.js GraphQL server with the likes of Apollo Server or Mercurius, where we write code to interpret the GraphQL operations coming in from the clients, send it to downstream APIs, and return data mapped to what the client expects.
-
GraphQL - Diving Deep
If you are using Node.js there are a lot of implementations of GraphQL servers with a few being express-graphql, apollo-server, mercurius, graphql-helix and more. And if you are using other languages, you can see a great list here
What are some alternatives?
apollo-server - 🌍 Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more.
graphql-helix - A highly evolved GraphQL HTTP Server 🧬
graphql-mesh - GraphQL Mesh — Query anything, run anywhere
graphql-server - A practical GraphQL Server with Modularization and Authentication
fastify-hasura - A Fastify plugin to have fun with Hasura.
graphql-js - A reference implementation of GraphQL for JavaScript
graphql-helix-docker
graphql-tools - :wrench: Build, mock, and stitch a GraphQL schema using the schema language
express-to-fastify-migration - Example applications demonstrating a migration from Express to Fastify.
subscriptions-transport-ws - :arrows_clockwise: A WebSocket client + server for GraphQL subscriptions
graphql-request - Minimal GraphQL client supporting Node and browsers for scripts or simple apps
fastify-jwt - JWT utils for Fastify