Pain Points with Using GraphQL?

This page summarizes the projects mentioned and recommended in the original post on /r/graphql

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • pragma

    Build GraphQL APIs In No Time

    Agree! I’m working on a DSL called Pragma and when I was writing the logic for generating the GraphQL schema from Pragma’s syntax tree I needed union input types to have a clean GraphQL schema and very type-safe at the same time but not having union types gave a hard time so I ended up making all fields on input types optional to avoid duplicate queries, and have custom type checking logic on the server-side instead of GraphQL’s (it’s still spec compliant).

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts