schema-stitching-handbook VS graphql-shield

Compare schema-stitching-handbook vs graphql-shield and see what are their differences.

schema-stitching-handbook

Guided examples exploring GraphQL Tools v6+ Schema Stitching (by gmac)

graphql-shield

🛡 A GraphQL tool to ease the creation of permission layer. (by maticzav)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
schema-stitching-handbook graphql-shield
4 6
346 3,512
- -
0.0 3.1
about 1 year ago 9 days ago
JavaScript TypeScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

schema-stitching-handbook

Posts with mentions or reviews of schema-stitching-handbook. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-20.
  • GraphQL AuthZ - GraphQL Authorization layer
    3 projects | dev.to | 20 Dec 2021
    “Shifting this configuration out of the gateway makes subschemas autonomous, and allows them to push their own configuration up to the gateway—enabling more sophisticated schema releases.” — schema stitching handbook
  • Moving Apollo Federation 2 to the Elastic License v2
    3 projects | news.ycombinator.com | 5 Nov 2021
    Also see @graphql-tools/schema-stitching [0] and its handbook [1] with examples. Note the stitching gateway approach is slightly different than Apollo Federation. We are (lightly) using schema-stitching and happy with it so far – but haven't pushed it much yet.

    [0] https://www.graphql-tools.com/docs/schema-stitching/stitch-c...

    [1] https://github.com/gmac/schema-stitching-handbook

  • GraphQL Tools V8 - Stitch Federation Services
    4 projects | dev.to | 29 Jul 2021
    Federation Services - Stitching Handbook
  • A New Year for GraphQL Schema Stitching
    2 projects | dev.to | 22 Jul 2021
    Whether you’re planning a new API project, looking to migrate an existing one, or curious of alternatives for your current distributed GraphQL architecture, 2021 is the year to give Schema Stitching a fresh look. Read the new documentation, review the handbook, watch the video series, or join us for a conversation to learn about the exciting progress that was made last year.

graphql-shield

Posts with mentions or reviews of graphql-shield. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-26.

What are some alternatives?

When comparing schema-stitching-handbook and graphql-shield you can also consider the following projects:

graphql-go-tools - GraphQL Router / API Gateway framework written in Golang, focussing on correctness, extensibility, and high-performance. Supports Federation v1 & v2, Subscriptions & more.

TypeGraphQL - Create GraphQL schema and resolvers with TypeScript, using classes and decorators!

mercurius - Implement GraphQL servers and gateways with Fastify

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-multipart-request-spec - A spec for GraphQL multipart form requests (file uploads).

Neo4j - Graphs for Everyone

schema-stitching-demos - Guided examples exploring GraphQL Tools v6+ Schema Stitching [Moved to: https://github.com/gmac/schema-stitching-handbook]

express-graphql - Create a GraphQL HTTP server with Express.

graphql-tools - :wrench: Utility library for GraphQL to build, stitch and mock GraphQL schemas in the SDL-first approach

graphql-spec - GraphQL is a query language and execution engine tied to any backend service.

easygraphql-tester - Test GraphQL queries, mutations and schemas on an easy way! 🚀

graphql-js - A reference implementation of GraphQL for JavaScript