-
Updated
Jul 8, 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 451 public repositories matching this topic...
-
Updated
Jul 2, 2021 - TypeScript
-
Updated
Jul 9, 2021 - TypeScript
-
Updated
Jul 10, 2021 - TypeScript
-
Updated
Jun 7, 2021 - JavaScript
In the graphql_map_input_fields_to_wp_query
filter, the $post_type is the last parameter. This is inconsistent with the other graphql_map_input_fields_*
filters. For example in graphql_map_input_fields_to_get_terms
the $taxonomy parameter is the third parameter (while the $context & $info parameters are the last two in all of the graphql_map_input_fields_*
filters). For consistency sake, i
-
Updated
May 20, 2021
-
Updated
Apr 26, 2021 - Go
arm64 release please
Please add arm64 release bin
It selects a random adapter that has the required capabilities. Imo it should select a random one among the set of cheapest adapters, not all adapters.
-
Updated
May 11, 2021 - Java
-
Updated
Jun 13, 2021 - JavaScript
-
Updated
Jul 6, 2021 - Java
-
Updated
Jul 4, 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
May 19, 2021 - Ruby
-
Updated
Jun 28, 2021 - TypeScript
-
Updated
Jun 15, 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
What is the motivation for adding / enhancing this feature?
There is an object product_links
that needs to be mapped to the `vsf-catalo
Class AbstractReflectionPropertyFieldResolver
automatically exposes all the properties from a provided class, to easily create its FieldResolver.
Since in PHP 7.4 class properties can be typed, we can extract the types to return in function getSchemaFieldType
.
Created by Facebook
Released 2015
- Organization
- graphql
- Website
- graphql.org
- Wikipedia
- Wikipedia
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