foundation

GraphQL Foundation Charter and Legal Documents (by graphql)

Foundation Alternatives

Similar projects and alternatives to foundation

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better foundation alternative or higher similarity.

foundation reviews and mentions

Posts with mentions or reviews of foundation. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-21.
  • Learning Web Development Together with a Real Project
    4 projects | dev.to | 21 Aug 2023
    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)?
    6 projects | dev.to | 17 Jul 2023
    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
    4 projects | dev.to | 13 Jul 2023
    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
    7 projects | dev.to | 6 Jul 2023
    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
    7 projects | dev.to | 3 Jul 2023
    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
    6 projects | dev.to | 25 Jun 2023
    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
    9 projects | news.ycombinator.com | 18 Jun 2023
    > 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
    2 projects | dev.to | 26 May 2023
    GraphQL (alternativa interesante para escalar)
  • How to Build an Internal Company Wiki from Scratch
    2 projects | dev.to | 12 May 2023
    GraphQL is a query language for APIs that allows you to request and fetch only the data that you want.
  • ⚡refine.new - Introducing the Fastest Way to Create refine Apps
    13 projects | dev.to | 11 May 2023
    refine has connectors for 15+ backend services, including REST API, GraphQL, and popular services like Airtable, Strapi, Supabase, Firebase, and Directus
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 25 Sep 2023
    Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →

Stats

Basic foundation repo stats
192
83
0.0
almost 2 years ago
Updating dependencies is time-consuming.
Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
blog.mergify.com