-
Updated
Dec 5, 2020 - 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 355 public repositories matching this topic...
-
Updated
Dec 4, 2020 - TypeScript
-
Updated
Dec 5, 2020 - TypeScript
-
Updated
Nov 24, 2020 - JavaScript
I'd like a configuration option to be able to disable the default mock map on this line here and get an error instead:
https://github.com/apollographql/graphql-tools/blob/5c5418cec88f1d5520eccc1d2e6dfaa511547e4d/src/mock.ts#L282
We have tests that use mock data and I'd rather have an explicit error if a value could not be resolved. I find the implicit default value unhelpful in this case and m
-
Updated
Nov 30, 2020 - TypeScript
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
Nov 25, 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
Oct 19, 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
Sep 5, 2020 - JavaScript
-
Updated
Dec 3, 2020 - Java
-
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
Nov 27, 2020 - TypeScript
Hey, thanks for the great library!
Is it possible to specify the GQLType name? Looking through the source, it looks like it'd be possible if Data.Morpheus.Server.Types.GQLType exposed mkTypeData and GQLType exposed __type.
My use case is that I use a single ID type for all of my DB ids with a phantom type to ensure type safety:
newtype Id phantom = Id UUID
-- specify -
Updated
Nov 8, 2020 - Clojure
-
Updated
Nov 18, 2020 - TypeScript
-
Updated
Jul 16, 2020 - CSS
-
Updated
Dec 2, 2017 - JavaScript
-
Updated
Sep 3, 2019 - TypeScript
-
Updated
Nov 27, 2020 - TypeScript
-
Updated
Sep 21, 2020 - Ruby
-
Updated
Nov 3, 2020 - Java
-
Updated
Aug 4, 2020 - 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
-
Updated
Mar 14, 2020 - JavaScript
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