-
Updated
Aug 4, 2021 - JavaScript
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 462 public repositories matching this topic...
-
Updated
Jul 2, 2021 - TypeScript
-
Updated
Aug 5, 2021 - TypeScript
-
Updated
Aug 4, 2021 - TypeScript
-
Updated
Jun 7, 2021 - JavaScript
Many user have expressed how useful GraphQL Voyager has been as they work on sites powered by WPGraphQL.
It would be nice to let users use GraphQL Voyager within their WordPress dashboard alongside GraphiQL.
-
Updated
May 20, 2021
-
Updated
Apr 26, 2021 - Go
arm64 release please
Please add arm64 release bin
When there are too many data-sources, the RPC call fails with "payload too large"
Error:
Payload is too big to load: Unexpected RPC error, error: Transport("Unexpected response status code: 413 Payload Too Large"), component: BlockStream
- [Source](https://github.com/pancakeswap/
-
Updated
May 11, 2021 - Java
-
Updated
Jul 31, 2021 - JavaScript
-
Updated
Aug 5, 2021 - Java
-
Updated
Jul 25, 2021 - TypeScript
-
Updated
Apr 17, 2019 - TypeScript
Scope of updates:
- back end dependencies
- front end dependencies
- version of Go
- Node version
- versions of images in Dockerfiles
- dependencies in CI scripts
-
Updated
Nov 16, 2017 - JavaScript
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
Nov 8, 2020 - Clojure
-
Updated
Aug 3, 2021 - Ruby
-
Updated
Jun 28, 2021 - TypeScript
-
Updated
Aug 3, 2021 - CSS
Add a GitHub action flow for publishing a new version (run build, run tests, publish to npm and GitHub packates) etc.
-
Updated
May 25, 2021 - Java
-
Updated
Aug 4, 2020 - JavaScript
-
Updated
Dec 2, 2017 - JavaScript
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/
What is the motivation for adding / enhancing this feature?
There is an object product_links
that needs to be mapped to the `vsf-catalo
Created by Facebook
Released 2015
- Organization
- graphql
- Website
- graphql.org
- Wikipedia
- Wikipedia
Related Topics
api rest
Moar Serverless
August 12, 2021 • Online
Description
Remove any google fonts dependency from api-platform.
Example
Remove the google font stylesheet in line 8 of api-platform\core\src\Bridge\Symfony\Bundle\Resources\views\SwaggerUi\index.html.twig depending on a configuration variable?
Context
I'm working on an intranet application for a big company where any call to the fonts.googleapi.com CDN takes 30 seconds