
graphql-api
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 535 public repositories matching this topic...
API server module for Node/Express
-
Updated
Jun 6, 2022 - JavaScript
Execute one command (or mount one Node.js middleware) and get an instant high-performance GraphQL API for your PostgreSQL database!
-
Updated
Jun 1, 2022 - TypeScript
-
Updated
Jun 7, 2022 - TypeScript
-
Updated
Apr 10, 2022 - JavaScript
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
Jun 5, 2022 - Swift
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
arm64 release please
Please add arm64 release bin
Build a GraphQL service in seconds
-
Updated
May 20, 2022 - Java
The Rick and Morty API
-
Updated
Jun 5, 2022 - JavaScript
-
Updated
Jun 6, 2022 - TypeScript
Gentics Mesh - The open source headless CMS for developers
-
Updated
Jun 3, 2022 - Java
Create GraphQL schema with TypeScript classes.
-
Updated
Apr 9, 2022 - TypeScript
Scope of updates:
- back end dependencies
- front end dependencies
- version of Go
- Node version
- versions of images in Dockerfiles
- dependencies in CI scripts
The fix for #509 enables using graphql interfaces and sub types in the client. However, it does so in a way that creates partial record accessors.
https://github.com/AlistairB/morpheus-repro/tree/partial-fields demonstrates the issue. stack build will produce the warning (it uses m
A GraphQL Framework for Node.js
-
Updated
Apr 7, 2022 - JavaScript
SOULs
-
Updated
May 13, 2022 - Ruby
A Clojure & JVM library for developing GraphQL API instantly from Postgres and MySQL databases
-
Updated
Nov 8, 2020 - Clojure
A Rails 6 boilerplate to create your next Saas product. Preloaded with graphQL, devise, JWT, CanCanCan, RailsAdmin, Rubocop, Rspec, i18n and more.
-
Updated
May 27, 2022 - Ruby
-
Updated
Apr 9, 2022 - JavaScript
Add a GitHub action flow for publishing a new version (run build, run tests, publish to npm and GitHub packates) etc.
The Settings accepts several options which modify permalinks:
- Single endpoint path
- Persisted query base slug
- Other similar ones
We must validate that the input values are correct. Things to watch out for:
- Unsupported chars:
!@#$%*()+='"... - Too long:
thispathistoolongthatthebaseslugcantprocessit - Many instances of
//together:/graphql-query/base//path/
FullStack DDD/CQRS with GraphQL workshop including distributed tracing and monitoring. This shows the configuration from React frontend to .Net backend.
-
Updated
Apr 25, 2022 - C#
Vuex ORM persistence plugin to sync the store against a GraphQL API.
-
Updated
Jun 1, 2022 - TypeScript
-
Updated
Mar 1, 2022 - CSS
Spring Boot 2 starter powered by GraphQL SPQR
-
Updated
Jan 6, 2022 - Java
Building real-time offline-ready Applications with React, GraphQL & AWS AppSync
-
Updated
Aug 4, 2020 - JavaScript
A PHP library that simplifies the process of interacting with GraphQL API's by providing simple client and query generator classes.
-
Updated
Dec 18, 2021 - PHP
Created by Facebook
Released 2015
- Organization
- graphql
- Website
- graphql.org
- Wikipedia
- Wikipedia

