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 330 public repositories matching this topic...
-
Updated
Oct 2, 2020 - JavaScript
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
-
Updated
Sep 7, 2020 - JavaScript
The fragment option of IResolverOptions expects fragment as string. It should be possible to use graphql-tag as an input.
I can take up the implementation if we agree on this API.
-
Updated
Oct 8, 2020 - TypeScript
Currently this isn't possible but would be good info to query.
-
Updated
Jun 13, 2020 - Go
- Are you running a release or master: master
- Issue is about a fresh instance (no data in db) or restart: fresh
This seems a known/unfinished issue based on the commented 'Name' field in the code noted below, but I was hoping it could be addressed as it would greatly ease the discovery of the graphql endpoints generated by the db tables as they would become available in GraphiQL in #13
``
-
Updated
Sep 24, 2020 - Java
If a user writes a subgraph referencing contract addresses from (for example) a testnet, and then accidentally deploys the subgraph to a graph node running mainnet, the subgraph will run but won't find any events. We can provide a better experience using eth_getTransactionCount to check that the contract addresses exist on
-
Updated
Oct 9, 2020 - Java
-
Updated
Sep 5, 2020 - JavaScript
-
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
-
Updated
Oct 9, 2020 - TypeScript
-
Updated
Oct 9, 2020 - Haskell
-
Updated
May 21, 2020 - Clojure
-
Updated
Dec 2, 2017 - JavaScript
-
Updated
Oct 2, 2020 - TypeScript
-
Updated
Sep 3, 2019 - TypeScript
-
Updated
Jul 16, 2020 - CSS
-
Updated
Aug 24, 2020 - TypeScript
-
Updated
Aug 4, 2020 - JavaScript
-
Updated
Oct 1, 2020 - Java
What is the motivation for adding / enhancing this feature?
There is an object product_links that needs to be mapped to the `vsf-catalo
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
Sep 21, 2020 - Ruby
-
Updated
Aug 12, 2019
Created by Facebook
Released 2015
- Organization
- graphql
- Website
- graphql.org
- Wikipedia
- Wikipedia


Hi! Let's assume I have the following data:
Please, I want to know how can I use obj.increment() to increment the count field of the first element in items?
I have tried obj.increment('items.0.count') but it doesn't work. I got the following error: Cannot read property '0'