Edge Caching, Metrics, and Security for your GraphQL API. Reduce Cloud costs, handle traffic spikes, boost performance, get detailed observability, and secure your API. ⚡️
No Stellate.co videos yet. You could help us improve this page by suggesting one.
GraphQL Playground might be a bit more popular than Stellate.co. We know about 12 links to it since March 2021 and only 11 links to Stellate.co. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I've been working on an open source implementation of a Stellate (https://stellate.co) like GraphQL cache service, and it's finally hit v0.1 TL,DR; It is a cached proxy for your GraphQL API with automatic purging. Deploy it in front of GraphQL API, and it will start caching all requests passing through it. - Source: Hacker News / 7 months ago
Stellate - Stellate is a blazing-fast, reliable CDN for your GraphQL API and free for two services. - Source: dev.to / about 1 year ago
While some of the metrics aren't particularly helpful (depending on the actual company being evaluated) as others have mentioned, the round sizes are in the right ballpark. Our[0] actual round sizes were: 1. Pre-seed: $1M (led by System.One) 2. Seed: $4M (led by Boldstart) 3. Series A: $25M (led by Tiger Global) Note that all of these were all raised in 2021 & 2022 before the investment market crash, but even now... - Source: Hacker News / almost 2 years ago
For server-side caching, you have neat solutions like GraphCDN or plugins (eg. The envelop plugin with GraphQL Yoga). - Source: dev.to / almost 3 years ago
Out of the thousands of production GraphQL APIs we've seen at GraphCDN, the two most common pre-made GraphQL APIs are Hasura and WPGraphQL! Source: about 3 years ago
Have you tried something like GraphQL playground before? https://github.com/graphql/graphql-playground There's other tools out there that can generate similar docs or playgrounds, given you have a schema/spec of some type. - Source: Hacker News / 4 months ago
GraphiQL is a tool that was created to help developers explore GraphQL APIs, maintained by the GraphQL Foundation. But when GraphiQL became more and more popular, developers started to create additional GraphQL IDEs. A good example of this was GraphQL Playground, which quickly became the most popular GraphQL IDE. It was loosely based on GraphiQL, but had more features and a better UI. - Source: dev.to / over 2 years ago
I went to a GraphQL meetup and they used the gql playground and a similar schema generator to what I was using, and it made me feel relevant. - Source: dev.to / about 3 years ago
Here, we'll create a simple GraphQL server and subscribe to a subject from our resolver. We'll use GraphQL playground to mock client side behavior. Once we're connected we'll use NATS CLI to send a payload to our subject and see the changes on the client. - Source: dev.to / about 3 years ago
Now we can consume created GraphQL API. In the GitHub Repo same functionality has been added with REST approach and GraphQL endpoint. Also widely used Swagger configured for Web API Endpoints as well as AltairUI added for GraphQL endpoint testing. Naturally, AltairUI it not a must for GraphQL, you can also use Swagger, GraphiQL, or GraphQL Playground. - Source: dev.to / over 3 years ago
GraphQl Editor - Editor for GraphQL that lets you draw GraphQL schemas using visual nodes
How to GraphQL - Open-source tutorial website to learn GraphQL development
Hasura - Hasura is an open platform to build scalable app backends, offering a built-in database, search, user-management and more.
GraphQL Centaur - Generate GraphQL resolvers easily with GraphQL Centaur CLI
Explore GraphQL - GraphQL benefits, success stories, guides, and more
Simple API Generator - Instantly generate openapi (OAS) 3.0.0 CRUD APIs