graphql-server
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 1,008 public repositories matching this topic...
-
Updated
Apr 20, 2021 - JavaScript
-
Updated
Apr 20, 2021 - Go
-
Updated
Apr 20, 2021 - TypeScript
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
Mar 17, 2021 - TypeScript
-
Updated
Apr 13, 2021 - Swift
-
Updated
Mar 31, 2021 - Java
-
Updated
Apr 20, 2021 - 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
Apr 7, 2021
-
Updated
Apr 20, 2021 - C#
-
Updated
Apr 9, 2021 - Swift
-
Updated
Apr 1, 2021 - JavaScript
-
Updated
Apr 20, 2021 - JavaScript
What would you like to be added:
Currently config uses one file per environment (eg. dev, staging, prod, etc) we should move to a multi-file config where we have one folder per environment and config values can be split across multiple files within this folder.
Why is this needed:
For setups where there are
-
Updated
Apr 19, 2021 - Python
- 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
``
Is your feature request related to a problem? Please describe.
Currently we don't have any integration tests that verify that generated federated GraphQL schemas are valid with the Apollo Gateway.
Describe the solution you'd like
One of the PR hooks (Github Action?) start up the example federation apps (including gateway) and verify federation works.
Additional context
Related
-
Updated
Apr 8, 2021 - TypeScript
-
Updated
Apr 20, 2021 - TypeScript
-
Updated
Feb 25, 2021 - JavaScript
Apollo client supports using GET instead of POST for GraphQL queries.
As far as I can tell strawberry doesn't seem to support this (at least in the ASGI wrapper). Am I missing something? Is there already a plan to do so?
-
Updated
Apr 20, 2021 - Rust
-
Updated
Mar 25, 2021 - Java
-
Updated
Mar 30, 2021 - TypeScript
-
Updated
Mar 31, 2021 - JavaScript
-
Updated
Mar 30, 2021 - TypeScript
-
Updated
Nov 30, 2020 - Go
Created by Facebook
Released 2015
- Organization
- graphql
- Website
- graphql.org
- Wikipedia
- Wikipedia
Looks like the Docker localhost network name for Docker Desktop for Windows 3.2.0 has been changed to
host.docker.internalSee here: docker/for-win#1764