
graphql-server
GraphQL is a data query language developed by Facebook. It provides an alternative to REST and ad-hoc webservice architectures. It allows clients to define the structure of the data required, and exactly the same structure of the data is returned from the server. It is a strongly typed runtime which allows clients to dictate what data is needed.
Here are 1,154 public repositories matching this topic...
API server module for Node/Express
-
Updated
Jun 1, 2022 - JavaScript
Native GraphQL Database with graph backend
-
Updated
Apr 14, 2022 - Go
-
Updated
Jun 2, 2022 - TypeScript
Create REST and GraphQL APIs, scaffold Jamstack webapps, stream changes in real-time.
-
Updated
May 25, 2022 - TypeScript
-
Updated
Jun 2, 2022 - TypeScript
Open source, native iOS Messenger, with realtime chat conversations (full offline support).
-
Updated
May 16, 2022 - Swift
Is your feature request related to a problem? Please describe.
In my opinion, it would be nice to have an option/flag to allow users to turn off line numbers. I am used to launch Altair with in not full-screen mode and have 3 columns: request, result and docs. Line numbers generally is useless and occupy valuable horizontal space.
Describe the solution you'd like
Checkbox "Show line n
Generates a unified GraphQL schema from gRPC microservices and other Protobuf sources
-
Updated
Jan 7, 2022 - Java
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Banana Cake Pop the awesome Monaco based GraphQL IDE.
-
Updated
Jun 2, 2022 - C#
As a user, I would like to be able to query a comment by database id.
Currently, the comment query doesn't allow for different id types (such as database id), but many other "single node" entry fields in the Graph support an idType field, such as:
{
post( id: 123, idType: DATABASE_ID ) { __typename, id }
contentNode( id: 123 idType: DATABASE_ID ) { __typename, id }
}Rapid GraphQL prototyping, development, and testing. Core Server, Admin Console, iOS SDK, Web SDK.
-
Updated
Mar 25, 2022 - Swift
We only have documentation for schema directives, we should document query directives, here's an example of how they work: https://github.com/strawberry-graphql/strawberry/blob/main/tests/schema/test_directives.py
What would you like to be added:
It would be amazing to have a "Deploy with Heroku" button. Someone please help and build this.
https://devcenter.heroku.com/articles/heroku-button
Why is this needed:
There are multiple functions that return Result<T, ()> in the code, this is equivalent to Option<T>, however instead of changing those to optional types, these should return useful error messages/types so it's easier to debug.
Some of them could just retu
Describe the bug
On both the main Supabase docs and the pg_graphql docs (https://supabase.github.io/pg_graphql/api/) there is no example of a mutation.
Expected behavior
Would make getting up and running faster without needing to search for mutation spec on other sites.
Multi tenant SaaS starter kit with cqrs graphql microservice architecture, apollo federation, event source and authentication
-
Updated
May 28, 2022 - TypeScript
Ariadne is a Python library for implementing GraphQL servers using schema-first approach.
-
Updated
May 30, 2022 - Python
Get a full fake GraphQL API with zero coding in less than 30 seconds.
-
Updated
Apr 10, 2022 - JavaScript
arm64 release please
Please add arm64 release bin
Is your feature request related to a problem? Please describe.
Currently we don't have any integration tests that verify that generated federated GraphQL schemas are valid with the Apollo Gateway.
Describe the solution you'd like
One of the PR hooks (Github Action?) start up the example federation apps (including gateway) and verify federation works.
Additional context
Related
Enterprise Grade Tooling For Your GraphQL Server
-
Updated
Jun 1, 2022 - TypeScript
-
Updated
Feb 25, 2021 - JavaScript
Build a GraphQL service in seconds
-
Updated
May 20, 2022 - Java
EliasDB a graph-based database.
-
Updated
Mar 19, 2022 - Go
-
Updated
Dec 7, 2021 - TypeScript
Boilerplate code for scalable, production-ready GraphQL servers
-
Updated
May 15, 2022 - JavaScript
We are working with a hasura-generated schema, which somehow contains empty enums like this one:
enum my_empty_enum {}
But when compiling the generated code, we get this compile error:
[error] type mismatch;
[error] scala.Unit|caliban.client.ArgEncoder[example.hasura.unauthorized.graphql.client.HasuraUnauthorized.my_empty_enum]
[error] L523: implicit val
-
Updated
Apr 28, 2022 - TypeScript
Created by Facebook
Released 2015
- Organization
- graphql
- Website
- graphql.org
- Wikipedia
- Wikipedia

