awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasBlogMapa del sitio
ProyectoAcerca dePrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Categorías

1 repositorio

Awesome GitHub RepositoriesGraphQL Variable Validations

Type-checking logic for default values assigned to variables in GraphQL queries.

Distinguishing note: Candidates focus on KV stores or general app config, not GraphQL variable type safety.

Explore 1 awesome GitHub repository matching web development · GraphQL Variable Validations. Refine with filters or upvote what's useful.

Awesome GraphQL Variable Validations GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • graphql-go/graphqlAvatar de graphql-go

    graphql-go/graphql

    10,155Ver en GitHub↗

    This project is a GraphQL implementation for Go, providing a complete suite for building GraphQL servers. It includes a schema engine for defining types, a query parser to convert strings into abstract syntax trees, and an execution engine that resolves fields against a defined schema to return structured data. The library distinguishes itself through reflection-based type mapping, allowing object definitions and arguments to be derived directly from native Go structs. It also supports the execution of real-time data streaming via GraphQL subscriptions and provides an extensible execution pip

    Verifies that default values assigned to variables match the declared types for type safety.

    Gographqlgraphql-gosubscriptions
    Ver en GitHub↗10,155
  1. Home
  2. Web Development
  3. GraphQL Variable Validations