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...
-
Updated
Jun 6, 2022 - JavaScript
-
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 }
}
-
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
-
Updated
May 20, 2022 - Java
-
Updated
Jun 5, 2022 - JavaScript
-
Updated
Jun 6, 2022 - TypeScript
-
Updated
Jun 3, 2022 - Java
-
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
-
Updated
Apr 7, 2022 - JavaScript
-
Updated
May 13, 2022 - Ruby
-
Updated
Nov 8, 2020 - Clojure
-
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/
-
Updated
Apr 25, 2022 - C#
-
Updated
Jun 1, 2022 - TypeScript
-
Updated
Mar 1, 2022 - CSS
-
Updated
Jan 6, 2022 - Java
-
Updated
Aug 4, 2020 - JavaScript
-
Updated
Dec 18, 2021 - PHP
Created by Facebook
Released 2015
- Organization
- graphql
- Website
- graphql.org
- Wikipedia
- Wikipedia