-
Updated
May 16, 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 429 public repositories matching this topic...
-
Updated
May 14, 2021 - TypeScript
-
Updated
May 11, 2021 - TypeScript
-
Updated
May 16, 2021 - TypeScript
-
Updated
May 13, 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
Apr 23, 2021
-
Updated
Apr 26, 2021 - 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
``
We must create a schema_field.is_derived()
method to DirectiveFinder
to cut down on the number of places where we hardcode the string "derivedFrom" across the codebase to detect if a field is derived or not.
Originally posted by @lutter in graphprotocol/graph-node#2352 (comment)
-
Updated
May 11, 2021 - Java
-
Updated
Apr 25, 2021 - JavaScript
-
Updated
May 14, 2021 - Java
-
Updated
Apr 17, 2019 - TypeScript
-
Updated
May 12, 2021 - 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 10, 2021 - TypeScript
-
Updated
May 11, 2021 - Ruby
-
Updated
May 10, 2021 - CSS
Add a GitHub action flow for publishing a new version (run build, run tests, publish to npm and GitHub packates) etc.
-
Updated
Mar 21, 2021 - Java
-
Updated
Aug 4, 2020 - JavaScript
(node:2107) DeprecationWarning: Mongoose: findOneAndUpdate()
and findOneAndDelete()
without the useFindAndModify
option set to false are deprecated. See: https://mongoosejs.com/docs/deprecations.html#findandmodify
Need to determine the source of this and fix. The may be coming from one of the project dependencies
-
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
-
Updated
Sep 3, 2019 - TypeScript
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