graphql-upload-minimal
foundation
Our great sponsors
- Appwrite - The open-source backend cloud platform
- Revelo Payroll - Free Global Payroll designed for tech teams
- Sonar - Write Clean JavaScript Code. Always.
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
graphql-upload-minimal | foundation | |
---|---|---|
1 | 193 | |
59 | 83 | |
- | - | |
4.4 | 0.0 | |
about 2 months ago | almost 2 years ago | |
JavaScript | ||
- | 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-upload-minimal
-
NestJS GraphQL image upload into a S3 bucket
Using the latest version of graphql-upload with NestJS can be quite tricky since it uses mjs, this means we need to use dynamic imports, alternative you can use graphql-upload-minimal, or graphql-upload version 13.
foundation
-
Building a Complete React CRM App with refine, Ant Design and GraphQL
We used GraphQL for effective data retrieval and updating from our server. Additionally, we integrated GraphQL Subscriptions to manage real-time modifications.
-
Learning Web Development Together with a Real Project
We manage some data, specifically from the GitHub APIs using the GraphQL endpoint and React Query.
-
What is a Visual Headless CMS (aka Visual CMS)?
It just means the content is made accessible through either a GraphQL or REST API and can be displayed on pretty much any device you can think of. The magic here is that the headless CMS separates the backend (where you create and store content) from the frontend (where design and deployment happen), leaving the frontend presentation out of its scope.
-
Create API with GraphQL, Prisma, and MongoDB
GraphQL is a server-side runtime and a query language for APIs. It allows developers to define queries that define the exact structure of the data they require, eliminating the over-fetching and under-fetching of data. Hence, it has become popular over REST APIs in modern application development.
-
How to Build a Node.js GraphQL API With NestJS and Prisma
GraphQL is an open-source query language that provides a more efficient and flexible way to request and manipulate server data. In REST APIs, users must send multiple requests to different endpoints to retrieve various data. In contrast, GraphQL allows users to construct queries that define the exact shape and structure of the data they require, eliminating the over-fetching and under-fetching of data.
-
Best Practices in Testing GraphQL APIs
GraphQL is an open-source query language and runtime for APIs. It provides a powerful and flexible alternative to traditional RESTful APIs for fetching and manipulating data. With GraphQL, clients can specify the exact data they need from an API, and the server responds precisely with that data in a single request. This approach eliminates issues commonly associated with RESTful APIs, like over-fetching and under-fetching.
-
Who moved my error codes? Adding error types to your GoLang GraphQL Server
A few months ago, we at Otterize went on a journey to migrate many of our APIs, including the ones used between our back-end services and the ones used by our web app, to GraphQL. While we enjoyed many GraphQL features, we faced along the way a few interesting challenges which required creative solutions.
-
Migrating Netflix to GraphQL Safely
> It's simple and straightforward to get around some pitfalls of GraphQL
It isn't
> if you treat it as an enumerated set of RPC-style endpoints.
It's not that.
> I think the original designers of GraphQL made was putting "QL" in the name, as many people think it's in the same category of tools as SQL
"GraphQL is a query language for APIs" is literally the tagline at https://graphql.org/
And the frankly insane complexity of GraphQL comes from the fact that you now have to implement that query language, often over completely different sources of data.
Which leads to frankly inane solutions like the requirement to inspect the full request and the full response on the fly just to be able to cache responses.
-
HTTP y sus formas de comunicarse
GraphQL (alternativa interesante para escalar)
-
How to Build an Internal Company Wiki from Scratch
GraphQL is a query language for APIs that allows you to request and fetch only the data that you want.
What are some alternatives?
Hasura - Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
reddit-clone-with-redwoodjs
MongoDB - The MongoDB Database
React - The library for web and native user interfaces
Apache Cassandra - Mirror of Apache Cassandra
Gson - A Java serialization/deserialization library to convert Java Objects into JSON and back
mariadb-docker - Docker Official Image packaging for MariaDB
Materialize - Materialize, a CSS Framework based on Material Design
CouchDB - Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability
Monolog - Sends your logs to files, sockets, inboxes, databases and various web services
TypeScript - TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
storybook - Storybook is a frontend workshop for building UI components and pages in isolation. Made for UI development, testing, and documentation.